]> granicus.if.org Git - php/commitdiff
different OSes have different messages, and that's not what the test is about anyway
authorStanislav Malyshev <stas@php.net>
Mon, 14 Jan 2013 00:34:35 +0000 (16:34 -0800)
committerStanislav Malyshev <stas@php.net>
Mon, 14 Jan 2013 00:58:27 +0000 (16:58 -0800)
Zend/tests/bug30998.phpt
Zend/tests/bug60909_1.phpt

index d0ace9fa16d459403693a9f25bdf8b1d0847be59..032da3d3bcc152b1c452e7e45fc9c21d5ef7078f 100644 (file)
@@ -15,7 +15,7 @@ $f = fopen("/tmp/blah", "r");
 ?>
 ===DONE===
 --EXPECTF--
-fopen(/tmp/blah): failed to open stream: No such file or directory (2) in %s:%d
+fopen(/tmp/blah): failed to open stream: %s (2) in %s:%d
 
-Warning: fopen(/tmp/blah): failed to open stream: No such file or directory in %s on line %d
+Warning: fopen(/tmp/blah): failed to open stream: %s in %s on line %d
 ===DONE===
index 5150dfc025c314fc9a43c87fe17ab8d1816d4313..cfe42892870798dce2521639ec48ae64a4cf331e 100644 (file)
@@ -10,7 +10,7 @@ set_error_handler(function($errno, $errstr, $errfile, $errline){
 
 require 'notfound.php';
 --EXPECTF--
-error(require(notfound.php): failed to open stream: No such file or directory)
+error(require(notfound.php): failed to open stream: %s)
 Warning: Uncaught exception 'Exception' with message 'Foo' in %sbug60909_1.php:5
 Stack trace:
 #0 %sbug60909_1.php(8): {closure}(2, 'require(notfoun...', '%s', 8, Array)