Home
last modified time | relevance | path

Searched refs:handlers (Results 101 – 125 of 141) sorted by relevance

123456

/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c221 row->std.handlers = &pdo_row_object_handlers; in get_lazy_object()
2140 stmt->std.handlers = &pdo_dbstmt_object_handlers; in pdo_dbstmt_new()
2467 row->std.handlers = &pdo_row_object_handlers; in pdo_row_new()
H A Dpdo_dbh.c1513 dbh->std.handlers = &pdo_dbh_object_handlers; in pdo_dbh_new()
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c2293 intern->zo.handlers = &sqlite3_object_handlers; in php_sqlite3_object_new()
2309 intern->zo.handlers = &sqlite3_stmt_object_handlers; in php_sqlite3_stmt_object_new()
2325 intern->zo.handlers = &sqlite3_result_object_handlers; in php_sqlite3_result_object_new()
/PHP-8.1/Zend/
H A Dzend_types.h491 const zend_object_handlers *handlers; member
855 #define Z_OBJ_HT(zval) Z_OBJ(zval)->handlers
H A Dzend_vm_def.h1050 …if (EXPECTED((zptr = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N…
1322 …if (EXPECTED((zptr = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N…
1395 …if (EXPECTED((zptr = zobj->handlers->get_property_ptr_ptr(zobj, name, BP_VAR_RW, cache_slot)) != N…
2129 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_R, cache_slot, EX_VAR(opline->result.var…
2131 if (!EG(exception) && zobj->handlers->read_property != zend_std_read_property) {
2285 …retval = zobj->handlers->read_property(zobj, name, BP_VAR_IS, cache_slot, EX_VAR(opline->result.va…
5833 clone_call = zobj->handlers->clone_obj;
6243 Z_OBJ_P(expr)->handlers != &std_object_handlers ||
6625 properties = zobj->handlers->get_properties(zobj);
9114 if (zobj->handlers->count_elements) {
[all …]
H A Dzend_fibers.c590 fiber->std.handlers = &zend_fiber_handlers; in zend_fiber_object_create()
H A Dzend_closures.c510 closure->std.handlers = &closure_handlers; in zend_closure_new()
H A Dzend_exceptions.c247 object->handlers = &default_exception_handlers; in zend_default_exception_new_ex()
H A Dzend_generators.c424 generator->std.handlers = &zend_generator_handlers; in zend_generator_create()
/PHP-8.1/ext/xmlwriter/
H A Dphp_xmlwriter.c85 intern->std.handlers = &xmlwriter_object_handlers; in xmlwriter_object_new()
/PHP-8.1/Zend/Optimizer/
H A Dsccp.c2541 sccp.scdf.handlers.visit_instr = sccp_visit_instr; in sccp_optimize_op_array()
2542 sccp.scdf.handlers.visit_phi = sccp_visit_phi; in sccp_optimize_op_array()
2543 sccp.scdf.handlers.mark_feasible_successors = sccp_mark_feasible_successors; in sccp_optimize_op_array()
/PHP-8.1/ext/spl/
H A Dspl_iterators.c907 function_handler = (*zobject)->handlers->get_method(zobject, method, key); in spl_recursive_it_get_method()
981 intern->std.handlers = &spl_handlers_rec_it_it; in spl_RecursiveIteratorIterator_new_ex()
1251 function_handler = (*object)->handlers->get_method(object, method, key); in spl_dual_it_get_method()
2170 intern->std.handlers = &spl_handlers_dual_it; in spl_dual_it_new()
H A Dspl_fixedarray.c303 intern->std.handlers = &spl_handler_SplFixedArray; in spl_fixedarray_object_new_ex()
H A Dspl_directory.c174 intern->std.handlers = &spl_filesystem_object_handlers; in spl_filesystem_object_new_ex()
192 ret->std.handlers = &spl_filesystem_object_check_handlers; in spl_filesystem_object_new_check()
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.c376 intern->std.handlers = &xmlreader_object_handlers; in xmlreader_objects_new()
/PHP-8.1/ext/date/
H A Dphp_date.c1754 intern->std.handlers = &date_object_handlers_date; in date_object_new_date()
1889 intern->std.handlers = &date_object_handlers_timezone; in date_object_new_timezone()
2048 intern->std.handlers = &date_object_handlers_interval; in date_object_new_interval()
2124 intern->std.handlers = &date_object_handlers_period; in date_object_new_period()
5058 object->handlers->get_properties(object); /* build properties hash table */ in date_period_read_property()
/PHP-8.1/ext/intl/converter/
H A Dconverter.c914 objval->obj.handlers = &php_converter_object_handlers; in php_converter_object_ctor()
/PHP-8.1/ext/sockets/
H A Dsockets.c111 intern->std.handlers = &socket_object_handlers; in socket_create_object()
173 intern->std.handlers = &address_info_object_handlers; in address_info_create_object()
/PHP-8.1/ext/ftp/
H A Dphp_ftp.c79 zobj->handlers = &ftp_object_handlers; in ftp_object_create()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c812 || Z_OBJ_P(obj)->handlers != &std_object_handlers) {
/PHP-8.1/ext/ldap/
H A Dldap.c116 intern->std.handlers = &ldap_link_object_handlers; in ldap_link_create_object()
162 intern->std.handlers = &ldap_result_object_handlers; in ldap_result_create_object()
200 intern->std.handlers = &ldap_result_entry_object_handlers; in ldap_result_entry_create_object()
/PHP-8.1/ext/xml/
H A Dxml.c351 intern->std.handlers = &xml_parser_object_handlers; in xml_parser_create_object()
/PHP-8.1/
H A DNEWS65 . Fixed bug GH-12758 / GH-12768 (Invalid opline in OOM handlers within
135 handlers). (Jakub Zelenka)
490 . Fixed bug #78577 (Crash in DOMNameSpace debug info handlers). (nielsdos)
/PHP-8.1/ext/hash/
H A Dhash.c1378 zobj->handlers = &php_hashcontext_handlers; in php_hashcontext_create()
/PHP-8.1/ext/pgsql/
H A Dpgsql.c157 intern->std.handlers = &pgsql_link_object_handlers; in pgsql_link_create_object()
214 intern->std.handlers = &pgsql_result_object_handlers; in pgsql_result_create_object()
252 intern->std.handlers = &pgsql_lob_object_handlers; in pgsql_lob_create_object()

Completed in 262 milliseconds

123456