diff options
author | Dmitry Stogov <dmitry@php.net> | 2007-07-11 12:57:55 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2007-07-11 12:57:55 +0000 |
commit | 89aef801cf5b5bb275bad220bb0a0381fd6823a2 (patch) | |
tree | 06360fe551ef22625c3903808d25ba8f39530121 | |
parent | 34383f0bd0cd5aed0f6bb8466de9c4573532d2ae (diff) | |
download | php-git-89aef801cf5b5bb275bad220bb0a0381fd6823a2.tar.gz |
Fixed tests
-rw-r--r-- | ext/standard/tests/array/extract.phpt | 2 | ||||
-rw-r--r-- | 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) |