We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f860486 commit 2ecf94eCopy full SHA for 2ecf94e
ext/standard/tests/file/disk_free_space_basic.phpt
@@ -1,5 +1,9 @@
1
--TEST--
2
Test disk_free_space and its alias diskfreespace() functions : basic functionality
3
+--SKIPIF--
4
+<?php
5
+if (getenv("TRAVIS") === "true") die("skip inaccurate on TravisCI");
6
+?>
7
--INI--
8
memory_limit=32M
9
--FILE--
0 commit comments