From a4b6eb9b18af736c45ec74284aa8f3e7579bbd2f Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Fri, 10 Dec 2004 01:03:05 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'php_5_0_3RC2'. --- ext/reflection/tests/003.phpt | 31 ------------------------------- tests/lang/bug30862.phpt | 30 ------------------------------ 2 files changed, 61 deletions(-) delete mode 100755 ext/reflection/tests/003.phpt delete mode 100644 tests/lang/bug30862.phpt diff --git a/ext/reflection/tests/003.phpt b/ext/reflection/tests/003.phpt deleted file mode 100755 index 6603892559..0000000000 --- a/ext/reflection/tests/003.phpt +++ /dev/null @@ -1,31 +0,0 @@ ---TEST-- -invoke() with base class method ---FILE-- -invoke($o); - -?> -===DONE=== ---EXPECT-- -Foo::Test -===DONE=== diff --git a/tests/lang/bug30862.phpt b/tests/lang/bug30862.phpt deleted file mode 100644 index 12c95d57e8..0000000000 --- a/tests/lang/bug30862.phpt +++ /dev/null @@ -1,30 +0,0 @@ ---TEST-- -Bug #30862 (Static array with boolean indexes) ---FILE-- -"false", true=>"true"); -} -print_r(T::$a); -?> ----------- -"false", Y=>"true"); -} -print_r(T2::$a); -?> ---EXPECT-- -Array -( - [0] => false - [1] => true -) ----------- -Array -( - [0] => false - [1] => true -) -- cgit v1.2.1