summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_012.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/exception_012.phpt')
-rw-r--r--Zend/tests/exception_012.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/exception_012.phpt b/Zend/tests/exception_012.phpt
index bf00529a6c..bf8c05d516 100644
--- a/Zend/tests/exception_012.phpt
+++ b/Zend/tests/exception_012.phpt
@@ -4,7 +4,7 @@ Test exception doesn't cause RSHUTDOWN bypass, variation 1
assert.bail=1
assert.exception=1
--FILE--
-<?php
+<?php
$func = create_function('', 'define("Mommy", 1); assert(false);');
$func();