Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_wrapper.c92 …trace(" PHP Object:%p (name:%s) %s\n", Z_OBJ(disp->object), Z_OBJCE(disp->object)->name->val, meth…
283 …retval = zend_read_property(Z_OBJCE(disp->object), &disp->object, Z_STRVAL_P(name), Z_STRLEN_P(nam… in disp_invokeex()
285 …zend_update_property(Z_OBJCE(disp->object), &disp->object, Z_STRVAL_P(name), Z_STRLEN_P(name), &pa… in disp_invokeex()
494 if (Z_OBJCE(disp->object)) { in generate_dispids()
495 zend_hash_internal_pointer_reset_ex(&Z_OBJCE(disp->object)->function_table, &pos); in generate_dispids()
497 zend_hash_get_current_key_ex(&Z_OBJCE(disp->object)->function_table, in generate_dispids()
508 zend_hash_move_forward_ex(&Z_OBJCE(disp->object)->function_table, &pos); in generate_dispids()
564 …trace("destroying COM wrapper for PHP object %p (name:%s)\n", Z_OBJ(disp->object), Z_OBJCE(disp->o… in disp_destructor()
/PHP-7.4/Zend/
H A Dzend_exceptions.c89 if (!instanceof_function(Z_OBJCE(pv), zend_ce_throwable)) { in zend_exception_set_previous()
290 ce = Z_OBJCE(EX(This)); in ZEND_METHOD()
356 ce = Z_OBJCE(EX(This)); in ZEND_METHOD()
1029 ZSTR_VAL(Z_OBJCE(zv)->name), ZSTR_VAL(ce_exception->name)); in zend_exception_error()
H A Dzend_interfaces.c269 ce_it = (Z_TYPE(iterator) == IS_OBJECT) ? Z_OBJCE(iterator) : NULL; in zend_user_it_get_new_iterator()
H A Dzend_types.h713 #define Z_OBJCE(zval) (Z_OBJ(zval)->ce) macro
714 #define Z_OBJCE_P(zval_p) Z_OBJCE(*(zval_p))
H A Dzend_generators.c459 if (Z_OBJCE(ptr->This) == zend_ce_generator) { in zend_generator_check_placeholder_frame()
H A Dzend_execute_API.c1032 return Z_OBJCE(ex->This); in zend_get_called_scope()
H A Dzend_vm_def.h3723 if (Z_TYPE(EX(This)) == IS_OBJECT && instanceof_function(Z_OBJCE(EX(This)), ce)) {
3740 ce = Z_OBJCE(EX(This));
7654 called_scope = Z_OBJCE(EX(This));
8253 called_scope = Z_OBJCE(EX(This));
8752 ZVAL_STR_COPY(EX_VAR(opline->result.var), Z_OBJCE(EX(This))->name);
H A Dzend_vm_execute.h5987 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
8258 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
9180 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
10719 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
23889 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
26084 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()
27573 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
29808 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
31915 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
33708 ce = Z_OBJCE(EX(This)); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
[all …]
/PHP-7.4/ext/soap/
H A Dsoap.c1349 ft = &(Z_OBJCE(service->soap_object)->function_table); in PHP_METHOD()
1465 if (instanceof_function(Z_OBJCE(exception_object), soap_fault_class_entry)) { in _soap_server_exception()
1467 } else if (instanceof_function(Z_OBJCE(exception_object), zend_ce_error)) { in _soap_server_exception()
1697 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZE…
1719 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, php_strtolower(class_name, class_name…
1801 instanceof_function(Z_OBJCE(h->retval), soap_fault_class_entry)) {
1870 instanceof_function(Z_OBJCE(retval), soap_fault_class_entry)) {
2117 instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_class_entry)) {
2183 instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_server_class_entry) &&
4093 instanceof_function(Z_OBJCE(h->retval), soap_header_class_entry)) {
/PHP-7.4/ext/dom/
H A Dxpath.c203 if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) { in dom_xpath_ext_function_php()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c345 if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) { in xsl_ext_function_php()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp1136 …zend_call_method_with_1_params(&zv_tmp, NULL, &Z_OBJCE(zv_tmp)->constructor, "__construct", NULL, … in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dphp_spl.c449 fcic.called_scope = Z_OBJCE(alfi->obj); in PHP_FUNCTION()
H A Dspl_iterators.c349 !((ce = Z_OBJCE(child)) && instanceof_function(ce, spl_ce_RecursiveIterator))) { in spl_recursive_it_move_forward_ex()
1502 … if (Z_TYPE(retval) != IS_OBJECT || !instanceof_function(Z_OBJCE(retval), zend_ce_traversable)) { in spl_dual_it_construct()
/PHP-7.4/ext/phar/
H A Dphar_object.c1807 pass.c = apply_reg ? Z_OBJCE(regexiter) : Z_OBJCE(iteriter); in PHP_METHOD()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1356 fcc.called_scope = Z_OBJCE(reflector); in _reflection_export()

Completed in 244 milliseconds