From: Xinchen Hui Date: Tue, 26 Mar 2013 03:50:47 +0000 (+0800) Subject: Update test script X-Git-Tag: php-5.4.14RC1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1182a3356c6c1989a686aab5258e1d47c56b2955;p=php Update test script --- diff --git a/Zend/tests/bug64515.phpt b/Zend/tests/bug64515.phpt index d056c74431..5390a6cdcd 100644 --- a/Zend/tests/bug64515.phpt +++ b/Zend/tests/bug64515.phpt @@ -6,5 +6,7 @@ function foo($unused = null, $unused = null, $arg = array()) { return 1; } foo(); +echo "okey"; ?> --EXPECT-- +okey