Home
last modified time | relevance | path

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

/PHP-7.0/ext/soap/
H A Dphp_encoding.c2227 zval array_copy; in to_xml_array() local
2229 ZVAL_UNDEF(&array_copy); in to_xml_array()
2252 array_init(&array_copy); in to_xml_array()
2282 array_set_zval_key(Z_ARRVAL(array_copy), &key, val); in to_xml_array()
2286 add_next_index_zval(&array_copy, val); in to_xml_array()
2298 zval_ptr_dtor(&array_copy); in to_xml_array()
2299 ZVAL_UNDEF(&array_copy); in to_xml_array()
2301 data = &array_copy; in to_xml_array()
2479 zval_ptr_dtor(&array_copy); in to_xml_array()

Completed in 11 milliseconds