Home
last modified time | relevance | path

Searched refs:zend_register_internal_class (Results 1 – 25 of 47) sorted by path

12

/PHP-7.4/Zend/
H A Dzend_API.c2728 register_class = zend_register_internal_class(class_entry); in zend_register_internal_class_ex()
2755 ZEND_API zend_class_entry *zend_register_internal_class(zend_class_entry *orig_class_entry) /* {{{ … in zend_register_internal_class() function
H A Dzend_API.h282 ZEND_API zend_class_entry *zend_register_internal_class(zend_class_entry *class_entry);
H A Dzend_builtin_functions.c311 zend_standard_class_def = zend_register_internal_class(&class_entry); in ZEND_MINIT_FUNCTION()
H A Dzend_closures.c655 zend_ce_closure = zend_register_internal_class(&ce); in zend_register_closure_ce()
H A Dzend_generators.c1242 zend_ce_generator = zend_register_internal_class(&ce); in zend_register_generator_ce()
H A Dzend_weakrefs.c194 zend_ce_weakref = zend_register_internal_class(&ce); in zend_register_weakref_ce()
/PHP-7.4/ext/com_dotnet/
H A Dcom_extension.c310 php_com_saproxy_class_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
317 php_com_variant_class_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
H A Dcom_persist.c751 helper_ce = zend_register_internal_class(&ce); in php_com_persist_minit()
/PHP-7.4/ext/curl/
H A Dcurl_file.c159 curl_CURLFile_class = zend_register_internal_class(&ce); in curlfile_register_class()
/PHP-7.4/ext/ffi/
H A Dffi.c5016 zend_ffi_ce = zend_register_internal_class(&ce);
5053 zend_ffi_cdata_ce = zend_register_internal_class(&ce);
5132 zend_ffi_ctype_ce = zend_register_internal_class(&ce);
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c215 finfo_class_entry = zend_register_internal_class(&_finfo_class_entry); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/gmp/
H A Dgmp.c660 gmp_ce = zend_register_internal_class(&tmp_ce); in ZEND_MINIT_FUNCTION()
/PHP-7.4/ext/hash/
H A Dhash.c1247 php_hashcontext_ce = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp318 BreakIterator_ce_ptr = zend_register_internal_class(&ce); in breakiterator_register_BreakIterator_class()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp450 Calendar_ce_ptr = zend_register_internal_class(&ce); in calendar_register_IntlCalendar_class()
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.c128 Collator_ce_ptr = zend_register_internal_class( &ce ); in collator_register_Collator_class()
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp318 IntlIterator_ce_ptr = zend_register_internal_class(&ce); in intl_register_IntlIterator_class()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c1093 php_converter_ce = zend_register_internal_class(&ce); in php_converter_minit()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_class.c196 IntlDateFormatter_ce_ptr = zend_register_internal_class( &ce ); in dateformat_register_IntlDateFormatter_class()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c185 NumberFormatter_ce_ptr = zend_register_internal_class( &ce ); in formatter_register_class()
/PHP-7.4/ext/intl/locale/
H A Dlocale_class.c108 Locale_ce_ptr = zend_register_internal_class( &ce ); in locale_register_Locale_class()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_class.c153 MessageFormatter_ce_ptr = zend_register_internal_class( &ce ); in msgformat_register_class()
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_class.c69 Normalizer_ce_ptr = zend_register_internal_class( &ce ); in normalizer_register_Normalizer_class()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c449 ResourceBundle_ce_ptr = zend_register_internal_class( &ce ); in resourcebundle_register_class()
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c145 Spoofchecker_ce_ptr = zend_register_internal_class(&ce); in spoofchecker_register_Spoofchecker_class()

Completed in 130 milliseconds

12