Home
last modified time | relevance | path

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

123

/PHP-8.1/ext/intl/collator/
H A Dcollator_class.c70 memcpy(&Collator_handlers, &std_object_handlers, in collator_register_Collator_class()
/PHP-8.1/ext/intl/formatter/
H A Dformatter_class.c103 memcpy(&NumberFormatter_handlers, &std_object_handlers, in formatter_register_class()
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_class.c102 memcpy(&MessageFormatter_handlers, &std_object_handlers, in msgformat_register_class()
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_class.c108 memcpy(&IntlDateFormatter_handlers, &std_object_handlers, in dateformat_register_IntlDateFormatter_class()
H A Ddatepatterngenerator_class.cpp119 memcpy(&IntlDatePatternGenerator_handlers, &std_object_handlers, in dateformat_register_IntlDatePatternGenerator_class()
/PHP-8.1/ext/intl/spoofchecker/
H A Dspoofchecker_class.c97 memcpy(&Spoofchecker_handlers, &std_object_handlers, in spoofchecker_register_Spoofchecker_class()
/PHP-8.1/ext/standard/
H A Dincomplete_class.c113 memcpy(&php_incomplete_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in php_register_incomplete_class_handlers()
/PHP-8.1/ext/curl/
H A Dshare.c167 memcpy(&curl_share_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in curl_share_register_handlers()
/PHP-8.1/Zend/
H A Dzend_objects.c189 object->handlers = &std_object_handlers; in zend_objects_new()
216 if (EXPECTED(old_object->handlers == &std_object_handlers)) { in zend_objects_clone_members()
H A Dzend_object_handlers.h190 extern const ZEND_API zend_object_handlers std_object_handlers;
193 (&std_object_handlers)
/PHP-8.1/ext/intl/transliterator/
H A Dtransliterator_class.c245 memcpy( &Transliterator_handlers, &std_object_handlers, sizeof Transliterator_handlers ); in transliterator_register_Transliterator_class()
/PHP-8.1/ext/xsl/
H A Dphp_xsl.c115 memcpy(&xsl_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp229 memcpy(&BreakIterator_handlers, &std_object_handlers, in breakiterator_register_BreakIterator_class()
/PHP-8.1/ext/shmop/
H A Dshmop.c113 memcpy(&shmop_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/intl/common/
H A Dcommon_enum.cpp296 memcpy(&IntlIterator_handlers, &std_object_handlers, in intl_register_IntlIterator_class()
/PHP-8.1/ext/sysvsem/
H A Dsysvsem.c156 memcpy(&sysvsem_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/intl/calendar/
H A Dcalendar_class.cpp275 memcpy( &Calendar_handlers, &std_object_handlers, in calendar_register_IntlCalendar_class()
/PHP-8.1/ext/enchant/
H A Denchant.c191 memcpy(&enchant_broker_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
200 memcpy(&enchant_dict_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/pspell/
H A Dpspell.c155 memcpy(&php_pspell_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
164 memcpy(&php_pspell_config_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c380 ResourceBundle_object_handlers = std_object_handlers; in resourcebundle_register_class()
/PHP-8.1/ext/zend_test/
H A Dfiber.c348 zend_test_fiber_handlers = std_object_handlers; in zend_test_fiber_init()
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_class.cpp395 memcpy(&TimeZone_handlers, &std_object_handlers, in timezone_register_IntlTimeZone_class()
/PHP-8.1/ext/sysvmsg/
H A Dsysvmsg.c113 memcpy(&sysvmsg_queue_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/sysvshm/
H A Dsysvshm.c105 memcpy(&sysvshm_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/fileinfo/
H A Dfileinfo.c113 memcpy(&finfo_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()

Completed in 98 milliseconds

123