Home
last modified time | relevance | path

Searched refs:zend_get_std_object_handlers (Results 1 – 25 of 39) sorted by relevance

12

/PHP-7.0/Zend/
H A Dzend_objects_API.h72 ZEND_API zend_object_handlers *zend_get_std_object_handlers(void);
H A Dzend_objects_API.c219 ZEND_API zend_object_handlers *zend_get_std_object_handlers(void) in zend_get_std_object_handlers() function
H A Dzend_closures.c530 memcpy(&closure_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in zend_register_closure_ce()
/PHP-7.0/ext/intl/spoofchecker/
H A Dspoofchecker_class.c146 memcpy(&Spoofchecker_handlers, zend_get_std_object_handlers(), in spoofchecker_register_Spoofchecker_class()
/PHP-7.0/ext/intl/collator/
H A Dcollator_class.c139 memcpy(&Collator_handlers, zend_get_std_object_handlers(), in collator_register_Collator_class()
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_class.c162 memcpy(&MessageFormatter_handlers, zend_get_std_object_handlers(), in msgformat_register_class()
/PHP-7.0/ext/intl/formatter/
H A Dformatter_class.c194 memcpy(&NumberFormatter_handlers, zend_get_std_object_handlers(), in formatter_register_class()
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_class.c199 memcpy(&IntlDateFormatter_handlers, zend_get_std_object_handlers(), in dateformat_register_IntlDateFormatter_class()
/PHP-7.0/ext/xsl/
H A Dphp_xsl.c133 memcpy(&xsl_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
H A Dxsltprocessor.c440 std_hnd = zend_get_std_object_handlers(); in PHP_FUNCTION()
538 std_hnd = zend_get_std_object_handlers(); in php_xsl_apply_stylesheet()
/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.c138 std_hnd = zend_get_std_object_handlers(); in xmlreader_get_property_ptr_ptr()
179 std_hnd = zend_get_std_object_handlers(); in xmlreader_read_property()
213 std_hnd = zend_get_std_object_handlers(); in xmlreader_write_property()
1309 memcpy(&xmlreader_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c324 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); in mysqli_read_property()
358 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); in mysqli_write_property()
413 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); in mysqli_object_has_property()
566 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); in PHP_MINIT_FUNCTION()
577 memcpy(&mysqli_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/intl/transliterator/
H A Dtransliterator_class.c351 memcpy( &Transliterator_handlers, zend_get_std_object_handlers(), in transliterator_register_Transliterator_class()
/PHP-7.0/ext/intl/common/
H A Dcommon_enum.cpp324 memcpy(&IntlIterator_handlers, zend_get_std_object_handlers(), in intl_register_IntlIterator_class()
/PHP-7.0/ext/dom/
H A Dphp_dom.c320 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); in dom_get_property_ptr_ptr()
351 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); in dom_read_property()
373 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); in dom_write_property()
406 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); in dom_property_exists()
598 memcpy(&dom_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp329 memcpy(&BreakIterator_handlers, zend_get_std_object_handlers(), in breakiterator_register_BreakIterator_class()
/PHP-7.0/ext/date/
H A Dphp_date.c2005 retval = (zend_get_std_object_handlers())->has_property(object, member, type, cache_slot); in date_interval_has_property()
2023 retval = (zend_get_std_object_handlers())->has_property(object, member, type, cache_slot); in date_interval_has_property()
2046 memcpy(&date_object_handlers_date, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in date_register_classes()
2085 …memcpy(&date_object_handlers_timezone, zend_get_std_object_handlers(), sizeof(zend_object_handlers… in date_register_classes()
2113 …memcpy(&date_object_handlers_interval, zend_get_std_object_handlers(), sizeof(zend_object_handlers… in date_register_classes()
2130 memcpy(&date_object_handlers_period, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in date_register_classes()
4051 retval = (zend_get_std_object_handlers())->read_property(object, member, type, cache_slot, rv); in date_interval_read_property()
4073 retval = (zend_get_std_object_handlers())->read_property(object, member, type, cache_slot, rv); in date_interval_read_property()
4115 (zend_get_std_object_handlers())->write_property(object, member, value, cache_slot); in date_interval_write_property()
4137 (zend_get_std_object_handlers())->write_property(object, member, value, cache_slot); in date_interval_write_property()
[all …]
/PHP-7.0/ext/fileinfo/
H A Dfileinfo.c220 memcpy(&finfo_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/intl/timezone/
H A Dtimezone_class.cpp500 memcpy(&TimeZone_handlers, zend_get_std_object_handlers(), in timezone_register_IntlTimeZone_class()
/PHP-7.0/ext/intl/calendar/
H A Dcalendar_class.cpp472 memcpy( &Calendar_handlers, zend_get_std_object_handlers(), in calendar_register_IntlCalendar_class()
/PHP-7.0/ext/spl/
H A Dspl_heap.c1203 memcpy(&spl_handler_SplHeap, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
1225 …memcpy(&spl_handler_SplPriorityQueue, zend_get_std_object_handlers(), sizeof(zend_object_handlers)… in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/snmp/
H A Dsnmp.c1981 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in php_snmp_read_property()
2020 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in php_snmp_write_property()
2061 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); in php_snmp_has_property()
2361 memcpy(&php_snmp_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/zip/
H A Dphp_zip.c862 std_hnd = zend_get_std_object_handlers(); in php_zip_get_property_ptr_ptr()
901 std_hnd = zend_get_std_object_handlers(); in php_zip_read_property()
949 std_hnd = zend_get_std_object_handlers(); in php_zip_has_property()
3023 memcpy(&zip_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/com_dotnet/
H A Dcom_persist.c756 memcpy(&helper_handlers, zend_get_std_object_handlers(), sizeof(helper_handlers)); in php_com_persist_minit()
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c2269 memcpy(&sqlite3_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
2270 …memcpy(&sqlite3_stmt_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)…
2271 …memcpy(&sqlite3_result_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handler…

Completed in 291 milliseconds

12