Commit:    f5f64042601606089d2e1b3c3eac1754203e12a7
Author:    Dmitry Stogov <dmi...@zend.com>         Mon, 10 Jun 2013 12:53:19 
+0400
Parents:   75c57122e36897c81c33dae81c436f7bad65e35c
Branches:  PHP-5.3

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=f5f64042601606089d2e1b3c3eac1754203e12a7

Log:
Fixed test script

Changed paths:
  M  Zend/tests/bug64966.phpt


Diff:
diff --git a/Zend/tests/bug64966.phpt b/Zend/tests/bug64966.phpt
index 27fec3b..c1cdbbf 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()


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to