mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fixed test script
This commit is contained in:
commit
ef20fdb338
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ $a->b();
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
Fatal error: Uncaught exception 'Exception' in %sbug64966.php:3
|
Fatal error: Uncaught exception 'Exception' in %sbug64966.php:3
|
||||||
Stack trace:
|
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('')
|
#1 %sbug64966.php(6): iterator_apply('')
|
||||||
#2 %sbug64966.php(12): test('iterator_apply')
|
#2 %sbug64966.php(12): test('iterator_apply')
|
||||||
#3 %sbug64966.php(17): A->b()
|
#3 %sbug64966.php(17): A->b()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue