Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/intl/normalizer/
H A Dnormalizer_class.c59 INIT_CLASS_ENTRY( ce, "Normalizer", Normalizer_class_functions ); in normalizer_register_Normalizer_class()
/PHP-5.5/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()
/PHP-5.5/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.c790 INIT_CLASS_ENTRY(ce, "Exception", default_exception_functions); in zend_register_default_exception()
804 INIT_CLASS_ENTRY(ce, "ErrorException", error_exception_functions); in zend_register_default_exception()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.h80 INIT_CLASS_ENTRY(ce, name, funcs); \
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp339 INIT_CLASS_ENTRY(ce, "IntlBreakIterator", BreakIterator_class_functions); in breakiterator_register_BreakIterator_class()
386 INIT_CLASS_ENTRY(ce, "IntlRuleBasedBreakIterator", in breakiterator_register_BreakIterator_class()
392 INIT_CLASS_ENTRY(ce, "IntlCodePointBreakIterator", in breakiterator_register_BreakIterator_class()
H A Dbreakiterator_iterators.cpp324 INIT_CLASS_ENTRY(ce, "IntlPartsIterator", IntlPartsIterator_class_functions); in breakiterator_register_IntlPartsIterator_class()
/PHP-5.5/ext/intl/locale/
H A Dlocale_class.c100 INIT_CLASS_ENTRY( ce, "Locale", Locale_class_functions ); in locale_register_Locale_class()
/PHP-5.5/ext/curl/
H A Dcurl_file.c170 INIT_CLASS_ENTRY( ce, "CURLFile", curlfile_funcs ); in curlfile_register_class()
/PHP-5.5/ext/intl/collator/
H A Dcollator_class.c143 INIT_CLASS_ENTRY( ce, "Collator", Collator_class_functions ); in collator_register_Collator_class()
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c154 INIT_CLASS_ENTRY(ce, "Spoofchecker", Spoofchecker_class_functions); in spoofchecker_register_Spoofchecker_class()
/PHP-5.5/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()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c168 INIT_CLASS_ENTRY( ce, "MessageFormatter", MessageFormatter_class_functions ); in msgformat_register_class()
/PHP-5.5/ext/dom/
H A Dphp_dom.h128 INIT_CLASS_ENTRY(ce, name, funcs); \
H A Dphp_dom.c673 INIT_CLASS_ENTRY(ce, "DOMException", php_dom_domexception_class_functions); in PHP_MINIT_FUNCTION()
761 INIT_CLASS_ENTRY(ce, "DOMNodeList", php_dom_nodelist_class_functions); in PHP_MINIT_FUNCTION()
771 INIT_CLASS_ENTRY(ce, "DOMNamedNodeMap", php_dom_namednodemap_class_functions); in PHP_MINIT_FUNCTION()
899 INIT_CLASS_ENTRY(ce, "DOMXPath", php_dom_xpath_class_functions); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c202 INIT_CLASS_ENTRY( ce, "NumberFormatter", NumberFormatter_class_functions ); in formatter_register_class()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c205 INIT_CLASS_ENTRY( ce, "IntlDateFormatter", IntlDateFormatter_class_functions ); in dateformat_register_IntlDateFormatter_class()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp476 INIT_CLASS_ENTRY(ce, "IntlCalendar", Calendar_class_functions); in calendar_register_IntlCalendar_class()
491 INIT_CLASS_ENTRY(ce, "IntlGregorianCalendar", GregorianCalendar_class_functions); in calendar_register_IntlCalendar_class()
/PHP-5.5/ext/pdo/
H A Dpdo.c373 INIT_CLASS_ENTRY(ce, "PDOException", NULL); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h230 INIT_CLASS_ENTRY(ce, name,class_functions); \
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp331 INIT_CLASS_ENTRY(ce, "IntlIterator", IntlIterator_class_functions); in intl_register_IntlIterator_class()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c401 INIT_CLASS_ENTRY( ce, "Transliterator", Transliterator_class_functions ); in transliterator_register_Transliterator_class()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c426 INIT_CLASS_ENTRY( ce, "ResourceBundle", ResourceBundle_class_functions ); in resourcebundle_register_class()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c6108 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionException", reflection_exception_functions); in PHP_MINIT_FUNCTION()
6111 INIT_CLASS_ENTRY(_reflection_entry, "Reflection", reflection_functions); in PHP_MINIT_FUNCTION()
6114 INIT_CLASS_ENTRY(_reflection_entry, "Reflector", reflector_functions); in PHP_MINIT_FUNCTION()
6123 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunction", reflection_function_functions); in PHP_MINIT_FUNCTION()
6130 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionParameter", reflection_parameter_functions); in PHP_MINIT_FUNCTION()
6136 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionMethod", reflection_method_functions); in PHP_MINIT_FUNCTION()
6149 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionClass", reflection_class_functions); in PHP_MINIT_FUNCTION()
6159 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionObject", reflection_object_functions); in PHP_MINIT_FUNCTION()
6163 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionProperty", reflection_property_functions); in PHP_MINIT_FUNCTION()
6175 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionExtension", reflection_extension_functions); in PHP_MINIT_FUNCTION()
[all …]

Completed in 76 milliseconds

123