| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_class.c | 142 INIT_CLASS_ENTRY( ce, "Collator", Collator_class_functions );
|
| /PHP_5_3/ext/intl/dateformat/ |
| H A D | dateformat_class.c | 192 INIT_CLASS_ENTRY( ce, "IntlDateFormatter", IntlDateFormatter_class_functions );
|
| /PHP_5_3/ext/intl/formatter/ |
| H A D | formatter_class.c | 201 INIT_CLASS_ENTRY( ce, "NumberFormatter", NumberFormatter_class_functions );
|
| /PHP_5_3/ext/intl/locale/ |
| H A D | locale_class.c | 100 INIT_CLASS_ENTRY( ce, "Locale", Locale_class_functions );
|
| /PHP_5_3/ext/intl/msgformat/ |
| H A D | msgformat_class.c | 167 INIT_CLASS_ENTRY( ce, "MessageFormatter", MessageFormatter_class_functions );
|
| /PHP_5_3/ext/intl/normalizer/ |
| H A D | normalizer_class.c | 59 INIT_CLASS_ENTRY( ce, "Normalizer", Normalizer_class_functions );
|
| /PHP_5_3/ext/intl/resourcebundle/ |
| H A D | resourcebundle_class.c | 420 INIT_CLASS_ENTRY( ce, "ResourceBundle", ResourceBundle_class_functions );
|
| /PHP_5_3/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 | 771 INIT_CLASS_ENTRY(ce, "COMPersistHelper", com_persist_helper_methods);
|
| /PHP_5_3/ext/dom/ |
| H A D | php_dom.c | 674 INIT_CLASS_ENTRY(ce, "DOMException", php_dom_domexception_class_functions); 762 INIT_CLASS_ENTRY(ce, "DOMNodeList", php_dom_nodelist_class_functions); 772 INIT_CLASS_ENTRY(ce, "DOMNamedNodeMap", php_dom_namednodemap_class_functions); 900 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_3/ext/fileinfo/ |
| H A D | fileinfo.c | 221 INIT_CLASS_ENTRY(_finfo_class_entry, "finfo", finfo_class_functions);
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli_priv.h | 83 INIT_CLASS_ENTRY(tmp_ce, name,class_functions); \
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo.c | 373 INIT_CLASS_ENTRY(ce, "PDOException", NULL);
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 5477 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionException", reflection_exception_functions); 5480 INIT_CLASS_ENTRY(_reflection_entry, "Reflection", reflection_functions); 5483 INIT_CLASS_ENTRY(_reflection_entry, "Reflector", reflector_functions); 5486 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunctionAbstract", reflection_function_abstract_functions); 5492 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunction", reflection_function_functions); 5499 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionParameter", reflection_parameter_functions); 5505 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionMethod", reflection_method_functions); 5518 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionClass", reflection_class_functions); 5528 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionObject", reflection_object_functions); 5532 INIT_CLASS_ENTRY(_reflection_entr [all...] |
| /PHP_5_3/ext/sqlite3/ |
| H A D | sqlite3.c | 2226 INIT_CLASS_ENTRY(ce, "SQLite3", php_sqlite3_class_methods); 2232 INIT_CLASS_ENTRY(ce, "SQLite3Stmt", php_sqlite3_stmt_class_methods); 2238 INIT_CLASS_ENTRY(ce, "SQLite3Result", php_sqlite3_result_class_methods);
|
| /PHP_5_3/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_3/ext/xsl/ |
| H A D | php_xsl.h | 78 INIT_CLASS_ENTRY(ce, name, funcs); \
|
| /PHP_5_3/Zend/ |
| H A D | zend_closures.c | 312 INIT_CLASS_ENTRY(ce, "Closure", closure_functions);
|
| H A D | zend_interfaces.c | 569 INIT_CLASS_ENTRY(ce, # class_name_str, zend_funcs_ ## class_name) \
|
| H A D | zend_iterators.c | 53 INIT_CLASS_ENTRY(zend_iterator_class_entry, "__iterator_wrapper", NULL);
|
| H A D | zend_API.h | 162 #define INIT_CLASS_ENTRY(class_container, class_name, functions) \ macro 210 INIT_CLASS_ENTRY(class_container, ZEND_NS_NAME(ns, class_name), functions)
|
| /PHP_5_3/ext/phar/ |
| H A D | phar_object.c | 5445 INIT_CLASS_ENTRY(ce, "PharException", phar_exception_methods); 5449 INIT_CLASS_ENTRY(ce, "Phar", php_archive_methods); 5454 INIT_CLASS_ENTRY(ce, "PharData", php_archive_methods); 5459 INIT_CLASS_ENTRY(ce, "PharFileInfo", php_entry_methods); 5462 INIT_CLASS_ENTRY(ce, "Phar", php_archive_methods); 5466 INIT_CLASS_ENTRY(ce, "PharData", php_archive_methods);
|