summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/classes/array_access_003.phpt2
-rw-r--r--tests/lang/bug22231.phpt2
-rw-r--r--tests/lang/bug22367.phpt1
-rw-r--r--tests/lang/bug22510.phpt2
4 files changed, 7 insertions, 0 deletions
diff --git a/tests/classes/array_access_003.phpt b/tests/classes/array_access_003.phpt
index 7a803b7a22..bed09b89e5 100644
--- a/tests/classes/array_access_003.phpt
+++ b/tests/classes/array_access_003.phpt
@@ -1,5 +1,7 @@
--TEST--
ZE2 ArrayAccess::offsetGet ambiguties
+--INI--
+error_reporting=4095
--FILE--
<?php
class object implements ArrayAccess {
diff --git a/tests/lang/bug22231.phpt b/tests/lang/bug22231.phpt
index e0297adac8..b6842c7cf6 100644
--- a/tests/lang/bug22231.phpt
+++ b/tests/lang/bug22231.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #22231 (segfault when returning a global variable by reference)
+--INI--
+error_reporting=4095
--FILE--
<?php
class foo {
diff --git a/tests/lang/bug22367.phpt b/tests/lang/bug22367.phpt
index 7387043f32..99baead43b 100644
--- a/tests/lang/bug22367.phpt
+++ b/tests/lang/bug22367.phpt
@@ -1,6 +1,7 @@
--TEST--
Bug #22367 (weird zval allocation problem)
--INI--
+error_reporting=4095
zend.ze1_compatibility_mode=1
--FILE--
<?php
diff --git a/tests/lang/bug22510.phpt b/tests/lang/bug22510.phpt
index ab133b8785..65a1fc049f 100644
--- a/tests/lang/bug22510.phpt
+++ b/tests/lang/bug22510.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #22510 (segfault among complex references)
+--INI--
+error_reporting=4095
--FILE--
<?php
class foo