|
| 1 | +/* This is a generated file, edit the .stub.php file instead. */ |
| 2 | + |
| 3 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter___construct, 0, 0, 3) |
| 4 | + ZEND_ARG_TYPE_INFO(0, locale, IS_STRING, 1) |
| 5 | + ZEND_ARG_TYPE_INFO(0, datetype, IS_LONG, 0) |
| 6 | + ZEND_ARG_TYPE_INFO(0, timetype, IS_LONG, 0) |
| 7 | + ZEND_ARG_INFO(0, timezone) |
| 8 | + ZEND_ARG_INFO(0, calendar) |
| 9 | + ZEND_ARG_TYPE_INFO(0, pattern, IS_STRING, 0) |
| 10 | +ZEND_END_ARG_INFO() |
| 11 | + |
| 12 | +#define arginfo_class_IntlDateFormatter_create arginfo_class_IntlDateFormatter___construct |
| 13 | + |
| 14 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter_getDateType, 0, 0, 0) |
| 15 | +ZEND_END_ARG_INFO() |
| 16 | + |
| 17 | +#define arginfo_class_IntlDateFormatter_getTimeType arginfo_class_IntlDateFormatter_getDateType |
| 18 | + |
| 19 | +#define arginfo_class_IntlDateFormatter_getCalendar arginfo_class_IntlDateFormatter_getDateType |
| 20 | + |
| 21 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter_setCalendar, 0, 0, 1) |
| 22 | + ZEND_ARG_INFO(0, which) |
| 23 | +ZEND_END_ARG_INFO() |
| 24 | + |
| 25 | +#define arginfo_class_IntlDateFormatter_getTimeZoneId arginfo_class_IntlDateFormatter_getDateType |
| 26 | + |
| 27 | +#define arginfo_class_IntlDateFormatter_getCalendarObject arginfo_class_IntlDateFormatter_getDateType |
| 28 | + |
| 29 | +#define arginfo_class_IntlDateFormatter_getTimeZone arginfo_class_IntlDateFormatter_getDateType |
| 30 | + |
| 31 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter_setTimeZone, 0, 0, 1) |
| 32 | + ZEND_ARG_INFO(0, zone) |
| 33 | +ZEND_END_ARG_INFO() |
| 34 | + |
| 35 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter_setPattern, 0, 0, 1) |
| 36 | + ZEND_ARG_TYPE_INFO(0, pattern, IS_STRING, 0) |
| 37 | +ZEND_END_ARG_INFO() |
| 38 | + |
| 39 | +#define arginfo_class_IntlDateFormatter_getPattern arginfo_class_IntlDateFormatter_getDateType |
| 40 | + |
| 41 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter_getLocale, 0, 0, 0) |
| 42 | + ZEND_ARG_TYPE_INFO(0, which, IS_LONG, 0) |
| 43 | +ZEND_END_ARG_INFO() |
| 44 | + |
| 45 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter_setLenient, 0, 0, 1) |
| 46 | + ZEND_ARG_TYPE_INFO(0, lenient, _IS_BOOL, 0) |
| 47 | +ZEND_END_ARG_INFO() |
| 48 | + |
| 49 | +#define arginfo_class_IntlDateFormatter_isLenient arginfo_class_IntlDateFormatter_getDateType |
| 50 | + |
| 51 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter_format, 0, 0, 1) |
| 52 | + ZEND_ARG_INFO(0, value) |
| 53 | +ZEND_END_ARG_INFO() |
| 54 | + |
| 55 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter_formatObject, 0, 0, 1) |
| 56 | + ZEND_ARG_INFO(0, object) |
| 57 | + ZEND_ARG_INFO(0, format) |
| 58 | + ZEND_ARG_TYPE_INFO(0, locale, IS_STRING, 1) |
| 59 | +ZEND_END_ARG_INFO() |
| 60 | + |
| 61 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter_parse, 0, 0, 1) |
| 62 | + ZEND_ARG_TYPE_INFO(0, value, IS_STRING, 0) |
| 63 | + ZEND_ARG_TYPE_INFO(1, position, IS_LONG, 1) |
| 64 | +ZEND_END_ARG_INFO() |
| 65 | + |
| 66 | +#define arginfo_class_IntlDateFormatter_localtime arginfo_class_IntlDateFormatter_parse |
| 67 | + |
| 68 | +#define arginfo_class_IntlDateFormatter_getErrorCode arginfo_class_IntlDateFormatter_getDateType |
| 69 | + |
| 70 | +#define arginfo_class_IntlDateFormatter_getErrorMessage arginfo_class_IntlDateFormatter_getDateType |
| 71 | + |
| 72 | +#define arginfo_datefmt_create arginfo_class_IntlDateFormatter___construct |
| 73 | + |
| 74 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_datefmt_get_datetype, 0, 0, 1) |
| 75 | + ZEND_ARG_OBJ_INFO(0, df, IntlDateFormatter, 0) |
| 76 | +ZEND_END_ARG_INFO() |
| 77 | + |
| 78 | +#define arginfo_datefmt_get_timetype arginfo_datefmt_get_datetype |
| 79 | + |
| 80 | +#define arginfo_datefmt_get_calendar arginfo_datefmt_get_datetype |
| 81 | + |
| 82 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_datefmt_set_calendar, 0, 0, 2) |
| 83 | + ZEND_ARG_OBJ_INFO(0, df, IntlDateFormatter, 0) |
| 84 | + ZEND_ARG_INFO(0, which) |
| 85 | +ZEND_END_ARG_INFO() |
| 86 | + |
| 87 | +#define arginfo_datefmt_get_timezone_id arginfo_datefmt_get_datetype |
| 88 | + |
| 89 | +#define arginfo_datefmt_get_calendar_object arginfo_datefmt_get_datetype |
| 90 | + |
| 91 | +#define arginfo_datefmt_get_timezone arginfo_datefmt_get_datetype |
| 92 | + |
| 93 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_datefmt_set_timezone, 0, 0, 2) |
| 94 | + ZEND_ARG_OBJ_INFO(0, df, IntlDateFormatter, 0) |
| 95 | + ZEND_ARG_INFO(0, zone) |
| 96 | +ZEND_END_ARG_INFO() |
| 97 | + |
| 98 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_datefmt_set_pattern, 0, 0, 2) |
| 99 | + ZEND_ARG_OBJ_INFO(0, df, IntlDateFormatter, 0) |
| 100 | + ZEND_ARG_TYPE_INFO(0, pattern, IS_STRING, 0) |
| 101 | +ZEND_END_ARG_INFO() |
| 102 | + |
| 103 | +#define arginfo_datefmt_get_pattern arginfo_datefmt_get_datetype |
| 104 | + |
| 105 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_datefmt_get_locale, 0, 0, 1) |
| 106 | + ZEND_ARG_OBJ_INFO(0, df, IntlDateFormatter, 0) |
| 107 | + ZEND_ARG_TYPE_INFO(0, which, IS_LONG, 0) |
| 108 | +ZEND_END_ARG_INFO() |
| 109 | + |
| 110 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_datefmt_set_lenient, 0, 0, 2) |
| 111 | + ZEND_ARG_OBJ_INFO(0, df, IntlDateFormatter, 0) |
| 112 | + ZEND_ARG_TYPE_INFO(0, lenient, _IS_BOOL, 0) |
| 113 | +ZEND_END_ARG_INFO() |
| 114 | + |
| 115 | +#define arginfo_datefmt_is_lenient arginfo_datefmt_get_datetype |
| 116 | + |
| 117 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_datefmt_format, 0, 0, 2) |
| 118 | + ZEND_ARG_OBJ_INFO(0, df, IntlDateFormatter, 0) |
| 119 | + ZEND_ARG_INFO(0, value) |
| 120 | +ZEND_END_ARG_INFO() |
| 121 | + |
| 122 | +#define arginfo_datefmt_format_object arginfo_class_IntlDateFormatter_formatObject |
| 123 | + |
| 124 | +ZEND_BEGIN_ARG_INFO_EX(arginfo_datefmt_parse, 0, 0, 2) |
| 125 | + ZEND_ARG_OBJ_INFO(0, df, IntlDateFormatter, 0) |
| 126 | + ZEND_ARG_TYPE_INFO(0, value, IS_STRING, 0) |
| 127 | + ZEND_ARG_TYPE_INFO(1, position, IS_LONG, 1) |
| 128 | +ZEND_END_ARG_INFO() |
| 129 | + |
| 130 | +#define arginfo_datefmt_localtime arginfo_datefmt_parse |
| 131 | + |
| 132 | +#define arginfo_datefmt_get_error_code arginfo_datefmt_get_datetype |
| 133 | + |
| 134 | +#define arginfo_datefmt_get_error_message arginfo_datefmt_get_datetype |
0 commit comments