Home
last modified time | relevance | path

Searched refs:compile_time (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_compile.c1210 …d do_bind_function_error(zend_string *lcname, zend_op_array *op_array, bool compile_time) /* {{{ */ in do_bind_function_error() argument
1212 …zval *zv = zend_hash_find_known_hash(compile_time ? CG(function_table) : EG(function_table), lcnam… in do_bind_function_error()
1213 int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR; in do_bind_function_error()

Completed in 98 milliseconds