summaryrefslogtreecommitdiff
path: root/Zend/tests/bug69388_2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug69388_2.phpt')
-rw-r--r--Zend/tests/bug69388_2.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/tests/bug69388_2.phpt b/Zend/tests/bug69388_2.phpt
index d597365bc8..b55153b492 100644
--- a/Zend/tests/bug69388_2.phpt
+++ b/Zend/tests/bug69388_2.phpt
@@ -2,7 +2,6 @@
Bug #69388 - Variation
--FILE--
<?php
-error_reporting(E_ALL | E_STRICT);
function handle_error($code, $message, $file, $line, $context) {
eval('namespace Foo;');
echo "$message\n";