Home
last modified time | relevance | path

Searched refs:INIT_CLASS_ENTRY (Results 1 – 25 of 40) sorted by relevance

12

/PHP-5.3/ext/intl/normalizer/
H A Dnormalizer_class.c59 INIT_CLASS_ENTRY( ce, "Normalizer", Normalizer_class_functions ); in normalizer_register_Normalizer_class()
/PHP-5.3/ext/com_dotnet/
H A Dcom_extension.c352 INIT_CLASS_ENTRY(ce, "com_exception", NULL); in PHP_MINIT_FUNCTION()
357 INIT_CLASS_ENTRY(ce, "com_safearray_proxy", NULL); in PHP_MINIT_FUNCTION()
363 INIT_CLASS_ENTRY(ce, "variant", NULL); in PHP_MINIT_FUNCTION()
368 INIT_CLASS_ENTRY(ce, "com", NULL); in PHP_MINIT_FUNCTION()
376 INIT_CLASS_ENTRY(ce, "dotnet", NULL); in PHP_MINIT_FUNCTION()
H A Dcom_persist.c771 INIT_CLASS_ENTRY(ce, "COMPersistHelper", com_persist_helper_methods); in php_com_persist_minit()
/PHP-5.3/Zend/
H A Dzend_iterators.c53 INIT_CLASS_ENTRY(zend_iterator_class_entry, "__iterator_wrapper", NULL); in zend_register_iterator_wrapper()
H A Dzend_exceptions.c688 INIT_CLASS_ENTRY(ce, "Exception", default_exception_functions); in zend_register_default_exception()
702 INIT_CLASS_ENTRY(ce, "ErrorException", error_exception_functions); in zend_register_default_exception()
H A Dzend_closures.c312 INIT_CLASS_ENTRY(ce, "Closure", closure_functions); in zend_register_closure_ce()
H A Dzend_interfaces.c569 INIT_CLASS_ENTRY(ce, # class_name_str, zend_funcs_ ## class_name) \
H A Dzend_API.h162 #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/xsl/
H A Dphp_xsl.h78 INIT_CLASS_ENTRY(ce, name, funcs); \
/PHP-5.3/ext/intl/locale/
H A Dlocale_class.c100 INIT_CLASS_ENTRY( ce, "Locale", Locale_class_functions ); in locale_register_Locale_class()
/PHP-5.3/ext/intl/collator/
H A Dcollator_class.c142 INIT_CLASS_ENTRY( ce, "Collator", Collator_class_functions ); in collator_register_Collator_class()
/PHP-5.3/ext/mysqli/
H A Dmysqli_priv.h83 INIT_CLASS_ENTRY(tmp_ce, name,class_functions); \
/PHP-5.3/ext/standard/
H A Dincomplete_class.c121 INIT_CLASS_ENTRY(incomplete_class, INCOMPLETE_CLASS, NULL); in php_create_incomplete_class()
H A Ddir.c136 INIT_CLASS_ENTRY(dir_class_entry, "Directory", php_dir_class_functions); in PHP_MINIT_FUNCTION()
H A Duser_filters.c92 INIT_CLASS_ENTRY(user_filter_class_entry, "php_user_filter", user_filter_class_funcs); in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/dom/
H A Dphp_dom.h128 INIT_CLASS_ENTRY(ce, name, funcs); \
H A Dphp_dom.c674 INIT_CLASS_ENTRY(ce, "DOMException", php_dom_domexception_class_functions); in PHP_MINIT_FUNCTION()
762 INIT_CLASS_ENTRY(ce, "DOMNodeList", php_dom_nodelist_class_functions); in PHP_MINIT_FUNCTION()
772 INIT_CLASS_ENTRY(ce, "DOMNamedNodeMap", php_dom_namednodemap_class_functions); in PHP_MINIT_FUNCTION()
900 INIT_CLASS_ENTRY(ce, "DOMXPath", php_dom_xpath_class_functions); in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_class.c167 INIT_CLASS_ENTRY( ce, "MessageFormatter", MessageFormatter_class_functions ); in msgformat_register_class()
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_class.c192 INIT_CLASS_ENTRY( ce, "IntlDateFormatter", IntlDateFormatter_class_functions ); in dateformat_register_IntlDateFormatter_class()
/PHP-5.3/ext/intl/formatter/
H A Dformatter_class.c201 INIT_CLASS_ENTRY( ce, "NumberFormatter", NumberFormatter_class_functions ); in formatter_register_class()
/PHP-5.3/ext/pdo/
H A Dpdo.c373 INIT_CLASS_ENTRY(ce, "PDOException", NULL); in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c420 INIT_CLASS_ENTRY( ce, "ResourceBundle", ResourceBundle_class_functions ); in resourcebundle_register_class()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c5477 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionException", reflection_exception_functions); in PHP_MINIT_FUNCTION()
5480 INIT_CLASS_ENTRY(_reflection_entry, "Reflection", reflection_functions); in PHP_MINIT_FUNCTION()
5483 INIT_CLASS_ENTRY(_reflection_entry, "Reflector", reflector_functions); in PHP_MINIT_FUNCTION()
5486INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunctionAbstract", reflection_function_abstract_fun… in PHP_MINIT_FUNCTION()
5492 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunction", reflection_function_functions); in PHP_MINIT_FUNCTION()
5499 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionParameter", reflection_parameter_functions); in PHP_MINIT_FUNCTION()
5505 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionMethod", reflection_method_functions); in PHP_MINIT_FUNCTION()
5518 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionClass", reflection_class_functions); in PHP_MINIT_FUNCTION()
5528 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionObject", reflection_object_functions); in PHP_MINIT_FUNCTION()
5532 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionProperty", reflection_property_functions); in PHP_MINIT_FUNCTION()
[all …]
/PHP-5.3/ext/fileinfo/
H A Dfileinfo.c221 INIT_CLASS_ENTRY(_finfo_class_entry, "finfo", finfo_class_functions); in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c2226 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);

Completed in 75 milliseconds

12