diff options
author | Marcus Boerger <helly@php.net> | 2003-05-02 11:10:55 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-05-02 11:10:55 +0000 |
commit | d6d17e510d01ba0dd1a284339fa85e0493963000 (patch) | |
tree | c221150255218830e6cc319013d99b8bf824b9c3 | |
parent | 7638a25feff2519258c12253aa5e357f6ee73157 (diff) | |
download | php-git-d6d17e510d01ba0dd1a284339fa85e0493963000.tar.gz |
Remove this debug line too
-rwxr-xr-x | ext/spl/spl_foreach.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/spl_foreach.c b/ext/spl/spl_foreach.c index 8474639bcd..850b8bb3dd 100755 --- a/ext/spl/spl_foreach.c +++ b/ext/spl/spl_foreach.c @@ -112,7 +112,6 @@ ZEND_EXECUTE_HOOK_FUNCTION(ZEND_FE_FETCH) NEXT_OPCODE(); } - else EX(opline) = op_array->opcodes+EX(opline)->op2.u.opline_num; return 0; } |