summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xZend/tests/bug27145.phpt13
1 files changed, 0 insertions, 13 deletions
diff --git a/Zend/tests/bug27145.phpt b/Zend/tests/bug27145.phpt
deleted file mode 100755
index f2f6dd6378..0000000000
--- a/Zend/tests/bug27145.phpt
+++ /dev/null
@@ -1,13 +0,0 @@
---TEST--
-Bug #27145 (Errors messages print unmangled PPP property names)
---FILE--
-<?php
-class a {
- protected static $v = "aa";
-}
-class b extends a {
- protected static $v = "bb";
-}
-?>
---EXPECTF--
-Fatal error: Cannot redeclare property static protected a::$v in class b in %s on line %d \ No newline at end of file