diff options
| author | Marcus Boerger <helly@php.net> | 2005-03-11 01:32:20 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-03-11 01:32:20 +0000 |
| commit | 45212809b5ef0ee5f267f14889712823ebbf0287 (patch) | |
| tree | 8d9ad4c684b92a75977a3406cb0dc10351e6901a | |
| parent | 299a17ba37ae5641af766e318c7798f50b1870e2 (diff) | |
| download | php-git-45212809b5ef0ee5f267f14889712823ebbf0287.tar.gz | |
- Irrelevant
| -rwxr-xr-x | Zend/tests/bug27145.phpt | 13 |
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 |
