]> granicus.if.org Git - php/commit
Move undefined constant error into get_constant_ex
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 10 Jan 2020 10:47:35 +0000 (11:47 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 10 Jan 2020 10:48:10 +0000 (11:48 +0100)
commit0a2f6c55279c506dad65a6711567107d6aceec2d
tree5661941e37143453b729611c5d280673e10ab482
parentb79efec9947a72cdd587356bd0b1b6f9e4c8c27d
Move undefined constant error into get_constant_ex

All the other error conditions are already handled in there, so
this one should be as well.
Zend/zend_ast.c
Zend/zend_constants.c
Zend/zend_execute.h
Zend/zend_execute_API.c