Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 11 of 11) sorted by relevance

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_print.c324 zend_string *method_name; in phpdbg_print_opcodes_ce() local
411 char *method_name, *class_name = strtok(function, "::"); in phpdbg_print_opcodes() local
/PHP-7.2/Zend/
H A Dzend_object_handlers.c1128 …d_function *zend_get_call_trampoline_func(zend_class_entry *ce, zend_string *method_name, int is_s… in zend_get_call_trampoline_func()
1172 …end_function *zend_get_user_call_function(zend_class_entry *ce, zend_string *method_name) /* {{{ */ in zend_get_user_call_function()
1178 static union _zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, c… in zend_std_get_method()
1268 …nction *zend_get_user_callstatic_function(zend_class_entry *ce, zend_string *method_name) /* {{{ */ in zend_get_user_callstatic_function()
H A Dzend_builtin_functions.c1213 zval method_name; in ZEND_FUNCTION() local
1274 zend_string *method_name; in ZEND_FUNCTION() local
H A Dzend.h88 zend_string *method_name; member
H A Dzend_API.c3263 static zend_string *zend_create_method_string(zend_string *class_name, zend_string *method_name) { in zend_create_method_string()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c759 const char *method_name; in decode_request_worker() local
976 zval *handle, *method_name; in PHP_FUNCTION() local
1008 zval *method_name, *handle; in PHP_FUNCTION() local
/PHP-7.2/ext/soap/interop/
H A Dclient_round2_params.php27 var $method_name = NULL; variable in SOAP_Test
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_methods.cpp219 const char *method_name, in _php_intlcal_field_uec_ret_in32t_method()
646 const char *method_name, in _php_intlcal_field_ret_in32t_method()
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c2224 static union _zend_function *dbstmt_method_get(zend_object **object_pp, zend_string *method_name, c… in dbstmt_method_get()
2623 zend_string *method_name, const zval *key) in row_method_get()
H A Dpdo_dbh.c1350 static union _zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const z… in dbh_method_get()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_optimizer.c893 zend_string *method_name = Z_STR_P(GET_OP(op2) + 1); in zend_optimizer_get_called_func() local

Completed in 66 milliseconds