Home
last modified time | relevance | path

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

/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_ast.c1264 #define FUNC_OP(_op) do { \ macro
1500 FUNC_OP("empty"); in zend_ast_export_ex()
1502 FUNC_OP("isset"); in zend_ast_export_ex()
1522 FUNC_OP("exit"); in zend_ast_export_ex()
1531 case ZEND_INCLUDE_ONCE: FUNC_OP("include_once"); in zend_ast_export_ex()
1532 case ZEND_INCLUDE: FUNC_OP("include"); in zend_ast_export_ex()
1533 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
1534 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
1535 case ZEND_EVAL: FUNC_OP("eval"); in zend_ast_export_ex()
1558 FUNC_OP("unset"); in zend_ast_export_ex()
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_ast.c1264 #define FUNC_OP(_op) do { \ macro
1500 FUNC_OP("empty"); in zend_ast_export_ex()
1502 FUNC_OP("isset"); in zend_ast_export_ex()
1522 FUNC_OP("exit"); in zend_ast_export_ex()
1531 case ZEND_INCLUDE_ONCE: FUNC_OP("include_once"); in zend_ast_export_ex()
1532 case ZEND_INCLUDE: FUNC_OP("include"); in zend_ast_export_ex()
1533 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
1534 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
1535 case ZEND_EVAL: FUNC_OP("eval"); in zend_ast_export_ex()
1558 FUNC_OP("unset"); in zend_ast_export_ex()
/dports/lang/php74/php-7.4.27/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()
/dports/www/mod_php74/php-7.4.27/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()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_ast.c1438 #define FUNC_OP(_op) do { \ macro
1710 FUNC_OP("empty"); in zend_ast_export_ex()
1712 FUNC_OP("isset"); in zend_ast_export_ex()
1732 FUNC_OP("exit"); in zend_ast_export_ex()
1741 case ZEND_INCLUDE_ONCE: FUNC_OP("include_once"); in zend_ast_export_ex()
1742 case ZEND_INCLUDE: FUNC_OP("include"); in zend_ast_export_ex()
1743 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
1744 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
1745 case ZEND_EVAL: FUNC_OP("eval"); in zend_ast_export_ex()
1768 FUNC_OP("unset"); in zend_ast_export_ex()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_ast.c1438 #define FUNC_OP(_op) do { \ macro
1710 FUNC_OP("empty"); in zend_ast_export_ex()
1712 FUNC_OP("isset"); in zend_ast_export_ex()
1732 FUNC_OP("exit"); in zend_ast_export_ex()
1741 case ZEND_INCLUDE_ONCE: FUNC_OP("include_once"); in zend_ast_export_ex()
1742 case ZEND_INCLUDE: FUNC_OP("include"); in zend_ast_export_ex()
1743 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
1744 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
1745 case ZEND_EVAL: FUNC_OP("eval"); in zend_ast_export_ex()
1768 FUNC_OP("unset"); in zend_ast_export_ex()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_ast.c1550 #define FUNC_OP(_op) do { \ macro
1831 FUNC_OP("empty"); in zend_ast_export_ex()
1833 FUNC_OP("isset"); in zend_ast_export_ex()
1853 FUNC_OP("exit"); in zend_ast_export_ex()
1862 case ZEND_INCLUDE_ONCE: FUNC_OP("include_once"); in zend_ast_export_ex()
1863 case ZEND_INCLUDE: FUNC_OP("include"); in zend_ast_export_ex()
1864 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
1865 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
1866 case ZEND_EVAL: FUNC_OP("eval"); in zend_ast_export_ex()
1889 FUNC_OP("unset"); in zend_ast_export_ex()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_ast.c1550 #define FUNC_OP(_op) do { \ macro
1831 FUNC_OP("empty"); in zend_ast_export_ex()
1833 FUNC_OP("isset"); in zend_ast_export_ex()
1853 FUNC_OP("exit"); in zend_ast_export_ex()
1862 case ZEND_INCLUDE_ONCE: FUNC_OP("include_once"); in zend_ast_export_ex()
1863 case ZEND_INCLUDE: FUNC_OP("include"); in zend_ast_export_ex()
1864 case ZEND_REQUIRE_ONCE: FUNC_OP("require_once"); in zend_ast_export_ex()
1865 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
1866 case ZEND_EVAL: FUNC_OP("eval"); in zend_ast_export_ex()
1889 FUNC_OP("unset"); in zend_ast_export_ex()