This is no longer valid out of the box PHP 5 code.

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...
This commit is contained in:
Zeev Suraski 2004-02-25 14:57:43 +00:00
parent 7086634a0b
commit 982b44e073

View 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);