| /PHP_TRUNK/ext/intl/calendar/ |
| H A D | calendar_class.cpp | 471 INIT_CLASS_ENTRY(ce, "IntlCalendar", Calendar_class_functions); 486 INIT_CLASS_ENTRY(ce, "IntlGregorianCalendar", GregorianCalendar_class_functions);
|
| /PHP_TRUNK/ext/intl/collator/ |
| H A D | collator_class.c | 143 INIT_CLASS_ENTRY( ce, "Collator", Collator_class_functions );
|
| /PHP_TRUNK/ext/intl/dateformat/ |
| H A D | dateformat_class.c | 205 INIT_CLASS_ENTRY( ce, "IntlDateFormatter", IntlDateFormatter_class_functions );
|
| /PHP_TRUNK/ext/intl/formatter/ |
| H A D | formatter_class.c | 202 INIT_CLASS_ENTRY( ce, "NumberFormatter", NumberFormatter_class_functions );
|
| /PHP_TRUNK/ext/intl/locale/ |
| H A D | locale_class.c | 100 INIT_CLASS_ENTRY( ce, "Locale", Locale_class_functions );
|
| /PHP_TRUNK/ext/intl/msgformat/ |
| H A D | msgformat_class.c | 168 INIT_CLASS_ENTRY( ce, "MessageFormatter", MessageFormatter_class_functions );
|
| /PHP_TRUNK/ext/intl/normalizer/ |
| H A D | normalizer_class.c | 59 INIT_CLASS_ENTRY( ce, "Normalizer", Normalizer_class_functions );
|
| /PHP_TRUNK/ext/intl/resourcebundle/ |
| H A D | resourcebundle_class.c | 428 INIT_CLASS_ENTRY( ce, "ResourceBundle", ResourceBundle_class_functions );
|
| /PHP_TRUNK/ext/intl/spoofchecker/ |
| H A D | spoofchecker_class.c | 154 INIT_CLASS_ENTRY(ce, "Spoofchecker", Spoofchecker_class_functions);
|
| /PHP_TRUNK/ext/intl/timezone/ |
| H A D | timezone_class.cpp | 498 INIT_CLASS_ENTRY(ce, "IntlTimeZone", TimeZone_class_functions);
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_iterators.c | 53 INIT_CLASS_ENTRY(zend_iterator_class_entry, "__iterator_wrapper", NULL);
|
| /PHP_TRUNK/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);
|
| /PHP_TRUNK/ext/dom/ |
| H A D | php_dom.h | 128 INIT_CLASS_ENTRY(ce, name, funcs); \
|
| /PHP_TRUNK/ext/fileinfo/ |
| H A D | fileinfo.c | 220 INIT_CLASS_ENTRY(_finfo_class_entry, "finfo", finfo_class_functions);
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | php_mysqli_structs.h | 226 INIT_CLASS_ENTRY(ce, name,class_functions); \
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo.c | 373 INIT_CLASS_ENTRY(ce, "PDOException", NULL);
|
| /PHP_TRUNK/ext/standard/ |
| H A D | user_filters.c | 92 INIT_CLASS_ENTRY(user_filter_class_entry, "php_user_filter", user_filter_class_funcs);
|
| H A D | incomplete_class.c | 121 INIT_CLASS_ENTRY(incomplete_class, INCOMPLETE_CLASS, NULL);
|
| /PHP_TRUNK/ext/xsl/ |
| H A D | php_xsl.h | 80 INIT_CLASS_ENTRY(ce, name, funcs); \
|
| /PHP_TRUNK/ext/intl/breakiterator/ |
| H A D | breakiterator_class.cpp | 339 INIT_CLASS_ENTRY(ce, "IntlBreakIterator", BreakIterator_class_functions); 386 INIT_CLASS_ENTRY(ce, "IntlRuleBasedBreakIterator", 392 INIT_CLASS_ENTRY(ce, "IntlCodePointBreakIterator",
|
| H A D | breakiterator_iterators.cpp | 324 INIT_CLASS_ENTRY(ce, "IntlPartsIterator", IntlPartsIterator_class_functions);
|
| /PHP_TRUNK/ext/curl/ |
| H A D | curl_file.c | 170 INIT_CLASS_ENTRY( ce, "CURLFile", curlfile_funcs );
|
| /PHP_TRUNK/ext/intl/transliterator/ |
| H A D | transliterator_class.c | 401 INIT_CLASS_ENTRY( ce, "Transliterator", Transliterator_class_functions );
|
| /PHP_TRUNK/ext/intl/common/ |
| H A D | common_enum.cpp | 331 INIT_CLASS_ENTRY(ce, "IntlIterator", IntlIterator_class_functions);
|
| /PHP_TRUNK/ext/reflection/ |
| H A D | php_reflection.c | 6107 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionException", reflection_exception_functions); 6110 INIT_CLASS_ENTRY(_reflection_entry, "Reflection", reflection_functions); 6113 INIT_CLASS_ENTRY(_reflection_entry, "Reflector", reflector_functions); 6116 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunctionAbstract", reflection_function_abstract_functions); 6122 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunction", reflection_function_functions); 6129 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionParameter", reflection_parameter_functions); 6135 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionMethod", reflection_method_functions); 6148 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionClass", reflection_class_functions); 6158 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionObject", reflection_object_functions); 6162 INIT_CLASS_ENTRY(_reflection_entr [all...] |