Home
last modified time | relevance | path

Searched refs:Z_OBJCE (Results 1 – 19 of 19) sorted by relevance

/PHP-8.3/ext/com_dotnet/
H A Dcom_wrapper.c90 …trace(" PHP Object:%p (name:%s) %s\n", Z_OBJ(disp->object), Z_OBJCE(disp->object)->name->val, meth…
279 …retval = zend_read_property(Z_OBJCE(disp->object), Z_OBJ(disp->object), Z_STRVAL_P(name), Z_STRLEN… in disp_invokeex()
281 …zend_update_property(Z_OBJCE(disp->object), Z_OBJ(disp->object), Z_STRVAL_P(name), Z_STRLEN_P(name… in disp_invokeex()
490 if (Z_OBJCE(disp->object)) { in generate_dispids()
491 zend_hash_internal_pointer_reset_ex(&Z_OBJCE(disp->object)->function_table, &pos); in generate_dispids()
493 zend_hash_get_current_key_ex(&Z_OBJCE(disp->object)->function_table, in generate_dispids()
504 zend_hash_move_forward_ex(&Z_OBJCE(disp->object)->function_table, &pos); in generate_dispids()
560 …trace("destroying COM wrapper for PHP object %p (name:%s)\n", Z_OBJ(disp->object), Z_OBJCE(disp->o… in disp_destructor()
/PHP-8.3/sapi/fuzzer/
H A Dfuzzer-unserializehash.c59 && zend_string_equals_literal(Z_OBJCE(result)->name, "HashContext")) { in LLVMFuzzerTestOneInput()
/PHP-8.3/ext/dom/
H A Dxpath.c162 if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) { in dom_xpath_ext_function_php()
H A Dparentnode.c263 const zend_class_entry *ce = Z_OBJCE(nodes[i]); in dom_sanity_check_node_list_for_insertion()
/PHP-8.3/Zend/
H A Dzend_closures.c855 (Z_OBJCE(call->This) == zend_ce_closure) in zend_closure_from_frame()
878 zend_create_fake_closure(return_value, mptr, mptr->common.scope, Z_OBJCE(instance), &instance); in zend_closure_from_frame()
H A Dzend_interfaces.c243 ce_it = (Z_TYPE(iterator) == IS_OBJECT) ? Z_OBJCE(iterator) : NULL; in zend_user_it_get_new_iterator()
H A Dzend_types.h997 #define Z_OBJCE(zval) (Z_OBJ(zval)->ce) macro
998 #define Z_OBJCE_P(zval_p) Z_OBJCE(*(zval_p))
H A Dzend_fibers.c480 instanceof_function(Z_OBJCE(transfer->value), zend_ce_throwable) in zend_fiber_switch_context()
H A Dzend_exceptions.c943 ZSTR_VAL(Z_OBJCE(zv)->name), ZSTR_VAL(ce_exception->name)); in zend_exception_error()
H A Dzend_generators.c492 if (Z_OBJCE(ptr->This) == zend_ce_generator) { in zend_generator_check_placeholder_frame()
H A Dzend_execute_API.c1252 return Z_OBJCE(ex->This); in zend_get_called_scope()
H A Dzend_vm_def.h3728 if (Z_TYPE(EX(This)) == IS_OBJECT && instanceof_function(Z_OBJCE(EX(This)), ce)) {
3741 ce = Z_OBJCE(EX(This));
8167 called_scope = Z_OBJCE(EX(This));
8765 called_scope = Z_OBJCE(EX(This));
9416 ZVAL_STR_COPY(EX_VAR(opline->result.var), Z_OBJCE(EX(This))->name);
H A Dzend_vm_execute.h7048 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
9568 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
10321 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
11955 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
24764 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
27632 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
29146 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
32020 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
34177 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
36232 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
[all …]
/PHP-8.3/ext/soap/
H A Dsoap.c1010 ft = &(Z_OBJCE(service->soap_object)->function_table); in PHP_METHOD()
1131 if (instanceof_function(Z_OBJCE(exception_object), soap_fault_class_entry)) { in _soap_server_exception()
1133 } else if (instanceof_function(Z_OBJCE(exception_object), zend_ce_error)) { in _soap_server_exception()
1434 instanceof_function(Z_OBJCE(h->retval), soap_fault_class_entry)) {
1495 instanceof_function(Z_OBJCE(retval), soap_fault_class_entry)) {
1741 instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_class_entry)) {
3614 instanceof_function(Z_OBJCE(h->retval), soap_header_class_entry);
/PHP-8.3/ext/xsl/
H A Dxsltprocessor.c274 …} else if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entr… in xsl_ext_function_php()
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_methods.cpp1014 …zend_call_known_instance_method_with_1_params(Z_OBJCE(zv_tmp)->constructor, Z_OBJ(zv_tmp), NULL, &… in PHP_FUNCTION()
/PHP-8.3/ext/spl/
H A Dspl_array.c989 zend_class_entry *ce = Z_OBJCE(object->array); in spl_array_it_get_current_data()
H A Dspl_iterators.c380 !((ce = Z_OBJCE(child)) && instanceof_function(ce, spl_ce_RecursiveIterator))) { in spl_recursive_it_move_forward_ex()
/PHP-8.3/ext/phar/
H A Dphar_object.c1778 pass.c = apply_reg ? Z_OBJCE(regexiter) : Z_OBJCE(iteriter); in PHP_METHOD()

Completed in 355 milliseconds