Home
last modified time | relevance | path

Searched refs:std_object_handlers (Results 1 – 25 of 62) sorted by relevance

123

/PHP-8.0/ext/intl/collator/
H A Dcollator_class.c73 memcpy(&Collator_handlers, &std_object_handlers, in collator_register_Collator_class()
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_class.c105 memcpy(&MessageFormatter_handlers, &std_object_handlers, in msgformat_register_class()
/PHP-8.0/ext/intl/formatter/
H A Dformatter_class.c108 memcpy(&NumberFormatter_handlers, &std_object_handlers, in formatter_register_class()
/PHP-8.0/ext/intl/spoofchecker/
H A Dspoofchecker_class.c100 memcpy(&Spoofchecker_handlers, &std_object_handlers, in spoofchecker_register_Spoofchecker_class()
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_class.c118 memcpy(&IntlDateFormatter_handlers, &std_object_handlers, in dateformat_register_IntlDateFormatter_class()
/PHP-8.0/Zend/
H A Dzend_objects.c181 object->handlers = &std_object_handlers; in zend_objects_new()
208 if (EXPECTED(old_object->handlers == &std_object_handlers)) { in zend_objects_clone_members()
H A Dzend_object_handlers.h178 extern const ZEND_API zend_object_handlers std_object_handlers;
181 (&std_object_handlers)
/PHP-8.0/ext/standard/
H A Dincomplete_class.c119 memcpy(&php_incomplete_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in php_register_incomplete_class()
/PHP-8.0/ext/curl/
H A Dshare.c174 memcpy(&curl_share_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in curl_share_register_class()
H A Dmulti.c599 memcpy(&curl_multi_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in curl_multi_register_class()
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_class.c267 memcpy( &Transliterator_handlers, &std_object_handlers, in transliterator_register_Transliterator_class()
/PHP-8.0/ext/xsl/
H A Dphp_xsl.c116 memcpy(&xsl_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp231 memcpy(&BreakIterator_handlers, &std_object_handlers, in breakiterator_register_BreakIterator_class()
/PHP-8.0/ext/intl/common/
H A Dcommon_enum.cpp299 memcpy(&IntlIterator_handlers, &std_object_handlers, in intl_register_IntlIterator_class()
/PHP-8.0/ext/shmop/
H A Dshmop.c119 memcpy(&shmop_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/enchant/
H A Denchant.c198 memcpy(&enchant_broker_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
211 memcpy(&enchant_dict_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_class.cpp278 memcpy( &Calendar_handlers, &std_object_handlers, in calendar_register_IntlCalendar_class()
/PHP-8.0/ext/sysvsem/
H A Dsysvsem.c162 memcpy(&sysvsem_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c378 ResourceBundle_object_handlers = std_object_handlers; in resourcebundle_register_class()
/PHP-8.0/ext/sysvshm/
H A Dsysvshm.c110 memcpy(&sysvshm_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_class.cpp411 memcpy(&TimeZone_handlers, &std_object_handlers, in timezone_register_IntlTimeZone_class()
/PHP-8.0/ext/sysvmsg/
H A Dsysvmsg.c119 memcpy(&sysvmsg_queue_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.c142 memcpy(&finfo_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/spl/
H A Dspl_heap.c1117 memcpy(&spl_handler_SplHeap, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
1138 memcpy(&spl_handler_SplPriorityQueue, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/com_dotnet/
H A Dcom_persist.c726 memcpy(&helper_handlers, &std_object_handlers, sizeof(helper_handlers)); in php_com_persist_minit()

Completed in 63 milliseconds

123