Home
last modified time | relevance | path

Searched refs:handlers (Results 76 – 100 of 128) sorted by relevance

123456

/PHP-8.0/Zend/
H A Dzend_weakrefs.c195 wr->std.handlers = &zend_weakref_handlers; in zend_weakref_new()
288 wm->std.handlers = &zend_weakmap_handlers; in zend_weakmap_create_object()
H A Dzend_vm_execute.h4594 clone_call = zobj->handlers->clone_obj; in ZEND_CLONE_SPEC_CONST_HANDLER()
4875 properties = zobj->handlers->get_properties(zobj); in ZEND_FE_RESET_R_SPEC_CONST_HANDLER()
10382 if (zobj->handlers->count_elements) { in ZEND_COUNT_SPEC_CONST_UNUSED_HANDLER()
14232 clone_call = zobj->handlers->clone_obj; in ZEND_CLONE_SPEC_TMPVAR_HANDLER()
17597 if (zobj->handlers->count_elements) { in ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER()
18888 properties = zobj->handlers->get_properties(zobj); in ZEND_FE_RESET_R_SPEC_TMP_HANDLER()
21507 properties = zobj->handlers->get_properties(zobj); in ZEND_FE_RESET_R_SPEC_VAR_HANDLER()
31325 clone_call = zobj->handlers->clone_obj; in ZEND_CLONE_SPEC_UNUSED_HANDLER()
38232 clone_call = zobj->handlers->clone_obj; in ZEND_CLONE_SPEC_CV_HANDLER()
38444 properties = zobj->handlers->get_properties(zobj); in ZEND_FE_RESET_R_SPEC_CV_HANDLER()
[all …]
H A Dzend_interfaces.c448 intern->std.handlers = &zend_internal_iterator_handlers; in zend_internal_iterator_create()
H A Dzend_API.c580 if (zobj->handlers->cast_object(zobj, &obj, IS_STRING) == SUCCESS) { in zend_parse_arg_str_weak()
1201 zend_object_write_property_t write_property = zobj->handlers->write_property; in zend_merge_properties()
3254 fcc->function_handler = fcc->object->handlers->get_method(&fcc->object, mname, NULL); in zend_is_callable_check_func()
4149 object->handlers->write_property(object, name, value, NULL); in zend_update_property_ex()
4163 object->handlers->write_property(object, property, value, NULL); in zend_update_property()
4187 object->handlers->unset_property(object, property, 0); in zend_unset_property()
4358 value = object->handlers->read_property(object, name, silent?BP_VAR_IS:BP_VAR_R, NULL, rv); in zend_read_property_ex()
H A Dzend_types.h482 const zend_object_handlers *handlers; member
822 #define Z_OBJ_HT(zval) Z_OBJ(zval)->handlers
/PHP-8.0/ext/spl/
H A Dspl_dllist.c401 intern->std.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
404 intern->std.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
408 intern->std.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
H A Dspl_observer.c203 intern->std.handlers = &spl_handler_SplObjectStorage; in spl_object_storage_new_ex()
251 props = obj->handlers->get_properties(obj); in spl_object_storage_debug_info()
H A Dspl_fixedarray.c275 intern->std.handlers = &spl_handler_SplFixedArray; in spl_fixedarray_object_new_ex()
/PHP-8.0/ext/sysvshm/
H A Dsysvshm.c51 intern->std.handlers = &sysvshm_object_handlers; in sysvshm_create_object()
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_class.cpp387 intern->zo.handlers = &TimeZone_handlers; in TimeZone_object_create()
/PHP-8.0/ext/sysvmsg/
H A Dsysvmsg.c90 intern->std.handlers = &sysvmsg_queue_object_handlers; in sysvmsg_queue_create_object()
/PHP-8.0/ext/dom/
H A Dphp_dom.c484 clone->std.handlers = dom_get_obj_handlers(); in dom_objects_store_clone_obj()
1033 intern->std.handlers = dom_get_obj_handlers(); in dom_objects_new()
1048 intern->dom.std.handlers = &dom_xpath_object_handlers; in dom_xpath_objects_new()
1107 intern->std.handlers = &dom_nnodemap_object_handlers; in dom_nnodemap_objects_new()
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.c103 intern->zo.handlers = &finfo_object_handlers; in finfo_objects_new()
/PHP-8.0/ext/tidy/
H A Dtidy.c469 static zend_object *tidy_object_new(zend_class_entry *class_type, zend_object_handlers *handlers, t… in tidy_object_new() argument
507 intern->std.handlers = handlers; in tidy_object_new()
/PHP-8.0/ext/com_dotnet/
H A Dcom_saproxy.c443 proxy->std.handlers = &php_com_saproxy_handlers; in php_com_saproxy_create()
H A Dcom_persist.c717 helper->std.handlers = &helper_handlers; in helper_new()
H A Dcom_handlers.c631 obj->zo.handlers = &php_com_object_handlers; in php_com_object_new()
/PHP-8.0/ext/phar/
H A Dphar_object.c1116 phar_obj = (phar_archive_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
1343 …bject *phar_obj = (phar_archive_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); \
1354 …_object *phar_obj = (phar_archive_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
1448 …bject *intern = (spl_filesystem_object*)((char*)Z_OBJ_P(value) - Z_OBJ_P(value)->handlers->offset); in phar_build()
4431 entry_obj = (phar_entry_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
4482 …phar_entry_object *entry_obj = (phar_entry_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers
4493 …phar_entry_object *entry_obj = (phar_entry_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers in PHP_METHOD()
/PHP-8.0/ext/ffi/
H A Dffi.c248 cdata->std.handlers = &zend_ffi_cdata_handlers; in zend_ffi_cdata_new()
435 cdata->std.handlers = in zend_ffi_cdata_to_zval_slow()
451 cdata->std.handlers = &zend_ffi_cdata_handlers; in zend_ffi_cdata_to_zval_slow_ptr()
465 cdata->std.handlers = in zend_ffi_cdata_to_zval_slow_ret()
2125 ctype->std.handlers = &zend_ffi_ctype_handlers; in zend_ffi_ctype_new()
2212 ffi->std.handlers = &zend_ffi_handlers; in zend_ffi_new()
2424 cdata->std.handlers = &zend_ffi_cdata_handlers; in zend_ffi_read_var()
3746 cdata->std.handlers = &zend_ffi_cdata_value_handlers; in ZEND_METHOD()
3786 cdata->std.handlers = &zend_ffi_cdata_free_handlers; in ZEND_METHOD()
3883 cdata->std.handlers = &zend_ffi_cdata_value_handlers; in ZEND_METHOD()
[all …]
/PHP-8.0/ext/zlib/
H A Dzlib.c64 intern->std.handlers = &inflate_context_object_handlers; in inflate_context_create_object()
103 intern->std.handlers = &deflate_context_object_handlers; in deflate_context_create_object()
/PHP-8.0/ext/zend_test/
H A Dtest.c313 obj->handlers = &zend_test_class_handlers; in zend_test_class_new()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c2281 intern->zo.handlers = &sqlite3_object_handlers; in php_sqlite3_object_new()
2297 intern->zo.handlers = &sqlite3_stmt_object_handlers; in php_sqlite3_stmt_object_new()
2313 intern->zo.handlers = &sqlite3_result_object_handlers; in php_sqlite3_result_object_new()
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.c85 intern->std.handlers = &xmlwriter_object_handlers; in xmlwriter_object_new()
/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c2555 sccp.scdf.handlers.visit_instr = sccp_visit_instr; in sccp_optimize_op_array()
2556 sccp.scdf.handlers.visit_phi = sccp_visit_phi; in sccp_optimize_op_array()
2557 sccp.scdf.handlers.mark_feasible_successors = sccp_mark_feasible_successors; in sccp_optimize_op_array()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c221 row->std.handlers = &pdo_row_object_handlers; in get_lazy_object()
2213 stmt->std.handlers = &pdo_dbstmt_object_handlers; in pdo_dbstmt_new()
2574 row->std.handlers = &pdo_row_object_handlers; in pdo_row_new()

Completed in 304 milliseconds

123456