Home
last modified time | relevance | path

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

/PHP-7.3/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.3/Zend/
H A Dzend_object_handlers.c1145 …d_function *zend_get_call_trampoline_func(zend_class_entry *ce, zend_string *method_name, int is_s… in zend_get_call_trampoline_func()
1188 …end_function *zend_get_user_call_function(zend_class_entry *ce, zend_string *method_name) /* {{{ */ in zend_get_user_call_function()
1194 ZEND_API zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const … in zend_std_get_method()
1283 …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.c1264 zval method_name; in ZEND_FUNCTION() local
1325 zend_string *method_name; in ZEND_FUNCTION() local
H A Dzend.h86 zend_string *method_name; member
H A Dzend_API.c3264 static zend_string *zend_create_method_string(zend_string *class_name, zend_string *method_name) { in zend_create_method_string()
/PHP-7.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c753 const char *method_name; in decode_request_worker() local
970 zval *handle, *method_name; in PHP_FUNCTION() local
1000 zval *method_name, *handle; in PHP_FUNCTION() local
/PHP-7.3/ext/soap/interop/
H A Dclient_round2_params.php24 var $method_name = NULL; variable in SOAP_Test
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_methods.cpp224 const char *method_name, in _php_intlcal_field_uec_ret_in32t_method()
651 const char *method_name, in _php_intlcal_field_ret_in32t_method()
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c2228 static union _zend_function *dbstmt_method_get(zend_object **object_pp, zend_string *method_name, c… in dbstmt_method_get()
2626 zend_string *method_name, const zval *key) in row_method_get()
H A Dpdo_dbh.c1366 static union _zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const z… in dbh_method_get()
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_optimizer.c1041 zend_string *method_name = Z_STR_P(GET_OP(op2) + 1); in zend_optimizer_get_called_func() local

Completed in 67 milliseconds