1 /* This is a generated file, edit the .stub.php file instead.
2  * Stub hash: ba5e5a57404b44d2be662e9a6b5abb1a44ccfb22 */
3 
4 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ResourceBundle___construct, 0, 0, 2)
5 	ZEND_ARG_TYPE_INFO(0, locale, IS_STRING, 1)
6 	ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 1)
7 	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fallback, _IS_BOOL, 0, "true")
8 ZEND_END_ARG_INFO()
9 
10 #define arginfo_class_ResourceBundle_create arginfo_class_ResourceBundle___construct
11 
12 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ResourceBundle_get, 0, 0, 1)
13 	ZEND_ARG_INFO(0, index)
14 	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fallback, _IS_BOOL, 0, "true")
15 ZEND_END_ARG_INFO()
16 
17 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ResourceBundle_count, 0, 0, 0)
18 ZEND_END_ARG_INFO()
19 
20 ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ResourceBundle_getLocales, 0, 0, 1)
21 	ZEND_ARG_TYPE_INFO(0, bundle, IS_STRING, 0)
22 ZEND_END_ARG_INFO()
23 
24 #define arginfo_class_ResourceBundle_getErrorCode arginfo_class_ResourceBundle_count
25 
26 #define arginfo_class_ResourceBundle_getErrorMessage arginfo_class_ResourceBundle_count
27 
28 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ResourceBundle_getIterator, 0, 0, Iterator, 0)
29 ZEND_END_ARG_INFO()
30 
31 
32 ZEND_METHOD(ResourceBundle, __construct);
33 ZEND_FUNCTION(resourcebundle_create);
34 ZEND_FUNCTION(resourcebundle_get);
35 ZEND_FUNCTION(resourcebundle_count);
36 ZEND_FUNCTION(resourcebundle_locales);
37 ZEND_FUNCTION(resourcebundle_get_error_code);
38 ZEND_FUNCTION(resourcebundle_get_error_message);
39 ZEND_METHOD(ResourceBundle, getIterator);
40 
41 
42 static const zend_function_entry class_ResourceBundle_methods[] = {
43 	ZEND_ME(ResourceBundle, __construct, arginfo_class_ResourceBundle___construct, ZEND_ACC_PUBLIC)
44 	ZEND_ME_MAPPING(create, resourcebundle_create, arginfo_class_ResourceBundle_create, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
45 	ZEND_ME_MAPPING(get, resourcebundle_get, arginfo_class_ResourceBundle_get, ZEND_ACC_PUBLIC)
46 	ZEND_ME_MAPPING(count, resourcebundle_count, arginfo_class_ResourceBundle_count, ZEND_ACC_PUBLIC)
47 	ZEND_ME_MAPPING(getLocales, resourcebundle_locales, arginfo_class_ResourceBundle_getLocales, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
48 	ZEND_ME_MAPPING(getErrorCode, resourcebundle_get_error_code, arginfo_class_ResourceBundle_getErrorCode, ZEND_ACC_PUBLIC)
49 	ZEND_ME_MAPPING(getErrorMessage, resourcebundle_get_error_message, arginfo_class_ResourceBundle_getErrorMessage, ZEND_ACC_PUBLIC)
50 	ZEND_ME(ResourceBundle, getIterator, arginfo_class_ResourceBundle_getIterator, ZEND_ACC_PUBLIC)
51 	ZEND_FE_END
52 };
53