Home
last modified time | relevance | path

Searched refs:zend_register_internal_class (Results 1 – 25 of 43) sorted by relevance

12

/PHP-7.1/ext/intl/normalizer/
H A Dnormalizer_class.c60 Normalizer_ce_ptr = zend_register_internal_class( &ce ); in normalizer_register_Normalizer_class()
/PHP-7.1/ext/intl/locale/
H A Dlocale_class.c110 Locale_ce_ptr = zend_register_internal_class( &ce ); in locale_register_Locale_class()
/PHP-7.1/ext/intl/collator/
H A Dcollator_class.c130 Collator_ce_ptr = zend_register_internal_class( &ce ); in collator_register_Collator_class()
/PHP-7.1/ext/intl/spoofchecker/
H A Dspoofchecker_class.c137 Spoofchecker_ce_ptr = zend_register_internal_class(&ce); in spoofchecker_register_Spoofchecker_class()
/PHP-7.1/ext/standard/
H A Dincomplete_class.c130 return zend_register_internal_class(&incomplete_class); in php_create_incomplete_class()
H A Ddir.c142 dir_class_entry_ptr = zend_register_internal_class(&dir_class_entry); in PHP_MINIT_FUNCTION()
H A Duser_filters.c84 if ((php_user_filter = zend_register_internal_class(&user_filter_class_entry)) == NULL) { in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/spl/
H A Dspl_functions.c46 *ppce = zend_register_internal_class(&ce); in spl_register_std_class()
/PHP-7.1/ext/curl/
H A Dcurl_file.c172 curl_CURLFile_class = zend_register_internal_class(&ce); in curlfile_register_class()
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_class.c153 MessageFormatter_ce_ptr = zend_register_internal_class( &ce ); in msgformat_register_class()
/PHP-7.1/ext/intl/formatter/
H A Dformatter_class.c185 NumberFormatter_ce_ptr = zend_register_internal_class( &ce ); in formatter_register_class()
/PHP-7.1/ext/com_dotnet/
H A Dcom_extension.c366 php_com_saproxy_class_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
373 php_com_variant_class_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
H A Dcom_persist.c762 helper_ce = zend_register_internal_class(&ce); in php_com_persist_minit()
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_class.c197 IntlDateFormatter_ce_ptr = zend_register_internal_class( &ce ); in dateformat_register_IntlDateFormatter_class()
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_class.c339 Transliterator_ce_ptr = zend_register_internal_class( &ce ); in transliterator_register_Transliterator_class()
/PHP-7.1/ext/intl/common/
H A Dcommon_enum.cpp319 IntlIterator_ce_ptr = zend_register_internal_class(&ce); in intl_register_IntlIterator_class()
/PHP-7.1/ext/mysqli/
H A Dphp_mysqli_structs.h233 mysqli_entry = zend_register_internal_class(&ce); \
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp320 BreakIterator_ce_ptr = zend_register_internal_class(&ce); in breakiterator_register_BreakIterator_class()
/PHP-7.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c447 ResourceBundle_ce_ptr = zend_register_internal_class( &ce ); in resourcebundle_register_class()
/PHP-7.1/ext/fileinfo/
H A Dfileinfo.c217 finfo_class_entry = zend_register_internal_class(&_finfo_class_entry); in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_class.cpp507 TimeZone_ce_ptr = zend_register_internal_class(&ce); in timezone_register_IntlTimeZone_class()
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_class.cpp458 Calendar_ce_ptr = zend_register_internal_class(&ce); in calendar_register_IntlCalendar_class()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c6841 reflection_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6848 reflection_function_abstract_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6861 reflection_generator_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6865 reflection_parameter_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6871 reflection_type_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6892 reflection_class_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6906 reflection_property_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6913 reflection_class_constant_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6925 reflection_extension_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6931 reflection_zend_extension_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
/PHP-7.1/ext/session/
H A Dsession.c2641 php_session_iface_entry = zend_register_internal_class(&ce);
2645 php_session_id_iface_entry = zend_register_internal_class(&ce);
2649 php_session_update_timestamp_iface_entry = zend_register_internal_class(&ce);
2654 php_session_class_entry = zend_register_internal_class(&ce);
/PHP-7.1/ext/sqlite3/
H A Dsqlite3.c2277 php_sqlite3_sc_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
2285 php_sqlite3_stmt_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
2293 php_sqlite3_result_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()

Completed in 111 milliseconds

12