summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/key_exists_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/key_exists_variation2.phpt')
-rw-r--r--ext/standard/tests/array/key_exists_variation2.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/tests/array/key_exists_variation2.phpt b/ext/standard/tests/array/key_exists_variation2.phpt
index 8afeaa8615..d5f803e0ad 100644
--- a/ext/standard/tests/array/key_exists_variation2.phpt
+++ b/ext/standard/tests/array/key_exists_variation2.phpt
@@ -54,7 +54,6 @@ var_dump(key_exists(0, $h));
// stream resource has index = 0, netherless its position is the latest
$i = array('foo' => 'baz', $st);
var_dump(key_exists(0, $i));
-
--EXPECTF--
*** test key_exists() by using mixed type of arrays ***
bool(false)