Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_object_handlers.c1318 …tion *zend_get_call_trampoline_func(const zend_class_entry *ce, zend_string *method_name, bool is_… in zend_get_call_trampoline_func()
1377 …end_function *zend_get_user_call_function(zend_class_entry *ce, zend_string *method_name) /* {{{ */ in zend_get_user_call_function()
1383 …zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *method_name, zend_cla… in zend_bad_method_call()
1400 ZEND_API zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const … in zend_std_get_method()
1471 …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.c853 zval method_name; in ZEND_FUNCTION() local
884 zend_string *method_name; in ZEND_FUNCTION() local
H A Dzend.h91 zend_string *method_name; member
H A Dzend_execute_API.c1089 zend_object *object, zend_string *method_name, zval *retval, in zend_call_method_if_exists()
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c351 char *method_name, *class_name = strtok(function_lowercase, "::"); in phpdbg_print_opcodes() local
/php-src/ext/xml/
H A Dxml.c1074 zend_string *method_name, in php_xml_check_string_method_arg()
1255 zend_string *method_name = NULL; in php_xml_set_handler_parse_callable() local
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c955 zend_string *method_name = Z_STR_P(CRT_CONSTANT(opline->op2) + 1); in zend_optimizer_get_called_func() local
/php-src/ext/pdo/
H A Dpdo_dbh.c1373 static zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const zval *ke… in dbh_method_get()
H A Dpdo_stmt.c2036 static zend_function *dbstmt_method_get(zend_object **object_pp, zend_string *method_name, const zv… in dbstmt_method_get()
/php-src/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-src/ext/zend_test/
H A Dtest.c431 zend_string *method_name; in ZEND_FUNCTION() local
/php-src/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-src/ext/session/
H A Dsession.c1980 #define SESSION_SET_USER_HANDLER_OO_MANDATORY(struct_name, method_name) \ argument
/php-src/ext/reflection/
H A Dphp_reflection.c3244 char *method_name; in instantiate_reflection_method() local
5781 zend_string *method_name = get_active_function_or_method_name(); in ZEND_METHOD() local
5789 zend_string *method_name = get_active_function_or_method_name(); in ZEND_METHOD() local
/php-src/ext/ffi/
H A Dffi.c5139 …COLD zend_function *zend_fake_get_method(zend_object **obj_ptr, zend_string *method_name, const zv… in zend_fake_get_method()

Completed in 136 milliseconds