Home
last modified time | relevance | path

Searched refs:std_object_handlers (Results 26 – 50 of 72) sorted by relevance

123

/PHP-8.1/ext/curl/
H A Dmulti.c588 memcpy(&curl_multi_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in curl_multi_register_handlers()
/PHP-8.1/ext/spl/
H A Dspl_heap.c1160 memcpy(&spl_handler_SplHeap, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
1180 memcpy(&spl_handler_SplPriorityQueue, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c945 memcpy(&spl_handler_SplFixedArray, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1274 memcpy(&spl_handler_SplDoublyLinkedList, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
H A Dspl_observer.c1197 memcpy(&spl_handler_SplObjectStorage, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/Zend/
H A Dzend_enum.c159 memcpy(&enum_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in zend_register_enum_ce()
H A Dzend_builtin_functions.c754 if (EXPECTED(zobj->handlers == &std_object_handlers)) { in ZEND_FUNCTION()
820 obj->handlers != &std_object_handlers || in ZEND_FUNCTION()
H A Dzend_fibers.c912 zend_fiber_handlers = std_object_handlers; in zend_register_fiber_ce()
H A Dzend_closures.c652 memcpy(&closure_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in zend_register_closure_ce()
H A Dzend_exceptions.c755 memcpy(&default_exception_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in zend_register_default_exception()
H A Dzend_generators.c1119 memcpy(&zend_generator_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in zend_register_generator_ce()
/PHP-8.1/ext/com_dotnet/
H A Dcom_persist.c724 memcpy(&helper_handlers, &std_object_handlers, sizeof(helper_handlers)); in php_com_persist_minit()
/PHP-8.1/ext/zend_test/
H A Dtest.c650 memcpy(&zend_test_class_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/zlib/
H A Dzlib.c1344 memcpy(&inflate_context_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_INI_END()
1354 memcpy(&deflate_context_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_INI_END()
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c2358 memcpy(&sqlite3_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
2359 memcpy(&sqlite3_stmt_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
2360 memcpy(&sqlite3_result_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/tidy/
H A Dtidy.c823 memcpy(&tidy_object_handlers_doc, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
828 memcpy(&tidy_object_handlers_node, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/xmlwriter/
H A Dphp_xmlwriter.c1038 memcpy(&xmlwriter_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.c1167 memcpy(&xmlreader_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/date/
H A Dphp_date.c1670 memcpy(&date_object_handlers_date, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
1680 memcpy(&date_object_handlers_immutable, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
1688 memcpy(&date_object_handlers_timezone, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
1717 memcpy(&date_object_handlers_interval, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
1732 memcpy(&date_object_handlers_period, &std_object_handlers, sizeof(zend_object_handlers)); in date_register_classes()
/PHP-8.1/ext/intl/converter/
H A Dconverter.c979 memcpy(&php_converter_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in php_converter_minit()
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c2478 memcpy(&pdo_dbstmt_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in pdo_stmt_init()
2490 memcpy(&pdo_row_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in pdo_stmt_init()
/PHP-8.1/ext/sockets/
H A Dsockets.c439 memcpy(&socket_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
450 memcpy(&address_info_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
/PHP-8.1/ext/ftp/
H A Dphp_ftp.c115 memcpy(&ftp_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c812 || Z_OBJ_P(obj)->handlers != &std_object_handlers) {
/PHP-8.1/ext/mysqli/
H A Dmysqli.c536 memcpy(&mysqli_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()

Completed in 197 milliseconds

123