From bf83ffb3f267fd5d6d2992a9ae061772bee5eeab Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 5 Nov 2007 17:09:26 +0000 Subject: [PATCH] - Fix expected result. This has hidden an obvious bug.. --- ext/standard/tests/file/flock_error.phpt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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) -- 2.50.1