11/* This is a generated file, edit the .stub.php file instead.
2- * Stub hash: e128dccdbd9aa407d95c5b62e8000cb12d0bffa3 */
2+ * Stub hash: 52022e47a6841ea20db60c2c92eba319cfc6c563 */
33
44ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_dms_to_decimal , 0 , 3 , IS_DOUBLE , 0 )
55 ZEND_ARG_TYPE_INFO (0 , degrees , IS_DOUBLE , 0 )
@@ -73,11 +73,6 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_interpolate_linestring, 0, 2, IS
7373 ZEND_ARG_TYPE_INFO (0 , epsilon , IS_DOUBLE , 0 )
7474ZEND_END_ARG_INFO ()
7575
76- ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_interpolate_polygon , 0 , 2 , IS_ARRAY , 0 )
77- ZEND_ARG_TYPE_INFO (0 , polygon , IS_ARRAY , 0 )
78- ZEND_ARG_TYPE_INFO (0 , epsilon , IS_DOUBLE , 0 )
79- ZEND_END_ARG_INFO ()
80-
8176ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_geohash_encode , 0 , 1 , IS_STRING , 0 )
8277 ZEND_ARG_TYPE_INFO (0 , point , IS_ARRAY , 0 )
8378 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE (0 , precision , IS_LONG , 0 , "12" )
@@ -100,7 +95,6 @@ ZEND_FUNCTION(fraction_along_gc_line);
10095ZEND_FUNCTION (initial_bearing );
10196ZEND_FUNCTION (rdp_simplify );
10297ZEND_FUNCTION (interpolate_linestring );
103- ZEND_FUNCTION (interpolate_polygon );
10498ZEND_FUNCTION (geohash_encode );
10599ZEND_FUNCTION (geohash_decode );
106100
@@ -118,7 +112,6 @@ static const zend_function_entry ext_functions[] = {
118112 ZEND_FE (initial_bearing , arginfo_initial_bearing )
119113 ZEND_FE (rdp_simplify , arginfo_rdp_simplify )
120114 ZEND_FE (interpolate_linestring , arginfo_interpolate_linestring )
121- ZEND_FE (interpolate_polygon , arginfo_interpolate_polygon )
122115 ZEND_FE (geohash_encode , arginfo_geohash_encode )
123116 ZEND_FE (geohash_decode , arginfo_geohash_decode )
124117 ZEND_FE_END
0 commit comments