summaryrefslogtreecommitdiff
path: root/Zend/tests/bug55578.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug55578.phpt')
-rw-r--r--Zend/tests/bug55578.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug55578.phpt b/Zend/tests/bug55578.phpt
index 4a8604a23b..b67d3824e0 100644
--- a/Zend/tests/bug55578.phpt
+++ b/Zend/tests/bug55578.phpt
@@ -1,14 +1,14 @@
--TEST--
Bug #55578 (Segfault on implode/concat)
--FILE--
-<?php
+<?php
$options = array();
class Foo {
public function __toString() {
return 'Foo';
}
-}
+}
function test($options, $queryPart) {
return ''. (0 ? 1 : $queryPart);