blob: 82f0c85c3abf5e577803057774b3a96af396aa51 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/tests/streams_006.phpt
+++ b/tests/streams_006.phpt
@@ -3,6 +3,7 @@
--SKIPIF--
<?php
if (version_compare(PHP_VERSION, '5.4', '<')) die('skip PHP is too old');
+if (getenv("SKIP_ONLINE_TESTS")) die('skip online test');
?>
--INI--
allow_url_fopen=0
|