if(substr(PHP_OS, 0, 3) != "WIN")\r
die("skip Run only on Windows");\r
?>\r
+--INI--\r
+allow_url_fopen=1\r
--FILE--\r
<?php\r
\r
if(substr(PHP_OS, 0, 3) == "WIN")
die("skip on Windows");
?>
+--INI--
+allow_url_fopen=1
--FILE--
<?php
--TEST--
Bug #44034
+--INI--
+allow_url_fopen=1
--FILE--
<?php
$filters = stream_get_filters();
if(! in_array( "dechunk", $filters )) die( "chunked filter not available." );
?>
+--INI--
+allow_url_fopen=1
--FILE--
<?php
$streams = array(