Searched refs:GET_NODE (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/simplexml/ |
H A D | php_simplexml_exports.h | 29 #define GET_NODE(__s, __n) { \ macro
|
H A D | simplexml.c | 249 GET_NODE(sxe, node); in sxe_prop_dim_read() 435 GET_NODE(sxe, node); in sxe_prop_dim_write() 638 GET_NODE(sxe, node); in sxe_property_get_adr() 684 GET_NODE(sxe, node); in sxe_prop_dim_exists() 806 GET_NODE(sxe, node); in sxe_prop_dim_delete() 989 GET_NODE(sxe, node); in sxe_prop_is_empty() 1008 GET_NODE(sxe, node); in sxe_prop_is_empty() 1098 GET_NODE(sxe, node); in sxe_get_prop_hash() 1125 GET_NODE(sxe, node); in sxe_get_prop_hash() 1393 GET_NODE(sxe, node); in PHP_METHOD() [all …]
|
/PHP-8.1/Zend/ |
H A D | zend_compile.c | 46 #define GET_NODE(target, src) do { \ macro 2100 GET_NODE(result, opline->result); in zend_make_var_result() 2108 GET_NODE(result, opline->result); in zend_make_tmp_result() 5399 GET_NODE(&value_node, opline->op2); in zend_compile_foreach() 8840 GET_NODE(result, opline_jmpz->result); in zend_compile_short_circuiting() 9691 GET_NODE(result, opline->op2); in zend_compile_encaps_list()
|
Completed in 41 milliseconds