|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: 770f8e5a0df2f52b217af7d1145cb799a9bf0187 */ |
| 2 | + * Stub hash: 0d3e65fea1fbb8f38c3268b4048cb91972a94a1b */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_intlcal_create_instance, 0, 0, IntlCalendar, 1)
|
5 | 5 | ZEND_ARG_INFO_WITH_DEFAULT_VALUE(0, timezone, "null")
|
@@ -367,15 +367,6 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_datefmt_get_error_message, 0, 1,
|
367 | 367 | ZEND_ARG_OBJ_INFO(0, formatter, IntlDateFormatter, 0)
|
368 | 368 | ZEND_END_ARG_INFO()
|
369 | 369 |
|
370 |
| -ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_datepatterngenerator_create, 0, 0, IntlDatePatternGenerator, 1) |
371 |
| - ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, locale, IS_STRING, 1, "null") |
372 |
| -ZEND_END_ARG_INFO() |
373 |
| - |
374 |
| -ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_datepatterngenerator_get_best_pattern, 0, 2, MAY_BE_STRING|MAY_BE_FALSE) |
375 |
| - ZEND_ARG_OBJ_INFO(0, patternGenerator, IntlDatePatternGenerator, 0) |
376 |
| - ZEND_ARG_TYPE_INFO(0, skeleton, IS_STRING, 0) |
377 |
| -ZEND_END_ARG_INFO() |
378 |
| - |
379 | 370 | ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_numfmt_create, 0, 2, NumberFormatter, 1)
|
380 | 371 | ZEND_ARG_TYPE_INFO(0, locale, IS_STRING, 0)
|
381 | 372 | ZEND_ARG_TYPE_INFO(0, style, IS_LONG, 0)
|
@@ -881,8 +872,6 @@ ZEND_FUNCTION(datefmt_parse);
|
881 | 872 | ZEND_FUNCTION(datefmt_localtime);
|
882 | 873 | ZEND_FUNCTION(datefmt_get_error_code);
|
883 | 874 | ZEND_FUNCTION(datefmt_get_error_message);
|
884 |
| -ZEND_FUNCTION(datepatterngenerator_create); |
885 |
| -ZEND_FUNCTION(datepatterngenerator_get_best_pattern); |
886 | 875 | ZEND_FUNCTION(numfmt_create);
|
887 | 876 | ZEND_FUNCTION(numfmt_format);
|
888 | 877 | ZEND_FUNCTION(numfmt_parse);
|
@@ -1073,8 +1062,6 @@ static const zend_function_entry ext_functions[] = {
|
1073 | 1062 | ZEND_FE(datefmt_localtime, arginfo_datefmt_localtime)
|
1074 | 1063 | ZEND_FE(datefmt_get_error_code, arginfo_datefmt_get_error_code)
|
1075 | 1064 | ZEND_FE(datefmt_get_error_message, arginfo_datefmt_get_error_message)
|
1076 |
| - ZEND_FE(datepatterngenerator_create, arginfo_datepatterngenerator_create) |
1077 |
| - ZEND_FE(datepatterngenerator_get_best_pattern, arginfo_datepatterngenerator_get_best_pattern) |
1078 | 1065 | ZEND_FE(numfmt_create, arginfo_numfmt_create)
|
1079 | 1066 | ZEND_FE(numfmt_format, arginfo_numfmt_format)
|
1080 | 1067 | ZEND_FE(numfmt_parse, arginfo_numfmt_parse)
|
|
0 commit comments