From f5f64042601606089d2e1b3c3eac1754203e12a7 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 10 Jun 2013 12:53:19 +0400 Subject: [PATCH] Fixed test script --- Zend/tests/bug64966.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/tests/bug64966.phpt b/Zend/tests/bug64966.phpt index 27fec3b72a..c1cdbbf812 100644 --- a/Zend/tests/bug64966.phpt +++ b/Zend/tests/bug64966.phpt @@ -22,7 +22,7 @@ $a->b(); --EXPECTF-- Fatal error: Uncaught exception 'Exception' in %sbug64966.php:3 Stack trace: -#0 [internal function]: {closure}(4096, 'Argument 1 pass...', '/home/huixinche...', 6, Array) +#0 [internal function]: {closure}(4096, 'Argument 1 pass...', '%s', 6, Array) #1 %sbug64966.php(6): iterator_apply('') #2 %sbug64966.php(12): test('iterator_apply') #3 %sbug64966.php(17): A->b() -- 2.40.0