From 23a350b7a59f4ab0c23fdfc376c8399f6fd92d89 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 25 Jun 2008 22:51:53 +0000 Subject: [PATCH] - Fixed tests --- Zend/tests/is_a.phpt | 9 +-------- Zend/tests/magic_by_ref_008.phpt | 2 +- Zend/tests/magic_by_ref_009.phpt | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Zend/tests/is_a.phpt b/Zend/tests/is_a.phpt index f11f884fa9..a074194c4d 100755 --- a/Zend/tests/is_a.phpt +++ b/Zend/tests/is_a.phpt @@ -30,17 +30,10 @@ var_dump(is_subclass_of($a, "INT")); var_dump(is_subclass_of("X1", "X2")); ?> ---EXPECTF-- -Deprecated: Function is_a() is deprecated in %sis_a.php on line 17 +--EXPECT-- bool(false) - -Deprecated: Function is_a() is deprecated in %sis_a.php on line 18 bool(true) - -Deprecated: Function is_a() is deprecated in %sis_a.php on line 19 bool(true) - -Deprecated: Function is_a() is deprecated in %sis_a.php on line 20 bool(true) bool(false) bool(false) diff --git a/Zend/tests/magic_by_ref_008.phpt b/Zend/tests/magic_by_ref_008.phpt index 1de2d6b461..c67f8d373d 100644 --- a/Zend/tests/magic_by_ref_008.phpt +++ b/Zend/tests/magic_by_ref_008.phpt @@ -4,7 +4,7 @@ passing first parameter of __callstatic() by ref