jani Mon Nov 5 17:09:26 2007 UTC
Modified files:
/php-src/ext/standard/tests/file flock_error.phpt
Log:
- Fix expected result. This has hidden an obvious bug..
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/flock_error.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/standard/tests/file/flock_error.phpt
diff -u php-src/ext/standard/tests/file/flock_error.phpt:1.3
php-src/ext/standard/tests/file/flock_error.phpt:1.4
--- php-src/ext/standard/tests/file/flock_error.phpt:1.3 Wed Jul 11
12:57:55 2007
+++ php-src/ext/standard/tests/file/flock_error.phpt Mon Nov 5 17:09:26 2007
@@ -91,10 +91,8 @@
NULL
--- Iteration 8 ---
-Notice: A non well formed numeric value encountered in %s on line %d
-
-Warning: flock(): Illegal operation argument in %s on line %d
-bool(false)
+Warning: flock() expects parameter 2 to be long, string given in %s on line %d
+NULL
Warning: flock(): 6 is not a valid stream resource in %s on line %d
bool(false)
@@ -148,10 +146,8 @@
NULL
--- Iteration 8 ---
-Notice: A non well formed numeric value encountered in %s on line %d
-
-Warning: flock(): Illegal operation argument in %s on line %d
-bool(false)
+Warning: flock() expects parameter 2 to be long, string given in %s on line %d
+NULL
Warning: flock(): 6 is not a valid stream resource in %s on line %d
bool(false)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php