diff options
author | Derick Rethans <derick@php.net> | 2008-07-22 07:13:52 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2008-07-22 07:13:52 +0000 |
commit | 05d2ae4c9eb5504c573e2b840fcf7353ff0a9d19 (patch) | |
tree | 1c508fe8fdcd21d6b255213237a6d7662da96793 /Zend/tests/bug20242.phpt | |
parent | 4b0b1d804e653651a4b02553b812fe4cfba84808 (diff) | |
download | php-git-05d2ae4c9eb5504c573e2b840fcf7353ff0a9d19.tar.gz |
- This test works fine (patch by Lars Strojny)
Diffstat (limited to 'Zend/tests/bug20242.phpt')
-rwxr-xr-x | Zend/tests/bug20242.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Zend/tests/bug20242.phpt b/Zend/tests/bug20242.phpt index bd140f5806..064f8235fa 100755 --- a/Zend/tests/bug20242.phpt +++ b/Zend/tests/bug20242.phpt @@ -1,12 +1,7 @@ --TEST-- Bug #20242 (Method call in front of class definition) ---SKIPIF-- -<?php if (version_compare(zend_version(), '2.0.0-dev', '>=')) die('skip ZendEngine 2 does not support this'); ?> --FILE-- <?php - -// THIS IS A WON'T FIX FOR ZE2 - test::show_static(); $t = new test; |