Searched refs:is_map (Results 1 – 1 of 1) sorted by relevance
85 static int is_map(zval *array);1654 !is_map(data)) { in model_to_xml_object()1733 !is_map(data)) { in model_to_xml_object()1908 !is_map(data) && in to_xml_object()2018 if (is_map(data)) { in guess_array_map()3528 static int is_map(zval *array) in is_map() function3588 } else if (Z_TYPE_P(tmp) == IS_ARRAY && is_map(tmp)) { in get_array_type()
Completed in 14 milliseconds