Home
last modified time | relevance | path

Searched refs:call_method (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/Zend/
H A DOBJECTS2_HOWTO83 called via call_method handler, otherwise it would be called with
89 call_method handler is used to perform method call. Parameters are
138 zend_object_call_method_t call_method;
186 call_method - calls the method (parameters should be put on stack like
H A Dzend_object_handlers.h145 zend_object_call_method_t call_method; member
H A Dzend_execute_API.c916 fci->object->handlers->call_method(func->common.function_name, fci->object, call, fci->retval); in zend_call_function()
H A Dzend_vm_def.h3889 …object->handlers->call_method(fbc->common.function_name, object, call, EX_VAR(opline->result.var));
H A Dzend_vm_execute.h887 …object->handlers->call_method(fbc->common.function_name, object, call, EX_VAR(opline->result.var));
/PHP-7.0/ext/com_dotnet/
H A Dcom_handlers.c252 Z_OBJ_HANDLER_P(object, call_method)( in PHP_FUNCTION()

Completed in 136 milliseconds