Searched refs:is_map (Results 1 – 1 of 1) sorted by relevance
87 static int is_map(zval *array);1727 !is_map(data)) { in model_to_xml_object()1807 !is_map(data)) { in model_to_xml_object()1989 !is_map(data) && in to_xml_object()2112 if (is_map(data)) { in guess_array_map()3632 static int is_map(zval *array) in is_map() function3692 } else if (Z_TYPE_PP(tmp) == IS_ARRAY && is_map(*tmp)) { in get_array_type()
Completed in 13 milliseconds