Home
last modified time | relevance | path

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

/PHP-8.3/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.3/Zend/
H A Dzend_object_handlers.c1324 …tion *zend_get_call_trampoline_func(const zend_class_entry *ce, zend_string *method_name, bool is_… in zend_get_call_trampoline_func()
1383 …end_function *zend_get_user_call_function(zend_class_entry *ce, zend_string *method_name) /* {{{ */ in zend_get_user_call_function()
1389 …zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *method_name, zend_cla… in zend_bad_method_call()
1406 ZEND_API zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const … in zend_std_get_method()
1477 …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.c849 zval method_name; in ZEND_FUNCTION() local
880 zend_string *method_name; in ZEND_FUNCTION() local
H A Dzend_execute_API.c1075 zend_object *object, zend_string *method_name, zval *retval, in zend_call_method_if_exists()
H A Dzend.h91 zend_string *method_name; member
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_print.c353 char *method_name, *class_name = strtok(function_lowercase, "::"); in phpdbg_print_opcodes() local
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.c1313 static zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const zval *ke… in dbh_method_get()
H A Dpdo_stmt.c2041 static zend_function *dbstmt_method_get(zend_object **object_pp, zend_string *method_name, const zv… in dbstmt_method_get()
/PHP-8.3/Zend/Optimizer/
H A Dzend_optimizer.c892 zend_string *method_name = Z_STR_P(CRT_CONSTANT(opline->op2) + 1); in zend_optimizer_get_called_func() local
/PHP-8.3/main/streams/
H A Duserspace.c255 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 Dtest.c430 zend_string *method_name; in ZEND_FUNCTION() local
/PHP-8.3/ext/phar/
H A Dphar.c591 … zval *metadata, int persistent, HashTable *unserialize_options, const char* method_name) /* {{{ */ in phar_metadata_tracker_unserialize_or_copy()
H A Dphar_object.c2875 zend_string *method_name = get_active_function_or_method_name(); in PHP_METHOD() local
/PHP-8.3/ext/session/
H A Dsession.c1986 #define SESSION_SET_USER_HANDLER_OO_MANDATORY(struct_name, method_name) \ argument
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c3198 char *method_name; in instantiate_reflection_method() local
5724 zend_string *method_name = get_active_function_or_method_name(); in ZEND_METHOD() local
5732 zend_string *method_name = get_active_function_or_method_name(); in ZEND_METHOD() local
/PHP-8.3/ext/ffi/
H A Dffi.c5142 …COLD zend_function *zend_fake_get_method(zend_object **obj_ptr, zend_string *method_name, const zv… in zend_fake_get_method()

Completed in 117 milliseconds