Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_encoding.c2300 zval *array_copy = NULL; in to_xml_array() local
2324 ALLOC_ZVAL(array_copy); in to_xml_array()
2325 INIT_PZVAL(array_copy); in to_xml_array()
2326 array_init(array_copy); in to_xml_array()
2356 array_set_zval_key(Z_ARRVAL_P(array_copy), &key, *val); in to_xml_array()
2360 add_next_index_zval(array_copy, *val); in to_xml_array()
2372 zval_ptr_dtor(&array_copy); in to_xml_array()
2373 array_copy = NULL; in to_xml_array()
2375 data = array_copy; in to_xml_array()
2557 if (array_copy) { in to_xml_array()
[all …]

Completed in 16 milliseconds