Home
last modified time | relevance | path

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

/PHP-7.4/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.4/Zend/
H A Dzend_object_handlers.c1258 …d_function *zend_get_call_trampoline_func(zend_class_entry *ce, zend_string *method_name, int is_s… in zend_get_call_trampoline_func()
1310 …end_function *zend_get_user_call_function(zend_class_entry *ce, zend_string *method_name) /* {{{ */ in zend_get_user_call_function()
1316 …zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *method_name, zend_cla… in zend_bad_method_call()
1322 ZEND_API zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const … in zend_std_get_method()
1389 …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.c1298 zval method_name; in ZEND_FUNCTION() local
1349 zend_string *method_name; in ZEND_FUNCTION() local
H A Dzend.h86 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.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c757 const char *method_name; in decode_request_worker() local
975 zval *handle, *method_name; in PHP_FUNCTION() local
1005 zval *method_name, *handle; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp222 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.4/ext/pdo/
H A Dpdo_stmt.c2208 static zend_function *dbstmt_method_get(zend_object **object_pp, zend_string *method_name, const zv… in dbstmt_method_get()
2585 zend_string *method_name, const zval *key) in row_method_get()
H A Dpdo_dbh.c1347 static zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const zval *ke… in dbh_method_get()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c868 zend_string *method_name = Z_STR_P(GET_OP(op2) + 1); in zend_optimizer_get_called_func() local
/PHP-7.4/ext/ffi/
H A Dffi.c4763 …COLD zend_function *zend_fake_get_method(zend_object **obj_ptr, zend_string *method_name, const zv… in zend_fake_get_method()

Completed in 170 milliseconds