Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ast.c1330 #define FUNC_OP(_op) do { \ macro
1594 FUNC_OP("empty"); in zend_ast_export_ex()
1596 FUNC_OP("isset"); in zend_ast_export_ex()
1616 FUNC_OP("exit"); in zend_ast_export_ex()
1625 case ZEND_INCLUDE_ONCE: FUNC_OP("include_once"); in zend_ast_export_ex()
1626 case ZEND_INCLUDE: FUNC_OP("include"); in zend_ast_export_ex()
1627 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
1628 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
1629 case ZEND_EVAL: FUNC_OP("eval"); in zend_ast_export_ex()
1652 FUNC_OP("unset"); in zend_ast_export_ex()

Completed in 17 milliseconds