summaryrefslogtreecommitdiff
path: root/ext/standard/tests
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-11-01 20:29:11 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2016-11-01 20:29:11 +0100
commitb281362681bea63b139b89f5943e5c220bf0b82d (patch)
treedabfdd87495b0a7a2caba77a50ee4aa0ac70b971 /ext/standard/tests
parent65d7bbaddcb7d039d201b0c0cd452736fd326c73 (diff)
parent8957ff36b38a560cfa9a2a3f2a1271cfb2fcbeb9 (diff)
downloadphp-git-b281362681bea63b139b89f5943e5c220bf0b82d.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
Diffstat (limited to 'ext/standard/tests')
-rw-r--r--ext/standard/tests/file/bug43008.phpt2
-rw-r--r--ext/standard/tests/streams/bug40459.phpt2
-rw-r--r--ext/standard/tests/streams/bug71323.phpt2
3 files changed, 6 insertions, 0 deletions
diff --git a/ext/standard/tests/file/bug43008.phpt b/ext/standard/tests/file/bug43008.phpt
index d2e3efdb58..3c9411d329 100644
--- a/ext/standard/tests/file/bug43008.phpt
+++ b/ext/standard/tests/file/bug43008.phpt
@@ -4,6 +4,8 @@ Bug #43008 (php://filter uris ignore url encoded filternames and can't handle sl
<?php
if (!extension_loaded("iconv")) die("skip iconv extension not available");
?>
+--INI--
+allow_url_fopen=1
--FILE--
<?php
$url = b""
diff --git a/ext/standard/tests/streams/bug40459.phpt b/ext/standard/tests/streams/bug40459.phpt
index 8ee4363ed9..902a1f9111 100644
--- a/ext/standard/tests/streams/bug40459.phpt
+++ b/ext/standard/tests/streams/bug40459.phpt
@@ -1,5 +1,7 @@
--TEST--
bug 40459 - Test whether the constructor of the user-space stream wrapper is called when stream functions are called
+--INI--
+allow_url_fopen=1
--FILE--
<?php
// Test whether the constructor of the user-space stream wrapper is called when stream functions are called
diff --git a/ext/standard/tests/streams/bug71323.phpt b/ext/standard/tests/streams/bug71323.phpt
index dfe0bd8afe..29d784719f 100644
--- a/ext/standard/tests/streams/bug71323.phpt
+++ b/ext/standard/tests/streams/bug71323.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #71323: Output of stream_get_meta_data can be falsified by its input
+--INI--
+allow_url_fopen=1
--FILE--
<?php
$file = 'data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata';