]> granicus.if.org Git - php/commitdiff
This is no longer valid out of the box PHP 5 code.
authorZeev Suraski <zeev@php.net>
Wed, 25 Feb 2004 14:57:43 +0000 (14:57 +0000)
committerZeev Suraski <zeev@php.net>
Wed, 25 Feb 2004 14:57:43 +0000 (14:57 +0000)
We tried to enable compatibility mode but the test engine doesn't appear
to take the --INI-- section into account in compile time, so it didn't
work...

tests/lang/bug22367.phpt

index d97ad7cef34273ae395266f71887ec6502ab46e8..134af99d04178d473c0e35df5e2d54fcca449319 100644 (file)
@@ -1,7 +1,10 @@
 --TEST--
 Bug #22367 (weird zval allocation problem)
+--SKIPIF--
+<?php if(version_compare(zend_version(), "2.0.0-dev", '>=')) echo "skip Overriden method does not match overriding method - incompatible with ZE2\n"; ?>
 --FILE--
 <?php
+
 class foo
 {
        public $test = array(0, 1, 2, 3, 4);