Home
last modified time | relevance | path

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

12

/PHP-5.4/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.c427 memcpy(&closure_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in zend_register_closure_ce()
H A Dzend_exceptions.c793 memcpy(&default_exception_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in zend_register_default_exception()
/PHP-5.4/ext/intl/collator/
H A Dcollator_class.c147 memcpy(&Collator_handlers, zend_get_std_object_handlers(), in collator_register_Collator_class()
/PHP-5.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c158 memcpy(&Spoofchecker_handlers, zend_get_std_object_handlers(), in spoofchecker_register_Spoofchecker_class()
/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_class.c172 memcpy(&MessageFormatter_handlers, zend_get_std_object_handlers(), in msgformat_register_class()
/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_class.c197 memcpy(&IntlDateFormatter_handlers, zend_get_std_object_handlers(), in dateformat_register_IntlDateFormatter_class()
/PHP-5.4/ext/intl/formatter/
H A Dformatter_class.c206 memcpy(&NumberFormatter_handlers, zend_get_std_object_handlers(), in formatter_register_class()
/PHP-5.4/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.4/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.4/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.4/ext/intl/transliterator/
H A Dtransliterator_class.c404 memcpy( &Transliterator_handlers, zend_get_std_object_handlers(), in transliterator_register_Transliterator_class()
/PHP-5.4/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.4/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.4/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()
2776 memcpy(&zip_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/date/
H A Dphp_date.c1953 memcpy(&date_object_handlers_date, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in date_register_classes()
1978 …memcpy(&date_object_handlers_timezone, zend_get_std_object_handlers(), sizeof(zend_object_handlers… in date_register_classes()
2002 …memcpy(&date_object_handlers_interval, zend_get_std_object_handlers(), sizeof(zend_object_handlers… in date_register_classes()
2016 memcpy(&date_object_handlers_period, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in date_register_classes()
3533 retval = (zend_get_std_object_handlers())->read_property(object, member, type, key TSRMLS_CC); in date_interval_read_property()
3555 retval = (zend_get_std_object_handlers())->read_property(object, member, type, key TSRMLS_CC); in date_interval_read_property()
3598 (zend_get_std_object_handlers())->write_property(object, member, value, key TSRMLS_CC); in date_interval_write_property()
3629 (zend_get_std_object_handlers())->write_property(object, member, value, key TSRMLS_CC); in date_interval_write_property()
/PHP-5.4/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()
2399 memcpy(&php_snmp_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-5.4/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()
H A Dspl_fixedarray.c1144 memcpy(&spl_handler_SplFixedArray, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1347 …memcpy(&spl_handler_SplDoublyLinkedList, zend_get_std_object_handlers(), sizeof(zend_object_handle… in PHP_MINIT_FUNCTION()
/PHP-5.4/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-5.4/ext/simplexml/
H A Dsimplexml.c2638 sxe_object_handlers.get_method = zend_get_std_object_handlers()->get_method; in PHP_MINIT_FUNCTION()
2639 sxe_object_handlers.get_constructor = zend_get_std_object_handlers()->get_constructor; in PHP_MINIT_FUNCTION()
2640 sxe_object_handlers.get_class_entry = zend_get_std_object_handlers()->get_class_entry; in PHP_MINIT_FUNCTION()
2641 sxe_object_handlers.get_class_name = zend_get_std_object_handlers()->get_class_name; in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c2246 memcpy(&sqlite3_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
2247 …memcpy(&sqlite3_stmt_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)…
2248 …memcpy(&sqlite3_result_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handler…

Completed in 125 milliseconds

12