Searched refs:is_map (Results 1 – 1 of 1) sorted by relevance
87 static int is_map(zval *array);1653 !is_map(data)) { in model_to_xml_object()1732 !is_map(data)) { in model_to_xml_object()1905 !is_map(data) && in to_xml_object()2015 if (is_map(data)) { in guess_array_map()3501 static int is_map(zval *array) in is_map() function3559 } else if (Z_TYPE_P(tmp) == IS_ARRAY && is_map(tmp)) { in get_array_type()
Completed in 11 milliseconds