diff options
| author | Derick Rethans <derick@php.net> | 2008-07-22 07:14:07 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2008-07-22 07:14:07 +0000 |
| commit | 3f1787c42641ba985fa958985af3306d3260bfdb (patch) | |
| tree | 425e244978db7cc63b33bad68ac89b8fe9a1661f | |
| parent | 38eaacafdf19e32e0b663c76b60a12edadb7dbad (diff) | |
| download | php-git-3f1787c42641ba985fa958985af3306d3260bfdb.tar.gz | |
- This test works fine (patch by Lars Strojny)
| -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; |
