Home
last modified time | relevance | path

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

123

/PHP-5.5/Zend/
H A Dzend_types.h54 typedef struct _zend_object_handlers zend_object_handlers; typedef
59 const zend_object_handlers *handlers;
H A Dzend_objects_API.h41 const zend_object_handlers *handlers;
71 …jects_store_del_ref_by_handle_ex(zend_object_handle handle, const zend_object_handlers *handlers T…
89 ZEND_API zend_object_handlers *zend_get_std_object_handlers(void);
H A Dzend_iterators.c27 static zend_object_handlers iterator_object_handlers = {
H A Dzend_objects_API.c187 …jects_store_del_ref_by_handle_ex(zend_object_handle handle, const zend_object_handlers *handlers T… in zend_objects_store_del_ref_by_handle_ex()
321 static zend_object_handlers zend_object_proxy_handlers;
386 ZEND_API zend_object_handlers *zend_get_std_object_handlers(void) in zend_get_std_object_handlers()
391 static zend_object_handlers zend_object_proxy_handlers = {
H A DMakefile.am16 zend_ini.c zend_qsort.c zend_objects.c zend_object_handlers.c \
H A DOBJECTS2_HOWTO116 zend_object_handlers *handlers;
143 } zend_object_handlers;
145 See zend_object_handlers.h for prototypes. All objects are passed as zval's.
H A Dzend_gc.h87 const zend_object_handlers *handlers;
/PHP-5.5/ext/pdo/
H A Dphp_pdo_int.h44 extern zend_object_handlers pdo_dbstmt_object_handlers;
52 extern zend_object_handlers pdo_row_object_handlers;
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.h63 extern zend_object_handlers Transliterator_handlers;
/PHP-5.5/ext/standard/
H A Dincomplete_class.c33 static zend_object_handlers php_incomplete_object_handlers;
124 memcpy(&php_incomplete_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in php_create_incomplete_class()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.h69 extern zend_object_handlers BreakIterator_handlers;
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.h68 extern zend_object_handlers Calendar_handlers;
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.h70 extern zend_object_handlers TimeZone_handlers;
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.h64 extern zend_object_handlers IntlIterator_handlers;
/PHP-5.5/ext/spl/
H A Dconfig.m410 …return ((sizeof(zend_object_handle) + sizeof(zend_object_handlers*)) == sizeof(zend_object_value))…
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c31 static zend_object_handlers xsl_object_handlers;
159 memcpy(&xsl_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_INI_END()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c51 static zend_object_handlers finfo_object_handlers;
112 retval.handlers = (zend_object_handlers *) &finfo_object_handlers; in finfo_objects_new()
225 memcpy(&finfo_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/intl/collator/
H A Dcollator_class.c32 static zend_object_handlers Collator_handlers;
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c26 static zend_object_handlers Spoofchecker_handlers;
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c30 static zend_object_handlers MessageFormatter_handlers;
/PHP-5.5/ext/mysqli/
H A Dmysqli.c63 static zend_object_handlers mysqli_object_handlers;
352 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/xmlreader/
H A Dphp_xmlreader.c38 static zend_object_handlers xmlreader_object_handlers;
122 zend_object_handlers *std_hnd; in xmlreader_get_property_ptr_ptr()
156 zend_object_handlers *std_hnd; in xmlreader_read_property()
198 zend_object_handlers *std_hnd; 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/sqlite3/
H A Dsqlite3.c83 static zend_object_handlers sqlite3_object_handlers;
84 static zend_object_handlers sqlite3_stmt_object_handlers;
85 static zend_object_handlers sqlite3_result_object_handlers;
2172 retval.handlers = (zend_object_handlers *) &sqlite3_object_handlers;
2193 retval.handlers = (zend_object_handlers *) &sqlite3_stmt_object_handlers;
2216 retval.handlers = (zend_object_handlers *) &sqlite3_result_object_handlers;
2251 memcpy(&sqlite3_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
2252 …memcpy(&sqlite3_stmt_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)…
2253 …cpy(&sqlite3_result_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c30 static zend_object_handlers NumberFormatter_handlers;
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c31 static zend_object_handlers IntlDateFormatter_handlers;

Completed in 45 milliseconds

123