diff options
| author | Steph Fox <sfox@php.net> | 2008-05-26 23:36:10 +0000 |
|---|---|---|
| committer | Steph Fox <sfox@php.net> | 2008-05-26 23:36:10 +0000 |
| commit | 833f4150a1b803ad36d4c5bf97561d7958538aec (patch) | |
| tree | ce0ec413cea57a86cec658c3317d60a69f8adf1a /ext/standard/tests/array/array_key_exists_variation1.phpt | |
| parent | 10c04aca384b8bc31412d36f05ba29f11192a082 (diff) | |
| download | php-git-833f4150a1b803ad36d4c5bf97561d7958538aec.tar.gz | |
- killed off UEXPECT
- could someone please fix var_export2.phpt? NUL is corrupted, can't fix here
Diffstat (limited to 'ext/standard/tests/array/array_key_exists_variation1.phpt')
| -rw-r--r-- | ext/standard/tests/array/array_key_exists_variation1.phpt | 102 |
1 files changed, 0 insertions, 102 deletions
diff --git a/ext/standard/tests/array/array_key_exists_variation1.phpt b/ext/standard/tests/array/array_key_exists_variation1.phpt index 3fca68468c..b8770cb4b9 100644 --- a/ext/standard/tests/array/array_key_exists_variation1.phpt +++ b/ext/standard/tests/array/array_key_exists_variation1.phpt @@ -201,105 +201,3 @@ bool(false) Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d bool(false) Done ---UEXPECTF-- -*** Testing array_key_exists() : usage variations *** - --- Iteration 1 -- -bool(true) - --- Iteration 2 -- -bool(true) - --- Iteration 3 -- -bool(false) - --- Iteration 4 -- -bool(false) - --- Iteration 5 -- - -Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d -bool(false) - --- Iteration 6 -- - -Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d -bool(false) - --- Iteration 7 -- - -Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d -bool(false) - --- Iteration 8 -- - -Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d -bool(false) - --- Iteration 9 -- - -Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d -bool(false) - --- Iteration 10 -- -bool(false) - --- Iteration 11 -- -bool(false) - --- Iteration 12 -- - -Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d -bool(false) - --- Iteration 13 -- - -Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d -bool(false) - --- Iteration 14 -- - -Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d -bool(false) - --- Iteration 15 -- - -Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d -bool(false) - --- Iteration 16 -- -bool(false) - --- Iteration 17 -- -bool(false) - --- Iteration 18 -- - -Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d -bool(false) - --- Iteration 19 -- -bool(true) - --- Iteration 20 -- -bool(true) - --- Iteration 21 -- -bool(true) - --- Iteration 22 -- - -Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d -bool(false) - --- Iteration 23 -- -bool(false) - --- Iteration 24 -- -bool(false) - --- Iteration 25 -- - -Warning: array_key_exists(): The first argument should be either a string or an integer in %s on line %d -bool(false) -Done
\ No newline at end of file |
