Searched refs:Z_OBJCE (Results 1 – 17 of 17) sorted by relevance
/PHP-7.1/ext/com_dotnet/ |
H A D | com_wrapper.c | 94 …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.1/Zend/ |
H A D | zend_exceptions.c | 84 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() 993 ce_exception = Z_OBJCE(exception); in zend_exception_error() 1031 ZSTR_VAL(Z_OBJCE(zv)->name), ZSTR_VAL(ce_exception->name)); in zend_exception_error()
|
H A D | zend_interfaces.c | 283 ce_it = (Z_TYPE(iterator) == IS_OBJECT) ? Z_OBJCE(iterator) : NULL; in zend_user_it_get_new_iterator()
|
H A D | zend_types.h | 549 #define Z_OBJCE(zval) (Z_OBJ(zval)->ce) macro 550 #define Z_OBJCE_P(zval_p) Z_OBJCE(*(zval_p))
|
H A D | zend_object_handlers.c | 1664 msg = zend_read_property(Z_OBJCE(ex), &ex, "message", sizeof("message") - 1, 1, &rv); in zend_std_cast_object_tostring() 1671 ZSTR_VAL(ce->name), ZSTR_VAL(Z_OBJCE(ex)->name), Z_STRVAL_P(msg)); in zend_std_cast_object_tostring()
|
H A D | zend_generators.c | 431 if (Z_OBJCE(ptr->This) == zend_ce_generator) { in zend_generator_check_placeholder_frame()
|
H A D | zend_execute_API.c | 1057 return Z_OBJCE(ex->This); in zend_get_called_scope()
|
H A D | zend_vm_execute.h | 5601 ce = Z_OBJCE(EX(This)); 7611 ce = Z_OBJCE(EX(This)); 9538 ce = Z_OBJCE(EX(This)); 11517 ce = Z_OBJCE(EX(This)); 19955 ce = Z_OBJCE(EX(This)); 21850 ce = Z_OBJCE(EX(This)); 24803 ce = Z_OBJCE(EX(This)); 27644 ce = Z_OBJCE(EX(This)); 29722 ce = Z_OBJCE(EX(This)); 30520 ce = Z_OBJCE(EX(This)); [all …]
|
H A D | zend_vm_def.h | 3356 if (Z_TYPE(EX(This)) == IS_OBJECT && instanceof_function(Z_OBJCE(EX(This)), ce)) { 3386 ce = Z_OBJCE(EX(This)); 7371 called_scope = Z_OBJCE(EX(This)); 7929 called_scope = Z_OBJCE(EX(This));
|
/PHP-7.1/ext/soap/ |
H A D | soap.c | 1379 ft = &(Z_OBJCE(service->soap_object)->function_table); in PHP_METHOD() 1499 if (instanceof_function(Z_OBJCE(exception_object), soap_fault_class_entry)) { in _soap_server_exception() 1501 } else if (instanceof_function(Z_OBJCE(exception_object), zend_ce_error)) { in _soap_server_exception() 1723 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZE… 1745 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, php_strtolower(class_name, class_name… 1829 instanceof_function(Z_OBJCE(h->retval), soap_fault_class_entry)) { 1898 instanceof_function(Z_OBJCE(retval), soap_fault_class_entry)) { 2145 instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_class_entry)) { 2218 instanceof_function(Z_OBJCE(SOAP_GLOBAL(error_object)), soap_server_class_entry) && 4096 instanceof_function(Z_OBJCE(h->retval), soap_header_class_entry)) {
|
/PHP-7.1/ext/dom/ |
H A D | xpath.c | 203 if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) { in dom_xpath_ext_function_php()
|
/PHP-7.1/ext/spl/ |
H A D | spl_directory.c | 827 …zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_rewind, "rewind",… in SPL_METHOD() 832 …zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_valid, "valid", &… in SPL_METHOD() 841 …zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_next, "next", NUL… in SPL_METHOD() 2166 …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 D | spl_iterators.c | 352 !((ce = Z_OBJCE(child)) && instanceof_function(ce, spl_ce_RecursiveIterator))) { in spl_recursive_it_move_forward_ex() 1526 … if (Z_TYPE(retval) != IS_OBJECT || !instanceof_function(Z_OBJCE(retval), zend_ce_traversable)) { in spl_dual_it_construct()
|
/PHP-7.1/ext/xsl/ |
H A D | xsltprocessor.c | 342 if (Z_TYPE(retval) == IS_OBJECT && instanceof_function(Z_OBJCE(retval), dom_node_class_entry)) { in xsl_ext_function_php()
|
/PHP-7.1/ext/wddx/ |
H A D | wddx.c | 995 …zend_update_property(Z_OBJCE(ent2->data), &ent2->data, ent1->varname, strlen(ent1->varname), &ent1… in php_wddx_pop_element()
|
/PHP-7.1/ext/phar/ |
H A D | phar_object.c | 1829 pass.c = apply_reg ? Z_OBJCE(regexiter) : Z_OBJCE(iteriter); in PHP_METHOD()
|
/PHP-7.1/ext/reflection/ |
H A D | php_reflection.c | 92 if ((Z_TYPE(EX(This)) != IS_OBJECT) || !instanceof_function(Z_OBJCE(EX(This)), ce)) { \ 1475 fcc.called_scope = Z_OBJCE(reflector); in _reflection_export()
|
Completed in 294 milliseconds