Home
last modified time | relevance | path

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

123456

/PHP-8.1/ext/spl/
H A Dspl_array.c190 } else if (orig->handlers == &spl_handler_ArrayObject) { in spl_array_object_new_ex()
194 ZEND_ASSERT(orig->handlers == &spl_handler_ArrayIterator); in spl_array_object_new_ex()
208 intern->std.handlers = &spl_handler_ArrayIterator; in spl_array_object_new_ex()
211 intern->std.handlers = &spl_handler_ArrayObject; in spl_array_object_new_ex()
244 if (intern->std.handlers == &spl_handler_ArrayIterator) { in spl_array_object_new_ex()
829 base = obj->handlers == &spl_handler_ArrayIterator in spl_array_get_debug_info()
H A Dspl_dllist.c352 intern->std.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
355 intern->std.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
359 intern->std.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
H A Dspl_observer.c206 intern->std.handlers = &spl_handler_SplObjectStorage; in spl_object_storage_new_ex()
253 props = obj->handlers->get_properties(obj); in spl_object_storage_debug_info()
/PHP-8.1/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm88 ; at its end by RaiseException all seh-handlers are disregarded if not present and the
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c70 rb->zend.handlers = &ResourceBundle_object_handlers; in ResourceBundle_object_create()
/PHP-8.1/Zend/
H A Dzend_execute.c1406 obj->handlers->write_dimension(obj, dim, value); in zend_assign_to_object_dim()
1449 obj->handlers->write_dimension(obj, property, &res); in zend_binary_assign_op_obj_dim()
2016 z =object->handlers->read_property(object, name, BP_VAR_R, cache_slot, &rv); in zend_post_incdec_overloaded_property()
2030 object->handlers->write_property(object, name, &z_copy, cache_slot); in zend_post_incdec_overloaded_property()
2063 object->handlers->write_property(object, name, &z_copy, cache_slot); in zend_pre_incdec_overloaded_property()
2086 object->handlers->write_property(object, name, &res, cache_slot); in zend_assign_op_overloaded_property()
2571 retval = obj->handlers->read_dimension(obj, dim, type, result); in zend_fetch_dimension_address()
2777 retval = obj->handlers->read_dimension(obj, dim, type, result); in zend_fetch_dimension_address_read()
3171 ptr = zobj->handlers->get_property_ptr_ptr(zobj, name, type, cache_slot); in zend_fetch_property_address()
3173 ptr = zobj->handlers->read_property(zobj, name, type, cache_slot, result); in zend_fetch_property_address()
[all …]
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.h4748 clone_call = zobj->handlers->clone_obj; in ZEND_CLONE_SPEC_CONST_HANDLER()
5036 properties = zobj->handlers->get_properties(zobj); in ZEND_FE_RESET_R_SPEC_CONST_HANDLER()
10589 if (zobj->handlers->count_elements) { in ZEND_COUNT_SPEC_CONST_UNUSED_HANDLER()
14441 clone_call = zobj->handlers->clone_obj; in ZEND_CLONE_SPEC_TMPVAR_HANDLER()
17834 if (zobj->handlers->count_elements) { in ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER()
19132 properties = zobj->handlers->get_properties(zobj); in ZEND_FE_RESET_R_SPEC_TMP_HANDLER()
21794 properties = zobj->handlers->get_properties(zobj); in ZEND_FE_RESET_R_SPEC_VAR_HANDLER()
31725 clone_call = zobj->handlers->clone_obj; in ZEND_CLONE_SPEC_UNUSED_HANDLER()
38638 clone_call = zobj->handlers->clone_obj; in ZEND_CLONE_SPEC_CV_HANDLER()
38856 properties = zobj->handlers->get_properties(zobj); in ZEND_FE_RESET_R_SPEC_CV_HANDLER()
[all …]
H A Dzend_enum.c47 zobj->handlers = &enum_handlers; in zend_enum_new()
H A Dzend_interfaces.c452 intern->std.handlers = &zend_internal_iterator_handlers; in zend_internal_iterator_create()
H A Dzend_API.c660 if (zobj->handlers->cast_object(zobj, &obj, IS_STRING) == SUCCESS) { in zend_parse_arg_str_weak()
1282 zend_object_write_property_t write_property = zobj->handlers->write_property; in zend_merge_properties()
3619 fcc->function_handler = fcc->object->handlers->get_method(&fcc->object, mname, NULL); in zend_is_callable_check_func()
4531 object->handlers->write_property(object, name, value, NULL); in zend_update_property_ex()
4545 object->handlers->write_property(object, property, value, NULL); in zend_update_property()
4569 object->handlers->unset_property(object, property, 0); in zend_unset_property()
4740 value = object->handlers->read_property(object, name, silent?BP_VAR_IS:BP_VAR_R, NULL, rv); in zend_read_property_ex()
/PHP-8.1/ext/zend_test/
H A Dfiber.c153 fiber->std.handlers = &zend_test_fiber_handlers; in zend_test_fiber_object_create()
H A Dtest.c450 obj->handlers = &zend_test_class_handlers; in zend_test_class_new()
/PHP-8.1/docs/
H A Doutput-api.md113 or handlers implemented in C to be used with ob_start() can contain a non-global
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_class.cpp380 intern->zo.handlers = &TimeZone_handlers; in TimeZone_object_create()
/PHP-8.1/ext/sysvmsg/
H A Dsysvmsg.c89 intern->std.handlers = &sysvmsg_queue_object_handlers; in sysvmsg_queue_create_object()
/PHP-8.1/ext/sysvshm/
H A Dsysvshm.c50 intern->std.handlers = &sysvshm_object_handlers; in sysvshm_create_object()
/PHP-8.1/ext/fileinfo/
H A Dfileinfo.c92 intern->zo.handlers = &finfo_object_handlers; in finfo_objects_new()
/PHP-8.1/ext/tidy/
H A Dtidy.c452 static zend_object *tidy_object_new(zend_class_entry *class_type, zend_object_handlers *handlers, t… in tidy_object_new() argument
490 intern->std.handlers = handlers; in tidy_object_new()
/PHP-8.1/ext/com_dotnet/
H A Dcom_saproxy.c443 proxy->std.handlers = &php_com_saproxy_handlers; in php_com_saproxy_create()
H A Dcom_handlers.c631 obj->zo.handlers = &php_com_object_handlers; in php_com_object_new()
H A Dcom_persist.c717 helper->std.handlers = &helper_handlers; in helper_new()
/PHP-8.1/ext/phar/
H A Dphar_object.c1109 phar_obj = (phar_archive_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
1340 …bject *phar_obj = (phar_archive_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); \
1351 …_object *phar_obj = (phar_archive_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
1443 …bject *intern = (spl_filesystem_object*)((char*)Z_OBJ_P(value) - Z_OBJ_P(value)->handlers->offset); in phar_build()
4414 entry_obj = (phar_entry_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers->offset); in PHP_METHOD()
4465 …phar_entry_object *entry_obj = (phar_entry_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers
4476 …phar_entry_object *entry_obj = (phar_entry_object*)((char*)Z_OBJ_P(zobj) - Z_OBJ_P(zobj)->handlers in PHP_METHOD()
/PHP-8.1/ext/zlib/
H A Dzlib.c63 intern->std.handlers = &inflate_context_object_handlers; in inflate_context_create_object()
102 intern->std.handlers = &deflate_context_object_handlers; in deflate_context_create_object()
/PHP-8.1/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()
2134 ctype->std.handlers = &zend_ffi_ctype_handlers; in zend_ffi_ctype_new()
2225 ffi->std.handlers = &zend_ffi_handlers; in zend_ffi_new()
2445 cdata->std.handlers = &zend_ffi_cdata_handlers; in zend_ffi_read_var()
3765 cdata->std.handlers = &zend_ffi_cdata_value_handlers; in ZEND_METHOD()
3805 cdata->std.handlers = &zend_ffi_cdata_free_handlers; in ZEND_METHOD()
3900 cdata->std.handlers = &zend_ffi_cdata_value_handlers; in ZEND_METHOD()
[all …]

Completed in 304 milliseconds

123456