]> granicus.if.org Git - php/commitdiff
fix test
authorGreg Beaver <cellog@php.net>
Sun, 11 May 2008 22:44:33 +0000 (22:44 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 11 May 2008 22:44:33 +0000 (22:44 +0000)
ext/phar/tests/fgc_edgecases.phpt

index c440ea4afa26bb8ee9086a238d30724772c209b3..9843f66d12c25c32a4ddd2f5cdd11b9aa631ac8f 100644 (file)
@@ -40,6 +40,7 @@ include $pname . '/foo/hi';
 <?php rmdir(dirname(__FILE__) . '/poo'); ?>
 <?php unlink(dirname(__FILE__) . '/foob'); ?>
 --EXPECTF--
+Warning: file_get_contents() expects parameter 1 to be string, array given in %sfgc_edgecases.php on line %d
 blah
 <?php
 echo file_get_contents("foo/" . basename(__FILE__));