From: Felipe Pena Date: Mon, 12 May 2008 11:24:07 +0000 (+0000) Subject: - Fixed test X-Git-Tag: RELEASE_1_2_5~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=670ed18df417c4f87df0b3ea9a048b197551d576;p=php - Fixed test --- diff --git a/Zend/tests/isset_003.phpt b/Zend/tests/isset_003.phpt index f8680fa27e..68c26f80f0 100644 --- a/Zend/tests/isset_003.phpt +++ b/Zend/tests/isset_003.phpt @@ -23,11 +23,17 @@ var_dump(isset($GLOBALS[1])); var_dump(isset($GLOBALS[1]->$GLOBALS)); ?> ---EXPECT-- +--EXPECTF-- bool(true) bool(true) bool(false) bool(false) + +Notice: Undefined variable: d in %s on line %d + +Notice: Undefined variable: c in %s on line %d + +Notice: Trying to get property of non-object in %s on line %d bool(false) bool(true) bool(false)