Home
last modified time | relevance | path

Searched refs:obj_ce (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_interfaces.h41 ZEND_API zval* zend_call_method(zend_object *object, zend_class_entry *obj_ce, zend_function **fn_p…
43 …d_always_inline zval* zend_call_method_with_0_params(zend_object *object, zend_class_entry *obj_ce, in zend_call_method_with_0_params() argument
46 …return zend_call_method(object, obj_ce, fn_proxy, function_name, strlen(function_name), retval, 0,… in zend_call_method_with_0_params()
49 …d_always_inline zval* zend_call_method_with_1_params(zend_object *object, zend_class_entry *obj_ce, in zend_call_method_with_1_params() argument
52 …return zend_call_method(object, obj_ce, fn_proxy, function_name, strlen(function_name), retval, 1,… in zend_call_method_with_1_params()
55 …d_always_inline zval* zend_call_method_with_2_params(zend_object *object, zend_class_entry *obj_ce, in zend_call_method_with_2_params() argument
58 …return zend_call_method(object, obj_ce, fn_proxy, function_name, strlen(function_name), retval, 2,… in zend_call_method_with_2_params()
H A Dzend_interfaces.c38 ZEND_API zval* zend_call_method(zend_object *object, zend_class_entry *obj_ce, zend_function **fn_p… in zend_call_method() argument
51 if (!obj_ce) { in zend_call_method()
52 obj_ce = object ? object->ce : NULL; in zend_call_method()
55 if (EXPECTED(obj_ce)) { in zend_call_method()
57 &obj_ce->function_table, function_name, function_name_len); in zend_call_method()
60 …E_CORE_ERROR, "Couldn't find implementation for method %s::%s", ZSTR_VAL(obj_ce->name), function_n… in zend_call_method()
79 called_scope = obj_ce; in zend_call_method()
/php-src/ext/reflection/
H A Dphp_reflection.c3417 zend_class_entry *obj_ce; in reflection_method_invoke() local
3447 obj_ce = mptr->common.scope; in reflection_method_invoke()
3456 obj_ce = Z_OBJCE_P(object); in reflection_method_invoke()
3458 if (!instanceof_function(obj_ce, mptr->common.scope)) { in reflection_method_invoke()

Completed in 27 milliseconds