From: Zoe Slattery Date: Fri, 7 Sep 2007 11:06:48 +0000 (+0000) Subject: made equivalent (to php5 test) changes to the expected output. Although this test... X-Git-Tag: RELEASE_2_0_0a1~1863 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c99d1b141402e7d065788a08750c88e1b065eb7;p=php made equivalent (to php5 test) changes to the expected output. Although this test did originally have the right EXP section --- diff --git a/ext/standard/tests/file/fileinode_error.phpt b/ext/standard/tests/file/fileinode_error.phpt index 3a1e883057..7ddc526e2d 100644 --- a/ext/standard/tests/file/fileinode_error.phpt +++ b/ext/standard/tests/file/fileinode_error.phpt @@ -26,37 +26,37 @@ echo "\n*** Done ***"; --EXPECTF-- *** Testing error conditions of fileinode() *** -Warning: fileinode(): stat failed for /no/such/file/dir in %s on line %d +Warning: fileinode(): stat failed for /no/such/file/dir in %s on line 10 bool(false) -Warning: fileinode(): stat failed for string in %s on line %d +Warning: fileinode(): stat failed for string in %s on line 13 bool(false) -Warning: fileinode(): stat failed for 100 in %s on line %d +Warning: fileinode(): stat failed for 100 in %s on line 14 bool(false) -Warning: fileinode() expects exactly 1 parameter, 0 given in %s on line %d +Warning: fileinode() expects exactly 1 parameter, 0 given in %s on line 17 NULL -Warning: fileinode() expects exactly 1 parameter, 2 given in %s on line %d +Warning: fileinode() expects exactly 1 parameter, 2 given in %s on line 20 NULL *** Done *** --UEXPECTF-- *** Testing error conditions of fileinode() *** -Warning: fileinode(): stat failed for /no/such/file/dir in %s on line %d +Warning: fileinode(): stat failed for /no/such/file/dir in %s on line 10 bool(false) -Warning: fileinode(): stat failed for string in %s on line %d +Warning: fileinode(): stat failed for string in %s on line 13 bool(false) -Warning: fileinode(): stat failed for 100 in %s on line %d +Warning: fileinode(): stat failed for 100 in %s on line 14 bool(false) -Warning: fileinode() expects exactly 1 parameter, 0 given in %s on line %d +Warning: fileinode() expects exactly 1 parameter, 0 given in %s on line 17 NULL -Warning: fileinode() expects exactly 1 parameter, 2 given in %s on line %d +Warning: fileinode() expects exactly 1 parameter, 2 given in %s on line 20 NULL *** Done ***