--TEST-- Phar: test edge cases of fopen() function interception #2 (PHP 6) --SKIPIF-- --INI-- phar.readonly=0 --FILE-- '); include $pname . '/foo/hi'; ?> ===DONE=== --CLEAN-- --EXPECTF-- Notice: Array to string conversion in %sfopen_edgecases2U.php on line 6 Warning: fopen(Array): failed to open stream: No such file or directory in %sfopen_edgecases2U.php on line 6 blah test Warning: fopen(phar://%sfopen_edgecases2U.phar.php/oops): failed to open stream: phar error: path "oops" is a directory in phar://%sfopen_edgecases2U.phar.php/foo/hi on line 6 ===DONE===