Skip to content

Commit cec1786

Browse files
committed
Fixed bug #62938 (zend_do_bind_catch() used without declaration)
1 parent dacd11e commit cec1786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_compile.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ void zend_do_fetch_lexical_variable(znode *varname, zend_bool is_ref TSRMLS_DC);
501501

502502
void zend_do_try(znode *try_token TSRMLS_DC);
503503
void zend_do_begin_catch(znode *try_token, znode *catch_class, znode *catch_var, znode *first_catch TSRMLS_DC);
504+
void zend_do_bind_catch(znode *try_token, znode *catch_token TSRMLS_DC);
504505
void zend_do_end_catch(znode *catch_token TSRMLS_DC);
505506
void zend_do_finally(znode *finally_token TSRMLS_DC);
506507
void zend_do_end_finally(znode *try_token, znode* catch_token, znode *finally_token TSRMLS_DC);

0 commit comments

Comments
 (0)