Home
last modified time | relevance | path

Searched refs:zend_object_handlers (Results 1 – 25 of 74) sorted by relevance

123

/PHP-8.0/ext/pdo/
H A Dphp_pdo_int.h41 extern zend_object_handlers pdo_dbstmt_object_handlers;
50 extern zend_object_handlers pdo_row_object_handlers;
/PHP-8.0/ext/standard/
H A Dincomplete_class.c29 static zend_object_handlers php_incomplete_object_handlers;
119 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.c140 static zend_object_handlers curl_share_handlers;
174 memcpy(&curl_share_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in curl_share_register_class()
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_class.h66 extern zend_object_handlers Transliterator_handlers;
H A Dtransliterator_class.c26 zend_object_handlers Transliterator_handlers;
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator_class.h74 extern zend_object_handlers BreakIterator_handlers;
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_class.h72 extern zend_object_handlers Calendar_handlers;
/PHP-8.0/ext/mysqli/
H A Dmysqli.c53 static zend_object_handlers mysqli_object_handlers;
54 static zend_object_handlers mysqli_object_driver_handlers;
55 static zend_object_handlers mysqli_object_link_handlers;
56 static zend_object_handlers mysqli_object_result_handlers;
57 static zend_object_handlers mysqli_object_stmt_handlers;
58 static zend_object_handlers mysqli_object_warning_handlers;
425 zend_object_handlers *handlers; in mysqli_objects_new()
542 memcpy(&mysqli_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
550 memcpy(&mysqli_object_driver_handlers, &mysqli_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
552 memcpy(&mysqli_object_link_handlers, &mysqli_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
[all …]
/PHP-8.0/ext/intl/collator/
H A Dcollator_class.c26 static zend_object_handlers Collator_handlers;
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_class.h75 extern zend_object_handlers TimeZone_handlers;
/PHP-8.0/ext/intl/common/
H A Dcommon_enum.h68 extern zend_object_handlers IntlIterator_handlers;
/PHP-8.0/Zend/
H A Dzend_iterators.c29 static const zend_object_handlers iterator_object_handlers = {
H A Dzend_weakrefs.c49 static zend_object_handlers zend_weakref_handlers;
50 static zend_object_handlers zend_weakmap_handlers;
634 memcpy(&zend_weakref_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in zend_register_weakref_ce()
651 memcpy(&zend_weakmap_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in zend_register_weakref_ce()
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_class.c25 static zend_object_handlers MessageFormatter_handlers;
/PHP-8.0/ext/intl/formatter/
H A Dformatter_class.c27 static zend_object_handlers NumberFormatter_handlers;
/PHP-8.0/ext/xsl/
H A Dphp_xsl.c28 static zend_object_handlers xsl_object_handlers;
116 memcpy(&xsl_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/intl/spoofchecker/
H A Dspoofchecker_class.c23 static zend_object_handlers Spoofchecker_handlers;
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_class.c25 static zend_object_handlers IntlDateFormatter_handlers;
/PHP-8.0/ext/shmop/
H A Dshmop.c73 static zend_object_handlers shmop_object_handlers;
119 memcpy(&shmop_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/enchant/
H A Denchant.c45 static zend_object_handlers enchant_broker_handlers;
64 static zend_object_handlers enchant_dict_handlers;
198 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/sysvsem/
H A Dsysvsem.c91 static zend_object_handlers sysvsem_object_handlers;
162 memcpy(&sysvsem_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/sysvshm/
H A Dsysvshm.c38 static zend_object_handlers sysvshm_object_handlers;
110 memcpy(&sysvshm_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/sysvmsg/
H A Dsysvmsg.c77 static zend_object_handlers sysvmsg_queue_object_handlers;
119 memcpy(&sysvmsg_queue_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.c46 static zend_object_handlers finfo_object_handlers;
142 memcpy(&finfo_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h75 extern zend_object_handlers php_com_object_handlers;

Completed in 62 milliseconds

123