mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
- Make sure E_STRICT is set when expecting Strict errors..
This commit is contained in:
parent
96bc29839b
commit
3dcd8c26ee
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
ZE2 ArrayAccess::offsetGet ambiguties
|
||||
--INI--
|
||||
error_reporting=4095
|
||||
--FILE--
|
||||
<?php
|
||||
class object implements ArrayAccess {
|
||||
|
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Bug #22231 (segfault when returning a global variable by reference)
|
||||
--INI--
|
||||
error_reporting=4095
|
||||
--FILE--
|
||||
<?php
|
||||
class foo {
|
||||
|
@ -1,6 +1,7 @@
|
||||
--TEST--
|
||||
Bug #22367 (weird zval allocation problem)
|
||||
--INI--
|
||||
error_reporting=4095
|
||||
zend.ze1_compatibility_mode=1
|
||||
--FILE--
|
||||
<?php
|
||||
|
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Bug #22510 (segfault among complex references)
|
||||
--INI--
|
||||
error_reporting=4095
|
||||
--FILE--
|
||||
<?php
|
||||
class foo
|
||||
|
Loading…
Reference in New Issue
Block a user