Home
last modified time | relevance | path

Searched refs:std_object_handlers (Results 1 – 25 of 49) sorted by last modified time

12

/PHP-7.4/Zend/
H A Dzend_closures.c661 memcpy(&closure_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in zend_register_closure_ce()
H A Dzend_vm_execute.h4026 Z_OBJ_P(expr)->handlers != &std_object_handlers || in ZEND_CAST_SPEC_CONST_HANDLER()
18201 Z_OBJ_P(expr)->handlers != &std_object_handlers || in ZEND_CAST_SPEC_TMP_HANDLER()
21309 Z_OBJ_P(expr)->handlers != &std_object_handlers || in ZEND_CAST_SPEC_VAR_HANDLER()
37506 Z_OBJ_P(expr)->handlers != &std_object_handlers || in ZEND_CAST_SPEC_CV_HANDLER()
H A Dzend_vm_def.h5952 Z_OBJ_P(expr)->handlers != &std_object_handlers ||
H A Dzend_operators.c645 Z_OBJ_P(op)->handlers != &std_object_handlers || in convert_to_array()
H A Dzend_object_handlers.c1915 ZEND_API const zend_object_handlers std_object_handlers = { variable
H A Dzend_generators.c1252 memcpy(&zend_generator_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in zend_register_generator_ce()
/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/mysqli/
H A Dmysqli.c581 memcpy(&mysqli_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/zip/
H A Dphp_zip.c3041 memcpy(&zip_object_handlers, &std_object_handlers, sizeof(zend_object_handlers));
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c1069 memcpy(&spl_handler_SplFixedArray, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
H A Dspl_directory.c3145 memcpy(&spl_filesystem_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
H A Dspl_array.c2054 memcpy(&spl_handler_ArrayObject, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/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/xmlreader/
H A Dphp_xmlreader.c1309 memcpy(&xmlreader_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2709 memcpy(&sxe_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/dom/
H A Dphp_dom.c597 memcpy(&dom_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c6839 memcpy(&reflection_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/tidy/
H A Dtidy.c109 memcpy(&tidy_object_handlers_ ## name, &std_object_handlers, sizeof(zend_object_handlers)); \
/PHP-7.4/ext/snmp/
H A Dsnmp.c2286 memcpy(&php_snmp_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/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/pdo/
H A Dpdo_dbh.c1399 memcpy(&pdo_dbh_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in pdo_dbh_init()
H A Dpdo_stmt.c2654 memcpy(&pdo_dbstmt_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in pdo_stmt_init()
2671 memcpy(&pdo_row_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in pdo_stmt_init()
/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/gmp/
H A Dgmp.c665 memcpy(&gmp_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in ZEND_MINIT_FUNCTION()
/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()

Completed in 280 milliseconds

12