Home
last modified time | relevance | path

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

/PHP-7.3/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.3/Zend/
H A Dzend_exceptions.c89 if (!instanceof_function(Z_OBJCE(pv), zend_ce_throwable)) { in zend_exception_set_previous()
286 ce = Z_OBJCE(EX(This)); in ZEND_METHOD()
352 ce = Z_OBJCE(EX(This)); in ZEND_METHOD()
986 ce_exception = Z_OBJCE(exception); in zend_exception_error()
1025 ZSTR_VAL(Z_OBJCE(zv)->name), ZSTR_VAL(ce_exception->name)); in zend_exception_error()
H A Dzend_interfaces.c268 ce_it = (Z_TYPE(iterator) == IS_OBJECT) ? Z_OBJCE(iterator) : NULL; in zend_user_it_get_new_iterator()
H A Dzend_types.h675 #define Z_OBJCE(zval) (Z_OBJ(zval)->ce) macro
676 #define Z_OBJCE_P(zval_p) Z_OBJCE(*(zval_p))
H A Dzend_object_handlers.c1710 msg = zend_read_property(Z_OBJCE(ex), &ex, "message", sizeof("message") - 1, 1, &rv); in zend_std_cast_object_tostring()
1717 ZSTR_VAL(ce->name), ZSTR_VAL(Z_OBJCE(ex)->name), Z_STRVAL_P(msg)); in zend_std_cast_object_tostring()
H A Dzend_generators.c431 if (Z_OBJCE(ptr->This) == zend_ce_generator) { in zend_generator_check_placeholder_frame()
H A Dzend_execute_API.c959 return Z_OBJCE(ex->This); in zend_get_called_scope()
H A Dzend_vm_def.h3257 if (Z_TYPE(EX(This)) == IS_OBJECT && instanceof_function(Z_OBJCE(EX(This)), ce)) {
3273 ce = Z_OBJCE(EX(This));
7101 called_scope = Z_OBJCE(EX(This));
7696 called_scope = Z_OBJCE(EX(This));
8169 ZVAL_STR_COPY(EX_VAR(opline->result.var), Z_OBJCE(EX(This))->name);
H A Dzend_vm_execute.h5323 ce = Z_OBJCE(EX(This));
7505 ce = Z_OBJCE(EX(This));
8739 ce = Z_OBJCE(EX(This));
10598 ce = Z_OBJCE(EX(This));
23628 ce = Z_OBJCE(EX(This));
25943 ce = Z_OBJCE(EX(This));
27503 ce = Z_OBJCE(EX(This));
29942 ce = Z_OBJCE(EX(This));
32045 ce = Z_OBJCE(EX(This));
33781 ce = Z_OBJCE(EX(This));
[all …]
/PHP-7.3/ext/soap/
H A Dsoap.c1350 ft = &(Z_OBJCE(service->soap_object)->function_table); in PHP_METHOD()
1466 if (instanceof_function(Z_OBJCE(exception_object), soap_fault_class_entry)) { in _soap_server_exception()
1468 } else if (instanceof_function(Z_OBJCE(exception_object), zend_ce_error)) { in _soap_server_exception()
1690 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZE…
1712 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, php_strtolower(class_name, class_name…
1796 instanceof_function(Z_OBJCE(h->retval), soap_fault_class_entry)) {
1865 instanceof_function(Z_OBJCE(retval), soap_fault_class_entry)) {
2114 instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_class_entry)) {
2180 instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_server_class_entry) &&
4067 instanceof_function(Z_OBJCE(h->retval), soap_header_class_entry)) {
/PHP-7.3/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.3/ext/spl/
H A Dspl_directory.c851 …zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_rewind, "rewind",… in SPL_METHOD()
856 …zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_valid, "valid", &… in SPL_METHOD()
863 …zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_next, "next", NUL… in SPL_METHOD()
2169 …zend_call_method_with_0_params(this_ptr, Z_OBJCE(EX(This)), &intern->u.file.func_getCurr, "getCurr… in spl_filesystem_file_read_line_ex()
H A Dphp_spl.c445 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()
1521 … if (Z_TYPE(retval) != IS_OBJECT || !instanceof_function(Z_OBJCE(retval), zend_ce_traversable)) { in spl_dual_it_construct()
/PHP-7.3/ext/xsl/
H A Dxsltprocessor.c342 if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) { in xsl_ext_function_php()
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_methods.cpp1144 …zend_call_method_with_1_params(&zv_tmp, NULL, &Z_OBJCE(zv_tmp)->constructor, "__construct", NULL, … in PHP_FUNCTION()
/PHP-7.3/ext/wddx/
H A Dwddx.c991 …zend_update_property(Z_OBJCE(ent2->data), &ent2->data, ent1->varname, strlen(ent1->varname), &ent1… in php_wddx_pop_element()
/PHP-7.3/ext/phar/
H A Dphar_object.c1794 pass.c = apply_reg ? Z_OBJCE(regexiter) : Z_OBJCE(iteriter); in PHP_METHOD()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c1338 fcc.called_scope = Z_OBJCE(reflector); in _reflection_export()

Completed in 303 milliseconds