From: Jani Taskinen Date: Mon, 5 Nov 2007 17:09:26 +0000 (+0000) Subject: - Fix expected result. This has hidden an obvious bug.. X-Git-Tag: RELEASE_2_0_0a1~1456 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf83ffb3f267fd5d6d2992a9ae061772bee5eeab;p=php - Fix expected result. This has hidden an obvious bug.. --- diff --git a/ext/standard/tests/file/flock_error.phpt b/ext/standard/tests/file/flock_error.phpt index cc9752157e..75c093e58d 100644 --- a/ext/standard/tests/file/flock_error.phpt +++ b/ext/standard/tests/file/flock_error.phpt @@ -91,10 +91,8 @@ Warning: flock() expects parameter 2 to be long, string given in %s on line %d 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 @@ Warning: flock() expects parameter 2 to be long, Unicode string given in %s on l 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)