Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/intl/collator/
H A Dcollator_class.c130 memcpy(&Collator_handlers, &std_object_handlers, in collator_register_Collator_class()
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c147 memcpy(&Spoofchecker_handlers, &std_object_handlers, in spoofchecker_register_Spoofchecker_class()
/PHP-7.4/ext/standard/
H A Dincomplete_class.c121 memcpy(&php_incomplete_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in php_create_incomplete_class()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_class.c155 memcpy(&MessageFormatter_handlers, &std_object_handlers, in msgformat_register_class()
/PHP-7.4/Zend/
H A Dzend_object_handlers.h189 extern const ZEND_API zend_object_handlers std_object_handlers;
192 (&std_object_handlers)
H A Dzend_objects.c199 object->handlers = &std_object_handlers; in zend_objects_new()
226 if (EXPECTED(old_object->handlers == &std_object_handlers)) { in zend_objects_clone_members()
H A Dzend_closures.c661 memcpy(&closure_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in zend_register_closure_ce()
H A Dzend_builtin_functions.c1202 if (EXPECTED(zobj->handlers == &std_object_handlers)) { in ZEND_FUNCTION()
1269 Z_OBJ_P(obj)->handlers != &std_object_handlers || in ZEND_FUNCTION()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c187 memcpy(&NumberFormatter_handlers, &std_object_handlers, in formatter_register_class()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_class.c198 memcpy(&IntlDateFormatter_handlers, &std_object_handlers, in dateformat_register_IntlDateFormatter_class()
/PHP-7.4/ext/xsl/
H A Dphp_xsl.c129 memcpy(&xsl_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c340 memcpy( &Transliterator_handlers, &std_object_handlers, in transliterator_register_Transliterator_class()
/PHP-7.4/ext/zend_test/
H A Dtest.c254 memcpy(&zend_test_class_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp323 memcpy(&IntlIterator_handlers, &std_object_handlers, in intl_register_IntlIterator_class()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp320 memcpy(&BreakIterator_handlers, &std_object_handlers, in breakiterator_register_BreakIterator_class()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c451 ResourceBundle_object_handlers = std_object_handlers; in resourcebundle_register_class()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c218 memcpy(&finfo_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp452 memcpy( &Calendar_handlers, &std_object_handlers, in calendar_register_IntlCalendar_class()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp512 memcpy(&TimeZone_handlers, &std_object_handlers, in timezone_register_IntlTimeZone_class()
/PHP-7.4/ext/spl/
H A Dspl_heap.c1222 memcpy(&spl_handler_SplHeap, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
1243 memcpy(&spl_handler_SplPriorityQueue, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c1069 memcpy(&spl_handler_SplFixedArray, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c745 memcpy(&helper_handlers, &std_object_handlers, sizeof(helper_handlers)); in php_com_persist_minit()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c2516 memcpy(&sqlite3_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
2517 memcpy(&sqlite3_stmt_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
2518 memcpy(&sqlite3_result_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/date/
H A Dphp_date.c2138 memcpy(&date_object_handlers_date, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
2150 memcpy(&date_object_handlers_immutable, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
2160 memcpy(&date_object_handlers_timezone, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
2190 memcpy(&date_object_handlers_interval, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
2207 memcpy(&date_object_handlers_period, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c1309 memcpy(&xmlreader_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()

Completed in 71 milliseconds

12