Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c563 static int zend_add_func_name_literal(zend_string *name) /* {{{ */ in zend_add_func_name_literal() function
3628 opline->op2.constant = zend_add_func_name_literal(method); in zend_compile_dynamic_call()
3637 opline->op2.constant = zend_add_func_name_literal(str); in zend_compile_dynamic_call()
4401 opline->op2.constant = zend_add_func_name_literal( in zend_compile_method_call()
4482 opline->op2.constant = zend_add_func_name_literal( in zend_compile_static_call()

Completed in 29 milliseconds