Searched refs:GET_NODE (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/simplexml/ |
H A D | php_simplexml_exports.h | 29 #define GET_NODE(__s, __n) { \ macro
|
H A D | simplexml.c | 236 GET_NODE(sxe, node); in sxe_prop_dim_read() 422 GET_NODE(sxe, node); in sxe_prop_dim_write() 627 GET_NODE(sxe, node); in sxe_property_get_adr() 676 GET_NODE(sxe, node); in sxe_prop_dim_exists() 798 GET_NODE(sxe, node); in sxe_prop_dim_delete() 983 GET_NODE(sxe, node); in sxe_prop_is_empty() 1002 GET_NODE(sxe, node); in sxe_prop_is_empty() 1092 GET_NODE(sxe, node); in sxe_get_prop_hash() 1119 GET_NODE(sxe, node); in sxe_get_prop_hash() 1387 GET_NODE(sxe, node); in PHP_METHOD() [all …]
|
/PHP-8.3/Zend/ |
H A D | zend_compile.c | 48 #define GET_NODE(target, src) do { \ macro 2196 GET_NODE(result, opline->result); in zend_make_var_result() 2204 GET_NODE(result, opline->result); in zend_make_tmp_result() 5580 GET_NODE(&value_node, opline->op2); in zend_compile_foreach() 9152 GET_NODE(result, opline_jmpz->result); in zend_compile_short_circuiting() 10025 GET_NODE(result, opline->op2); in zend_compile_encaps_list()
|
Completed in 63 milliseconds