summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-03-11 01:32:20 +0000
committerMarcus Boerger <helly@php.net>2005-03-11 01:32:20 +0000
commit45212809b5ef0ee5f267f14889712823ebbf0287 (patch)
tree8d9ad4c684b92a75977a3406cb0dc10351e6901a
parent299a17ba37ae5641af766e318c7798f50b1870e2 (diff)
downloadphp-git-45212809b5ef0ee5f267f14889712823ebbf0287.tar.gz
- Irrelevant
-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