|
1 | 1 | /* This is a generated file, edit the .stub.php file instead. |
2 | | - * Stub hash: b09e9199a21595a3b6f6c02db81c8e22c36c277f */ |
| 2 | + * Stub hash: 960bb56c1108bb7b5b826976490c7936fc8460b2 */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_version, 0, 0, IS_STRING, 0) |
5 | 5 | ZEND_END_ARG_INFO() |
@@ -63,6 +63,11 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_is_subclass_of, 0, 2, _IS_BOOL, |
63 | 63 | ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, allow_string, _IS_BOOL, 0, "true") |
64 | 64 | ZEND_END_ARG_INFO() |
65 | 65 |
|
| 66 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_is_enum, 0, 1, _IS_BOOL, 0) |
| 67 | + ZEND_ARG_TYPE_INFO(0, enum, IS_STRING, 0) |
| 68 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, autoload, _IS_BOOL, 0, "true") |
| 69 | +ZEND_END_ARG_INFO() |
| 70 | + |
66 | 71 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_is_a, 0, 2, _IS_BOOL, 0) |
67 | 72 | ZEND_ARG_TYPE_INFO(0, object_or_class, IS_MIXED, 0) |
68 | 73 | ZEND_ARG_TYPE_INFO(0, class, IS_STRING, 0) |
@@ -238,6 +243,7 @@ ZEND_FUNCTION(property_exists); |
238 | 243 | ZEND_FUNCTION(class_exists); |
239 | 244 | ZEND_FUNCTION(interface_exists); |
240 | 245 | ZEND_FUNCTION(trait_exists); |
| 246 | +ZEND_FUNCTION(is_enum); |
241 | 247 | ZEND_FUNCTION(function_exists); |
242 | 248 | ZEND_FUNCTION(class_alias); |
243 | 249 | ZEND_FUNCTION(get_included_files); |
@@ -288,6 +294,7 @@ static const zend_function_entry ext_functions[] = { |
288 | 294 | ZEND_FE(get_called_class, arginfo_get_called_class) |
289 | 295 | ZEND_FE(get_parent_class, arginfo_get_parent_class) |
290 | 296 | ZEND_FE(is_subclass_of, arginfo_is_subclass_of) |
| 297 | + ZEND_FE(is_enum, arginfo_is_enum) |
291 | 298 | ZEND_FE(is_a, arginfo_is_a) |
292 | 299 | ZEND_FE(get_class_vars, arginfo_get_class_vars) |
293 | 300 | ZEND_FE(get_object_vars, arginfo_get_object_vars) |
|
0 commit comments