| /PHP_5_4/ext/intl/collator/ |
| H A D | collator_class.c | 143 INIT_CLASS_ENTRY( ce, "Collator", Collator_class_functions );
|
| /PHP_5_4/ext/intl/dateformat/ |
| H A D | dateformat_class.c | 193 INIT_CLASS_ENTRY( ce, "IntlDateFormatter", IntlDateFormatter_class_functions );
|
| /PHP_5_4/ext/intl/formatter/ |
| H A D | formatter_class.c | 202 INIT_CLASS_ENTRY( ce, "NumberFormatter", NumberFormatter_class_functions );
|
| /PHP_5_4/ext/intl/locale/ |
| H A D | locale_class.c | 100 INIT_CLASS_ENTRY( ce, "Locale", Locale_class_functions );
|
| /PHP_5_4/ext/intl/msgformat/ |
| H A D | msgformat_class.c | 168 INIT_CLASS_ENTRY( ce, "MessageFormatter", MessageFormatter_class_functions );
|
| /PHP_5_4/ext/intl/normalizer/ |
| H A D | normalizer_class.c | 59 INIT_CLASS_ENTRY( ce, "Normalizer", Normalizer_class_functions );
|
| /PHP_5_4/ext/intl/resourcebundle/ |
| H A D | resourcebundle_class.c | 429 INIT_CLASS_ENTRY( ce, "ResourceBundle", ResourceBundle_class_functions );
|
| /PHP_5_4/ext/intl/spoofchecker/ |
| H A D | spoofchecker_class.c | 154 INIT_CLASS_ENTRY(ce, "Spoofchecker", Spoofchecker_class_functions);
|
| /PHP_5_4/ext/intl/transliterator/ |
| H A D | transliterator_class.c | 401 INIT_CLASS_ENTRY( ce, "Transliterator", Transliterator_class_functions );
|
| /PHP_5_4/Zend/ |
| H A D | zend_closures.c | 420 INIT_CLASS_ENTRY(ce, "Closure", closure_functions);
|
| H A D | zend_iterators.c | 53 INIT_CLASS_ENTRY(zend_iterator_class_entry, "__iterator_wrapper", NULL);
|
| H A D | zend_interfaces.c | 569 INIT_CLASS_ENTRY(ce, # class_name_str, zend_funcs_ ## class_name) \
|
| /PHP_5_4/ext/com_dotnet/ |
| H A D | com_extension.c | 352 INIT_CLASS_ENTRY(ce, "com_exception", NULL); 357 INIT_CLASS_ENTRY(ce, "com_safearray_proxy", NULL); 363 INIT_CLASS_ENTRY(ce, "variant", NULL); 368 INIT_CLASS_ENTRY(ce, "com", NULL); 376 INIT_CLASS_ENTRY(ce, "dotnet", NULL);
|
| H A D | com_persist.c | 759 INIT_CLASS_ENTRY(ce, "COMPersistHelper", com_persist_helper_methods);
|
| /PHP_5_4/ext/dom/ |
| H A D | php_dom.c | 673 INIT_CLASS_ENTRY(ce, "DOMException", php_dom_domexception_class_functions); 761 INIT_CLASS_ENTRY(ce, "DOMNodeList", php_dom_nodelist_class_functions); 771 INIT_CLASS_ENTRY(ce, "DOMNamedNodeMap", php_dom_namednodemap_class_functions); 899 INIT_CLASS_ENTRY(ce, "DOMXPath", php_dom_xpath_class_functions);
|
| H A D | php_dom.h | 128 INIT_CLASS_ENTRY(ce, name, funcs); \
|
| /PHP_5_4/ext/fileinfo/ |
| H A D | fileinfo.c | 220 INIT_CLASS_ENTRY(_finfo_class_entry, "finfo", finfo_class_functions);
|
| /PHP_5_4/ext/json/ |
| H A D | json.c | 87 INIT_CLASS_ENTRY(ce, "JsonSerializable", json_serializable_interface);
|
| /PHP_5_4/ext/mysqli/ |
| H A D | php_mysqli_structs.h | 238 INIT_CLASS_ENTRY(ce, name,class_functions); \
|
| /PHP_5_4/ext/pdo/ |
| H A D | pdo.c | 373 INIT_CLASS_ENTRY(ce, "PDOException", NULL);
|
| /PHP_5_4/ext/standard/ |
| H A D | dir.c | 136 INIT_CLASS_ENTRY(dir_class_entry, "Directory", php_dir_class_functions);
|
| H A D | incomplete_class.c | 121 INIT_CLASS_ENTRY(incomplete_class, INCOMPLETE_CLASS, NULL);
|
| H A D | user_filters.c | 92 INIT_CLASS_ENTRY(user_filter_class_entry, "php_user_filter", user_filter_class_funcs);
|
| /PHP_5_4/ext/xsl/ |
| H A D | php_xsl.h | 80 INIT_CLASS_ENTRY(ce, name, funcs); \
|
| /PHP_5_4/ext/reflection/ |
| H A D | php_reflection.c | 6084 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionException", reflection_exception_functions); 6087 INIT_CLASS_ENTRY(_reflection_entry, "Reflection", reflection_functions); 6090 INIT_CLASS_ENTRY(_reflection_entry, "Reflector", reflector_functions); 6093 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunctionAbstract", reflection_function_abstract_functions); 6099 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunction", reflection_function_functions); 6106 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionParameter", reflection_parameter_functions); 6112 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionMethod", reflection_method_functions); 6125 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionClass", reflection_class_functions); 6135 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionObject", reflection_object_functions); 6139 INIT_CLASS_ENTRY(_reflection_entr [all...] |