From: Dmitry Stogov Date: Wed, 11 Jul 2007 12:57:55 +0000 (+0000) Subject: Fixed tests X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89aef801cf5b5bb275bad220bb0a0381fd6823a2;p=php Fixed tests --- diff --git a/ext/standard/tests/array/extract.phpt b/ext/standard/tests/array/extract.phpt index 8c247d0d13..2b88209ed8 100644 --- a/ext/standard/tests/array/extract.phpt +++ b/ext/standard/tests/array/extract.phpt @@ -131,7 +131,7 @@ NULL Warning: extract() expects parameter 1 to be array, integer given in %s on line %d NULL -Warning: extract() expects parameter 1 to be array, string given in %s on line %d +Warning: extract() expects parameter 1 to be array, %s given in %s on line %d NULL Warning: extract() expects at most 3 parameters, 4 given in %s on line %d diff --git a/ext/standard/tests/file/flock_error.phpt b/ext/standard/tests/file/flock_error.phpt index 86b7650eab..cc9752157e 100644 --- a/ext/standard/tests/file/flock_error.phpt +++ b/ext/standard/tests/file/flock_error.phpt @@ -148,8 +148,10 @@ Warning: flock() expects parameter 2 to be long, Unicode string given in %s on l NULL --- Iteration 8 --- -Warning: flock() expects parameter 2 to be long, Unicode string given in %s on line %d -NULL +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(): 6 is not a valid stream resource in %s on line %d bool(false)