summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_key_exists_basic.phpt
diff options
context:
space:
mode:
authorSteph Fox <sfox@php.net>2008-05-26 23:36:10 +0000
committerSteph Fox <sfox@php.net>2008-05-26 23:36:10 +0000
commit833f4150a1b803ad36d4c5bf97561d7958538aec (patch)
treece0ec413cea57a86cec658c3317d60a69f8adf1a /ext/standard/tests/array/array_key_exists_basic.phpt
parent10c04aca384b8bc31412d36f05ba29f11192a082 (diff)
downloadphp-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_basic.phpt')
-rw-r--r--ext/standard/tests/array/array_key_exists_basic.phpt7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/standard/tests/array/array_key_exists_basic.phpt b/ext/standard/tests/array/array_key_exists_basic.phpt
index 1fbfb5005d..12b21d4613 100644
--- a/ext/standard/tests/array/array_key_exists_basic.phpt
+++ b/ext/standard/tests/array/array_key_exists_basic.phpt
@@ -22,13 +22,8 @@ var_dump(array_key_exists($key2, $search));
echo "Done";
?>
---EXPECTF--
+--EXPECT--
*** Testing array_key_exists() : basic functionality ***
bool(true)
bool(false)
Done
---UEXPECTF--
-*** Testing array_key_exists() : basic functionality ***
-bool(true)
-bool(false)
-Done \ No newline at end of file