]> granicus.if.org Git - php/commitdiff
- Make sure E_STRICT is set when expecting Strict errors..
authorfoobar <sniper@php.net>
Fri, 29 Apr 2005 01:18:41 +0000 (01:18 +0000)
committerfoobar <sniper@php.net>
Fri, 29 Apr 2005 01:18:41 +0000 (01:18 +0000)
tests/classes/array_access_003.phpt
tests/lang/bug22231.phpt
tests/lang/bug22367.phpt
tests/lang/bug22510.phpt

index 7a803b7a221174ebfdd2540af3b197d52e87bf52..bed09b89e5471c43cd0f57aededea260fba5827c 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 ZE2 ArrayAccess::offsetGet ambiguties
+--INI--
+error_reporting=4095
 --FILE--
 <?php
 class object implements ArrayAccess {
index e0297adac83490ec7ae6879a5418e14442f013fa..b6842c7cf6a61bd57c9c39e9207aa98a83c94d12 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #22231 (segfault when returning a global variable by reference)
+--INI--
+error_reporting=4095
 --FILE--
 <?php
 class foo {
index 7387043f3285b1404501a8e98525a7b93990a94c..99baead43b216bbdeae666611e473d7b91949e01 100644 (file)
@@ -1,6 +1,7 @@
 --TEST--
 Bug #22367 (weird zval allocation problem)
 --INI--
+error_reporting=4095
 zend.ze1_compatibility_mode=1
 --FILE--
 <?php
index ab133b8785a4d865dc0a7427b8de614eb92d2931..65a1fc049f7a7776eb77533569c2d572ed29dbb8 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #22510 (segfault among complex references)
+--INI--
+error_reporting=4095
 --FILE--
 <?php
 class foo