From 848b1cbb9115258052943863c8b34134d6dd2e3d Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 13 Aug 2007 21:20:18 +0000 Subject: [PATCH] revert variable class support for 5.2 --- tests/lang/041.phpt | 20 -------------------- tests/lang/042.phpt | 19 ------------------- tests/lang/043.phpt | 19 ------------------- tests/lang/044.phpt | 21 --------------------- 4 files changed, 79 deletions(-) delete mode 100644 tests/lang/041.phpt delete mode 100644 tests/lang/042.phpt delete mode 100644 tests/lang/043.phpt delete mode 100644 tests/lang/044.phpt diff --git a/tests/lang/041.phpt b/tests/lang/041.phpt deleted file mode 100644 index 930e912f6d..0000000000 --- a/tests/lang/041.phpt +++ /dev/null @@ -1,20 +0,0 @@ ---TEST-- -Dynamic access of static members ---FILE-- - -===DONE=== ---EXPECTF-- -foo - -Fatal error: Class 'B' not found in %s041.php on line %d diff --git a/tests/lang/042.phpt b/tests/lang/042.phpt deleted file mode 100644 index 4e29d4afba..0000000000 --- a/tests/lang/042.phpt +++ /dev/null @@ -1,19 +0,0 @@ ---TEST-- -Dynamic access of constants ---FILE-- - -===DONE=== ---EXPECTF-- -foo - -Fatal error: Class 'B' not found in %s042.php on line %d diff --git a/tests/lang/043.phpt b/tests/lang/043.phpt deleted file mode 100644 index d3cd6c163e..0000000000 --- a/tests/lang/043.phpt +++ /dev/null @@ -1,19 +0,0 @@ ---TEST-- -Dynamic call for static methods ---FILE-- - -===DONE=== ---EXPECTF-- -foo - -Fatal error: Class 'B' not found in %s043.php on line %d diff --git a/tests/lang/044.phpt b/tests/lang/044.phpt deleted file mode 100644 index 1fb48b0b54..0000000000 --- a/tests/lang/044.phpt +++ /dev/null @@ -1,21 +0,0 @@ ---TEST-- -Dynamic call for static methods dynamically named ---FILE-- - -===DONE=== ---EXPECTF-- -foo - -Fatal error: Class 'B' not found in %s044.php on line %d -- 2.40.0