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_values_errors.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_values_errors.phpt')
-rw-r--r-- | ext/standard/tests/array/array_values_errors.phpt | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/ext/standard/tests/array/array_values_errors.phpt b/ext/standard/tests/array/array_values_errors.phpt index 40170811af..b513cf714d 100644 --- a/ext/standard/tests/array/array_values_errors.phpt +++ b/ext/standard/tests/array/array_values_errors.phpt @@ -16,25 +16,7 @@ var_dump( array_values(new stdclass) ); // object echo "Done\n"; ?> ---EXPECTF-- -*** Testing error conditions *** - -Warning: array_values() expects exactly 1 parameter, 0 given in %s on line %d -NULL - -Warning: array_values() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Warning: array_values() expects parameter 1 to be array, string given in %s on line %d -NULL - -Warning: array_values() expects parameter 1 to be array, integer given in %s on line %d -NULL - -Warning: array_values() expects parameter 1 to be array, object given in %s on line %d -NULL -Done ---UEXPECTF-- +--EXPECTF-- *** Testing error conditions *** Warning: array_values() expects exactly 1 parameter, 0 given in %s on line %d |