- Make sure E_STRICT is set when expecting Strict errors..

This commit is contained in:
foobar 2005-04-29 01:18:41 +00:00
parent 96bc29839b
commit 3dcd8c26ee
4 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,7 @@
--TEST--
ZE2 ArrayAccess::offsetGet ambiguties
--INI--
error_reporting=4095
--FILE--
<?php
class object implements ArrayAccess {

View File

@ -1,5 +1,7 @@
--TEST--
Bug #22231 (segfault when returning a global variable by reference)
--INI--
error_reporting=4095
--FILE--
<?php
class foo {

View File

@ -1,6 +1,7 @@
--TEST--
Bug #22367 (weird zval allocation problem)
--INI--
error_reporting=4095
zend.ze1_compatibility_mode=1
--FILE--
<?php

View File

@ -1,5 +1,7 @@
--TEST--
Bug #22510 (segfault among complex references)
--INI--
error_reporting=4095
--FILE--
<?php
class foo