Searched defs:method_name (Results 1 – 11 of 11) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_print.c | 324 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 D | zend_object_handlers.c | 1128 …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 D | zend_builtin_functions.c | 1213 zval method_name; in ZEND_FUNCTION() local 1274 zend_string *method_name; in ZEND_FUNCTION() local
|
H A D | zend.h | 88 zend_string *method_name; member
|
H A D | zend_API.c | 3263 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 D | xmlrpc-epi-php.c | 759 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 D | client_round2_params.php | 27 var $method_name = NULL; variable in SOAP_Test
|
/PHP-7.2/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 219 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 D | pdo_stmt.c | 2224 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 D | pdo_dbh.c | 1350 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 D | zend_optimizer.c | 893 zend_string *method_name = Z_STR_P(GET_OP(op2) + 1); in zend_optimizer_get_called_func() local
|
Completed in 68 milliseconds