Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dphp_encoding.c2309 zval *array_copy = NULL; in to_xml_array() local
2338 ALLOC_ZVAL(array_copy); in to_xml_array()
2339 INIT_PZVAL(array_copy); in to_xml_array()
2340 array_init(array_copy); in to_xml_array()
2375 add_index_zval(array_copy, int_key, *val); in to_xml_array()
2379 add_next_index_zval(array_copy, *val); in to_xml_array()
2391 zval_ptr_dtor(&array_copy); in to_xml_array()
2392 array_copy = NULL; in to_xml_array()
2394 data = array_copy; in to_xml_array()
2576 if (array_copy) { in to_xml_array()
[all …]

Completed in 15 milliseconds