Home
last modified time | relevance | path

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

12

/PHP-5.5/Zend/
H A Dzend_objects_API.h89 ZEND_API zend_object_handlers *zend_get_std_object_handlers(void);
H A Dzend_objects_API.c386 ZEND_API zend_object_handlers *zend_get_std_object_handlers(void) in zend_get_std_object_handlers() function
H A Dzend_closures.c426 memcpy(&closure_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in zend_register_closure_ce()
H A Dzend_generators.c748 memcpy(&zend_generator_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in zend_register_generator_ce()
/PHP-5.5/ext/intl/collator/
H A Dcollator_class.c147 memcpy(&Collator_handlers, zend_get_std_object_handlers(), in collator_register_Collator_class()
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c158 memcpy(&Spoofchecker_handlers, zend_get_std_object_handlers(), in spoofchecker_register_Spoofchecker_class()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c172 memcpy(&MessageFormatter_handlers, zend_get_std_object_handlers(), in msgformat_register_class()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c206 memcpy(&NumberFormatter_handlers, zend_get_std_object_handlers(), in formatter_register_class()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c209 memcpy(&IntlDateFormatter_handlers, zend_get_std_object_handlers(), in dateformat_register_IntlDateFormatter_class()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c352 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in mysqli_read_property()
391 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in mysqli_write_property()
449 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in mysqli_object_has_property()
611 zend_object_handlers *std_hnd = zend_get_std_object_handlers(); in PHP_MINIT_FUNCTION()
622 memcpy(&mysqli_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c159 memcpy(&xsl_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_INI_END()
H A Dxsltprocessor.c445 std_hnd = zend_get_std_object_handlers(); in PHP_FUNCTION()
544 std_hnd = zend_get_std_object_handlers(); in php_xsl_apply_stylesheet()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c138 std_hnd = zend_get_std_object_handlers(); in xmlreader_get_property_ptr_ptr()
181 std_hnd = zend_get_std_object_handlers(); in xmlreader_read_property()
217 std_hnd = zend_get_std_object_handlers(); in xmlreader_write_property()
1317 memcpy(&xmlreader_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp338 memcpy(&IntlIterator_handlers, zend_get_std_object_handlers(), in intl_register_IntlIterator_class()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c404 memcpy( &Transliterator_handlers, zend_get_std_object_handlers(), in transliterator_register_Transliterator_class()
/PHP-5.5/ext/dom/
H A Dphp_dom.c328 std_hnd = zend_get_std_object_handlers(); in dom_get_property_ptr_ptr()
374 std_hnd = zend_get_std_object_handlers(); in dom_read_property()
410 std_hnd = zend_get_std_object_handlers(); in dom_write_property()
458 std_hnd = zend_get_std_object_handlers(); in dom_property_exists()
663 memcpy(&dom_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp344 memcpy(&BreakIterator_handlers, zend_get_std_object_handlers(), in breakiterator_register_BreakIterator_class()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c225 memcpy(&finfo_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/date/
H A Dphp_date.c2025 memcpy(&date_object_handlers_date, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in date_register_classes()
2050 …memcpy(&date_object_handlers_immutable, zend_get_std_object_handlers(), sizeof(zend_object_handler… in date_register_classes()
2059 …memcpy(&date_object_handlers_timezone, zend_get_std_object_handlers(), sizeof(zend_object_handlers… in date_register_classes()
2085 …memcpy(&date_object_handlers_interval, zend_get_std_object_handlers(), sizeof(zend_object_handlers… in date_register_classes()
2099 memcpy(&date_object_handlers_period, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in date_register_classes()
4025 retval = (zend_get_std_object_handlers())->read_property(object, member, type, key TSRMLS_CC); in date_interval_read_property()
4047 retval = (zend_get_std_object_handlers())->read_property(object, member, type, key TSRMLS_CC); in date_interval_read_property()
4090 (zend_get_std_object_handlers())->write_property(object, member, value, key TSRMLS_CC); in date_interval_write_property()
4121 (zend_get_std_object_handlers())->write_property(object, member, value, key TSRMLS_CC); in date_interval_write_property()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp508 memcpy(&TimeZone_handlers, zend_get_std_object_handlers(), in timezone_register_IntlTimeZone_class()
/PHP-5.5/ext/zip/
H A Dphp_zip.c903 std_hnd = zend_get_std_object_handlers(); in php_zip_get_property_ptr_ptr()
951 std_hnd = zend_get_std_object_handlers(); in php_zip_read_property()
1007 std_hnd = zend_get_std_object_handlers(); in php_zip_has_property()
2784 memcpy(&zip_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp485 memcpy( &Calendar_handlers, zend_get_std_object_handlers(), in calendar_register_IntlCalendar_class()
/PHP-5.5/ext/snmp/
H A Dsnmp.c2007 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in php_snmp_read_property()
2046 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in php_snmp_write_property()
2091 zend_object_handlers * std_hnd = zend_get_std_object_handlers(); in php_snmp_has_property()
2407 memcpy(&php_snmp_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_heap.c1217 memcpy(&spl_handler_SplHeap, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
1235 …memcpy(&spl_handler_SplPriorityQueue, zend_get_std_object_handlers(), sizeof(zend_object_handlers)… in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c756 memcpy(&helper_handlers, zend_get_std_object_handlers(), sizeof(helper_handlers)); in php_com_persist_minit()

Completed in 87 milliseconds

12