Home
last modified time | relevance | path

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

/PHP-8.0/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.0/sapi/phpdbg/
H A Dphpdbg_print.c322 zend_string *method_name; in phpdbg_print_opcodes_ce() local
409 char *method_name, *class_name = strtok(function_lowercase, "::"); in phpdbg_print_opcodes() local
/PHP-8.0/Zend/
H A Dzend_object_handlers.c1116 …d_function *zend_get_call_trampoline_func(zend_class_entry *ce, zend_string *method_name, int is_s… in zend_get_call_trampoline_func()
1169 …end_function *zend_get_user_call_function(zend_class_entry *ce, zend_string *method_name) /* {{{ */ in zend_get_user_call_function()
1175 …zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *method_name, zend_cla… in zend_bad_method_call()
1192 ZEND_API zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const … in zend_std_get_method()
1263 …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.c884 zval method_name; in ZEND_FUNCTION() local
915 zend_string *method_name; in ZEND_FUNCTION() local
H A Dzend.h86 zend_string *method_name; member
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c2110 static zend_function *dbstmt_method_get(zend_object **object_pp, zend_string *method_name, const zv… in dbstmt_method_get()
2528 zend_string *method_name, const zval *key) in row_method_get()
H A Dpdo_dbh.c1265 static zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const zval *ke… in dbh_method_get()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c855 zend_string *method_name = Z_STR_P(CRT_CONSTANT(opline->op2) + 1); in zend_optimizer_get_called_func() local
/PHP-8.0/ext/phar/
H A Dphar.c602 … zval *metadata, int persistent, HashTable *unserialize_options, const char* method_name) /* {{{ */ in phar_metadata_tracker_unserialize_or_copy()
/PHP-8.0/ext/ffi/
H A Dffi.c4692 …COLD zend_function *zend_fake_get_method(zend_object **obj_ptr, zend_string *method_name, const zv… in zend_fake_get_method()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c3036 char *method_name; in ZEND_METHOD() local

Completed in 106 milliseconds