Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 12 of 12) sorted by path

/PHP-8.1/Zend/Optimizer/
H A Dzend_optimizer.c827 zend_string *method_name = Z_STR_P(CRT_CONSTANT(opline->op2) + 1); in zend_optimizer_get_called_func() local
/PHP-8.1/Zend/
H A Dzend.h91 zend_string *method_name; member
H A Dzend_builtin_functions.c829 zval method_name; in ZEND_FUNCTION() local
860 zend_string *method_name; in ZEND_FUNCTION() local
H A Dzend_object_handlers.c1227 …d_function *zend_get_call_trampoline_func(zend_class_entry *ce, zend_string *method_name, int is_s… in zend_get_call_trampoline_func()
1286 …end_function *zend_get_user_call_function(zend_class_entry *ce, zend_string *method_name) /* {{{ */ in zend_get_user_call_function()
1292 …zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *method_name, zend_cla… in zend_bad_method_call()
1309 ZEND_API zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const … in zend_std_get_method()
1380 …nction *zend_get_user_callstatic_function(zend_class_entry *ce, zend_string *method_name) /* {{{ */ in zend_get_user_callstatic_function()
/PHP-8.1/ext/ffi/
H A Dffi.c5019 …COLD zend_function *zend_fake_get_method(zend_object **obj_ptr, zend_string *method_name, const zv… in zend_fake_get_method()
/PHP-8.1/ext/opcache/jit/vtune/
H A Djitprofiling.h356 char* method_name; /**<\brief The name of the method. It can be optionally member
403 char* method_name; /**<\brief The name of the method. It can be optionally member
455 char* method_name; /**<\brief The name of the method. It can be optionally member
522 char* method_name; /**<\brief The name of the method. It can be optionally member
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c1296 static zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const zval *ke… in dbh_method_get()
H A Dpdo_stmt.c2042 static zend_function *dbstmt_method_get(zend_object **object_pp, zend_string *method_name, const zv… in dbstmt_method_get()
/PHP-8.1/ext/phar/
H A Dphar.c591 … zval *metadata, int persistent, HashTable *unserialize_options, const char* method_name) /* {{{ */ in phar_metadata_tracker_unserialize_or_copy()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c3179 char *method_name; in ZEND_METHOD() local
/PHP-8.1/ext/zend_test/
H A Dtest.c312 zend_string *method_name = NULL; in ZEND_FUNCTION() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_print.c353 char *method_name, *class_name = strtok(function_lowercase, "::"); in phpdbg_print_opcodes() local

Completed in 145 milliseconds