Skip to content

Commit

Permalink
PHP 7's generators return one more line, with uninitialized vars
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Sep 27, 2015
1 parent 8873ccb commit 8fa5bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bug00905.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ TRACE START [%d-%d-%d %d:%d:%d]
%w%f %w%d >=> (10 => 'e')
%w%f %w%d -> gen() %sbug00905.php:13
%w%f %w%d >=> (11 => 'f')
%w%f %w%d -> gen() %sbug00905.php:13
%w%f %w%d -> gen() %sbug00905.php:13%A
%w%f %w%d -> xdebug_stop_trace() %sbug00905.php:17
%w%f %w%d
TRACE END [%d-%d-%d %d:%d:%d]

0 comments on commit 8fa5bf7

Please sign in to comment.