Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ast.c1762 #define FUNC_OP(_op) do { \ macro
2054 FUNC_OP("empty"); in zend_ast_export_ex()
2056 FUNC_OP("isset"); in zend_ast_export_ex()
2076 FUNC_OP("exit"); in zend_ast_export_ex()
2085 case ZEND_INCLUDE_ONCE: FUNC_OP("include_once"); in zend_ast_export_ex()
2086 case ZEND_INCLUDE: FUNC_OP("include"); in zend_ast_export_ex()
2087 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
2088 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
2089 case ZEND_EVAL: FUNC_OP("eval"); in zend_ast_export_ex()
2112 FUNC_OP("unset"); in zend_ast_export_ex()

Completed in 13 milliseconds