summaryrefslogtreecommitdiff
path: root/Zend/tests/bug37251.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug37251.phpt')
-rw-r--r--Zend/tests/bug37251.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug37251.phpt b/Zend/tests/bug37251.phpt
index 12d1e3d974..0e5ac8fd48 100644
--- a/Zend/tests/bug37251.phpt
+++ b/Zend/tests/bug37251.phpt
@@ -1,8 +1,8 @@
--TEST--
-Bug #37251 (deadlock when custom error handler is to catch array type hint error)
+Bug #37251 (deadlock when custom error handler is to catch array type hint error)
--FILE--
<?php
-class Foo {
+class Foo {
function bar(array $foo) {
}
}