From 89aef801cf5b5bb275bad220bb0a0381fd6823a2 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 11 Jul 2007 12:57:55 +0000 Subject: [PATCH] Fixed tests --- ext/standard/tests/array/extract.phpt | 2 +- ext/standard/tests/file/flock_error.phpt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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) -- 2.50.1