Searched refs:GET_NODE (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/simplexml/ |
H A D | php_simplexml_exports.h | 29 #define GET_NODE(__s, __n) { \ macro
|
H A D | simplexml.c | 262 GET_NODE(sxe, node); in sxe_prop_dim_read() 448 GET_NODE(sxe, node); in sxe_prop_dim_write() 651 GET_NODE(sxe, node); in sxe_property_get_adr() 697 GET_NODE(sxe, node); in sxe_prop_dim_exists() 819 GET_NODE(sxe, node); in sxe_prop_dim_delete() 1002 GET_NODE(sxe, node); in sxe_prop_is_empty() 1021 GET_NODE(sxe, node); in sxe_prop_is_empty() 1111 GET_NODE(sxe, node); in sxe_get_prop_hash() 1138 GET_NODE(sxe, node); in sxe_get_prop_hash() 1400 GET_NODE(sxe, node); in SXE_METHOD() [all …]
|
/PHP-8.0/Zend/ |
H A D | zend_compile.c | 45 #define GET_NODE(target, src) do { \ macro 2036 GET_NODE(result, opline->result); in zend_make_var_result() 2044 GET_NODE(result, opline->result); in zend_make_tmp_result() 5181 GET_NODE(&value_node, opline->op2); in zend_compile_foreach() 8293 GET_NODE(result, opline_jmpz->result); in zend_compile_short_circuiting() 9126 GET_NODE(result, opline->op2); in zend_compile_encaps_list()
|
Completed in 41 milliseconds