PHP's representation of a value


IS_DOUBLE, IS_STRING, IS_ARRAY, …

Z_DVAL_P(lat), Z_STRVAL_P(type), …



    if (Z_TYPE_P(points_array) != IS_ARRAY) {
        return;
    }