zoe Fri Sep 7 11:06:48 2007 UTC
Modified files:
/php-src/ext/standard/tests/file fileinode_error.phpt
Log:
made equivalent (to php5 test) changes to the expected output. Although this
test did originally have the right EXP section
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fileinode_error.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/file/fileinode_error.phpt
diff -u php-src/ext/standard/tests/file/fileinode_error.phpt:1.2
php-src/ext/standard/tests/file/fileinode_error.phpt:1.3
--- php-src/ext/standard/tests/file/fileinode_error.phpt:1.2 Fri May 25
13:50:06 2007
+++ php-src/ext/standard/tests/file/fileinode_error.phpt Fri Sep 7
11:06:48 2007
@@ -26,37 +26,37 @@
--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 ***
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php