Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_ast.c1548 #define FUNC_OP(_op) do { \ macro
1829 FUNC_OP("empty"); in zend_ast_export_ex()
1831 FUNC_OP("isset"); in zend_ast_export_ex()
1851 FUNC_OP("exit"); in zend_ast_export_ex()
1860 case ZEND_INCLUDE_ONCE: FUNC_OP("include_once"); in zend_ast_export_ex()
1861 case ZEND_INCLUDE: FUNC_OP("include"); in zend_ast_export_ex()
1862 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
1863 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
1864 case ZEND_EVAL: FUNC_OP("eval"); in zend_ast_export_ex()
1887 FUNC_OP("unset"); in zend_ast_export_ex()

Completed in 11 milliseconds