Home
last modified time | relevance | path

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

/PHP-7.2/ext/com_dotnet/
H A Dcom_wrapper.c94 …trace(" PHP Object:%p (name:%s) %s\n", Z_OBJ(disp->object), Z_OBJCE(disp->object)->name->val, meth…
285 …retval = zend_read_property(Z_OBJCE(disp->object), &disp->object, Z_STRVAL_P(name), Z_STRLEN_P(nam… in disp_invokeex()
287 …zend_update_property(Z_OBJCE(disp->object), &disp->object, Z_STRVAL_P(name), Z_STRLEN_P(name), &pa… in disp_invokeex()
496 if (Z_OBJCE(disp->object)) { in generate_dispids()
497 zend_hash_internal_pointer_reset_ex(&Z_OBJCE(disp->object)->function_table, &pos); in generate_dispids()
499 zend_hash_get_current_key_ex(&Z_OBJCE(disp->object)->function_table, in generate_dispids()
510 zend_hash_move_forward_ex(&Z_OBJCE(disp->object)->function_table, &pos); in generate_dispids()
566 …trace("destroying COM wrapper for PHP object %p (name:%s)\n", Z_OBJ(disp->object), Z_OBJCE(disp->o… in disp_destructor()
/PHP-7.2/Zend/
H A Dzend_exceptions.c84 if (!instanceof_function(Z_OBJCE(pv), zend_ce_throwable)) { in zend_exception_set_previous()
280 ce = Z_OBJCE(EX(This)); in ZEND_METHOD()
347 ce = Z_OBJCE(EX(This)); in ZEND_METHOD()
977 ce_exception = Z_OBJCE(exception); in zend_exception_error()
1015 ZSTR_VAL(Z_OBJCE(zv)->name), ZSTR_VAL(ce_exception->name)); in zend_exception_error()
H A Dzend_interfaces.c267 ce_it = (Z_TYPE(iterator) == IS_OBJECT) ? Z_OBJCE(iterator) : NULL; in zend_user_it_get_new_iterator()
H A Dzend_types.h608 #define Z_OBJCE(zval) (Z_OBJ(zval)->ce) macro
609 #define Z_OBJCE_P(zval_p) Z_OBJCE(*(zval_p))
H A Dzend_object_handlers.c1652 msg = zend_read_property(Z_OBJCE(ex), &ex, "message", sizeof("message") - 1, 1, &rv); in zend_std_cast_object_tostring()
1659 ZSTR_VAL(ce->name), ZSTR_VAL(Z_OBJCE(ex)->name), Z_STRVAL_P(msg)); in zend_std_cast_object_tostring()
H A Dzend_generators.c435 if (Z_OBJCE(ptr->This) == zend_ce_generator) { in zend_generator_check_placeholder_frame()
H A Dzend_execute_API.c1020 return Z_OBJCE(ex->This); in zend_get_called_scope()
H A Dzend_vm_def.h3196 if (Z_TYPE(EX(This)) == IS_OBJECT && instanceof_function(Z_OBJCE(EX(This)), ce)) {
3226 ce = Z_OBJCE(EX(This));
7194 called_scope = Z_OBJCE(EX(This));
7762 called_scope = Z_OBJCE(EX(This));
8221 ZVAL_STR_COPY(EX_VAR(opline->result.var), Z_OBJCE(EX(This))->name);
H A Dzend_vm_execute.h5547 ce = Z_OBJCE(EX(This));
7509 ce = Z_OBJCE(EX(This));
9598 ce = Z_OBJCE(EX(This));
11621 ce = Z_OBJCE(EX(This));
19594 ce = Z_OBJCE(EX(This));
21394 ce = Z_OBJCE(EX(This));
23995 ce = Z_OBJCE(EX(This));
26496 ce = Z_OBJCE(EX(This));
28416 ce = Z_OBJCE(EX(This));
29194 ce = Z_OBJCE(EX(This));
[all …]
/PHP-7.2/ext/soap/
H A Dsoap.c1368 ft = &(Z_OBJCE(service->soap_object)->function_table); in PHP_METHOD()
1488 if (instanceof_function(Z_OBJCE(exception_object), soap_fault_class_entry)) { in _soap_server_exception()
1490 } else if (instanceof_function(Z_OBJCE(exception_object), zend_ce_error)) { in _soap_server_exception()
1712 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZE…
1734 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, php_strtolower(class_name, class_name…
1818 instanceof_function(Z_OBJCE(h->retval), soap_fault_class_entry)) {
1887 instanceof_function(Z_OBJCE(retval), soap_fault_class_entry)) {
2134 instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_class_entry)) {
2200 instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_server_class_entry) &&
4076 instanceof_function(Z_OBJCE(h->retval), soap_header_class_entry)) {
/PHP-7.2/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.2/ext/spl/
H A Dspl_directory.c850 …zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_rewind, "rewind",… in SPL_METHOD()
855 …zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_valid, "valid", &… in SPL_METHOD()
864 …zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_next, "next", NUL… in SPL_METHOD()
2189 …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.c448 fcic.called_scope = Z_OBJCE(alfi->obj); in PHP_FUNCTION()
H A Dspl_iterators.c351 !((ce = Z_OBJCE(child)) && instanceof_function(ce, spl_ce_RecursiveIterator))) { in spl_recursive_it_move_forward_ex()
1525 … if (Z_TYPE(retval) != IS_OBJECT || !instanceof_function(Z_OBJCE(retval), zend_ce_traversable)) { in spl_dual_it_construct()
/PHP-7.2/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.2/ext/wddx/
H A Dwddx.c995 …zend_update_property(Z_OBJCE(ent2->data), &ent2->data, ent1->varname, strlen(ent1->varname), &ent1… in php_wddx_pop_element()
/PHP-7.2/ext/phar/
H A Dphar_object.c1840 pass.c = apply_reg ? Z_OBJCE(regexiter) : Z_OBJCE(iteriter); in PHP_METHOD()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c76 if ((Z_TYPE(EX(This)) != IS_OBJECT) || !instanceof_function(Z_OBJCE(EX(This)), ce)) { \
1372 fcc.called_scope = Z_OBJCE(reflector); in _reflection_export()

Completed in 281 milliseconds