Searched defs:method_name (Results 1 – 16 of 16) sorted by relevance
/PHP-8.3/ext/opcache/jit/vtune/ |
H A D | jitprofiling.h | 356 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.3/Zend/ |
H A D | zend_object_handlers.c | 1325 …tion *zend_get_call_trampoline_func(const zend_class_entry *ce, zend_string *method_name, bool is_… in zend_get_call_trampoline_func() 1388 …end_function *zend_get_user_call_function(zend_class_entry *ce, zend_string *method_name) /* {{{ */ in zend_get_user_call_function() 1394 …zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *method_name, zend_cla… in zend_bad_method_call() 1411 ZEND_API zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const … in zend_std_get_method() 1482 …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 | 849 zval method_name; in ZEND_FUNCTION() local 880 zend_string *method_name; in ZEND_FUNCTION() local
|
H A D | zend.h | 91 zend_string *method_name; member
|
H A D | zend_execute_API.c | 1075 zend_object *object, zend_string *method_name, zval *retval, in zend_call_method_if_exists()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_print.c | 353 char *method_name, *class_name = strtok(function_lowercase, "::"); in phpdbg_print_opcodes() local
|
/PHP-8.3/Zend/Optimizer/ |
H A D | zend_optimizer.c | 892 zend_string *method_name = Z_STR_P(CRT_CONSTANT(opline->op2) + 1); in zend_optimizer_get_called_func() local
|
/PHP-8.3/ext/pdo/ |
H A D | pdo_dbh.c | 1313 static zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const zval *ke… in dbh_method_get()
|
H A D | pdo_stmt.c | 2041 static zend_function *dbstmt_method_get(zend_object **object_pp, zend_string *method_name, const zv… in dbstmt_method_get()
|
/PHP-8.3/main/streams/ |
H A D | userspace.c | 255 zval *object, zval *method_name, zval *retval, uint32_t param_count, zval *params) in call_method_if_exists()
|
/PHP-8.3/ext/zend_test/ |
H A D | test.c | 430 zend_string *method_name; in ZEND_FUNCTION() local
|
/PHP-8.3/ext/phar/ |
H A D | phar.c | 591 … zval *metadata, int persistent, HashTable *unserialize_options, const char* method_name) /* {{{ */ in phar_metadata_tracker_unserialize_or_copy()
|
H A D | phar_object.c | 2878 zend_string *method_name = get_active_function_or_method_name(); in PHP_METHOD() local
|
/PHP-8.3/ext/session/ |
H A D | session.c | 1996 #define SESSION_SET_USER_HANDLER_OO_MANDATORY(struct_name, method_name) \ argument
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 3212 char *method_name; in instantiate_reflection_method() local 5747 zend_string *method_name = get_active_function_or_method_name(); in ZEND_METHOD() local 5755 zend_string *method_name = get_active_function_or_method_name(); in ZEND_METHOD() local
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 5148 …COLD zend_function *zend_fake_get_method(zend_object **obj_ptr, zend_string *method_name, const zv… in zend_fake_get_method()
|
Completed in 113 milliseconds