Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed test script
This commit is contained in:
Dmitry Stogov 2013-06-10 12:54:54 +04:00
commit f68b8a5e74

View File

@ -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()