Home
last modified time | relevance | path

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

123

/PHP-7.1/ext/intl/normalizer/
H A Dnormalizer_class.c58 INIT_CLASS_ENTRY( ce, "Normalizer", Normalizer_class_functions ); in normalizer_register_Normalizer_class()
/PHP-7.1/ext/com_dotnet/
H A Dcom_extension.c360 INIT_CLASS_ENTRY(ce, "com_exception", NULL); in PHP_MINIT_FUNCTION()
365 INIT_CLASS_ENTRY(ce, "com_safearray_proxy", NULL); in PHP_MINIT_FUNCTION()
371 INIT_CLASS_ENTRY(ce, "variant", NULL); in PHP_MINIT_FUNCTION()
376 INIT_CLASS_ENTRY(ce, "com", NULL); in PHP_MINIT_FUNCTION()
384 INIT_CLASS_ENTRY(ce, "dotnet", NULL); in PHP_MINIT_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_iterators.c63 INIT_CLASS_ENTRY(zend_iterator_class_entry, "__iterator_wrapper", NULL); in zend_register_iterator_wrapper()
H A Dzend_exceptions.c843 INIT_CLASS_ENTRY(ce, "Exception", default_exception_functions); in zend_register_default_exception()
856 INIT_CLASS_ENTRY(ce, "ErrorException", error_exception_functions); in zend_register_default_exception()
861 INIT_CLASS_ENTRY(ce, "Error", default_exception_functions); in zend_register_default_exception()
874 INIT_CLASS_ENTRY(ce, "ParseError", NULL); in zend_register_default_exception()
878 INIT_CLASS_ENTRY(ce, "TypeError", NULL); in zend_register_default_exception()
882 INIT_CLASS_ENTRY(ce, "ArgumentCountError", NULL); in zend_register_default_exception()
886 INIT_CLASS_ENTRY(ce, "ArithmeticError", NULL); in zend_register_default_exception()
890 INIT_CLASS_ENTRY(ce, "DivisionByZeroError", NULL); in zend_register_default_exception()
H A Dzend_interfaces.h55 INIT_CLASS_ENTRY(ce, # class_name_str, zend_funcs_ ## class_name) \
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp317 INIT_CLASS_ENTRY(ce, "IntlBreakIterator", BreakIterator_class_functions); in breakiterator_register_BreakIterator_class()
366 INIT_CLASS_ENTRY(ce, "IntlRuleBasedBreakIterator", in breakiterator_register_BreakIterator_class()
372 INIT_CLASS_ENTRY(ce, "IntlCodePointBreakIterator", in breakiterator_register_BreakIterator_class()
H A Dbreakiterator_iterators.cpp309 INIT_CLASS_ENTRY(ce, "IntlPartsIterator", IntlPartsIterator_class_functions); in breakiterator_register_IntlPartsIterator_class()
/PHP-7.1/ext/xsl/
H A Dphp_xsl.h89 INIT_CLASS_ENTRY(ce, name, funcs); \
/PHP-7.1/ext/intl/locale/
H A Dlocale_class.c108 INIT_CLASS_ENTRY( ce, "Locale", Locale_class_functions ); in locale_register_Locale_class()
/PHP-7.1/ext/intl/collator/
H A Dcollator_class.c128 INIT_CLASS_ENTRY( ce, "Collator", Collator_class_functions ); in collator_register_Collator_class()
/PHP-7.1/ext/intl/spoofchecker/
H A Dspoofchecker_class.c135 INIT_CLASS_ENTRY(ce, "Spoofchecker", Spoofchecker_class_functions); in spoofchecker_register_Spoofchecker_class()
/PHP-7.1/ext/standard/
H A Dincomplete_class.c119 INIT_CLASS_ENTRY(incomplete_class, INCOMPLETE_CLASS, NULL); in php_create_incomplete_class()
H A Dassert.c112 INIT_CLASS_ENTRY(ce, "AssertionError", NULL); in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/curl/
H A Dcurl_file.c171 INIT_CLASS_ENTRY( ce, "CURLFile", curlfile_funcs ); in curlfile_register_class()
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_class.c151 INIT_CLASS_ENTRY( ce, "MessageFormatter", MessageFormatter_class_functions ); in msgformat_register_class()
/PHP-7.1/ext/dom/
H A Dphp_dom.h133 INIT_CLASS_ENTRY(ce, name, funcs); \
/PHP-7.1/ext/intl/formatter/
H A Dformatter_class.c183 INIT_CLASS_ENTRY( ce, "NumberFormatter", NumberFormatter_class_functions ); in formatter_register_class()
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_class.c195 INIT_CLASS_ENTRY( ce, "IntlDateFormatter", IntlDateFormatter_class_functions ); in dateformat_register_IntlDateFormatter_class()
/PHP-7.1/ext/json/
H A Djson.c97 INIT_CLASS_ENTRY(ce, "JsonSerializable", json_serializable_interface); in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/pdo/
H A Dpdo.c348 INIT_CLASS_ENTRY(ce, "PDOException", NULL); in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_class.cpp456 INIT_CLASS_ENTRY(ce, "IntlCalendar", Calendar_class_functions); in calendar_register_IntlCalendar_class()
525 INIT_CLASS_ENTRY(ce, "IntlGregorianCalendar", GregorianCalendar_class_functions); in calendar_register_IntlCalendar_class()
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_class.c337 INIT_CLASS_ENTRY( ce, "Transliterator", Transliterator_class_functions ); in transliterator_register_Transliterator_class()
/PHP-7.1/ext/intl/common/
H A Dcommon_enum.cpp317 INIT_CLASS_ENTRY(ce, "IntlIterator", IntlIterator_class_functions); in intl_register_IntlIterator_class()
/PHP-7.1/ext/mysqli/
H A Dphp_mysqli_structs.h231 INIT_CLASS_ENTRY(ce, name,class_functions); \
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c6837 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionException", reflection_exception_functions); in PHP_MINIT_FUNCTION()
6840 INIT_CLASS_ENTRY(_reflection_entry, "Reflection", reflection_functions); in PHP_MINIT_FUNCTION()
6843 INIT_CLASS_ENTRY(_reflection_entry, "Reflector", reflector_functions); in PHP_MINIT_FUNCTION()
6852 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionFunction", reflection_function_functions); in PHP_MINIT_FUNCTION()
6859 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionGenerator", reflection_generator_functions); in PHP_MINIT_FUNCTION()
6863 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionParameter", reflection_parameter_functions); in PHP_MINIT_FUNCTION()
6869 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionType", reflection_type_functions); in PHP_MINIT_FUNCTION()
6877 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionMethod", reflection_method_functions); in PHP_MINIT_FUNCTION()
6890 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionClass", reflection_class_functions); in PHP_MINIT_FUNCTION()
6900 INIT_CLASS_ENTRY(_reflection_entry, "ReflectionObject", reflection_object_functions); in PHP_MINIT_FUNCTION()
[all …]

Completed in 58 milliseconds

123