Searched defs:method_name (Results 1 – 10 of 10) sorted by relevance
/PHP-5.5/Zend/ |
H A D | zend_object_handlers.c | 992 …zend_function *zend_get_user_call_function(zend_class_entry *ce, const char *method_name, int meth… in zend_get_user_call_function() 1008 static union _zend_function *zend_std_get_method(zval **object_ptr, char *method_name, int method_l… in zend_std_get_method() 1135 …unction *zend_get_user_callstatic_function(zend_class_entry *ce, const char *method_name, int meth… in zend_get_user_callstatic_function()
|
H A D | zend_closures.c | 183 static zend_function *zend_closure_get_method(zval **object_ptr, char *method_name, int method_len,… in zend_closure_get_method()
|
H A D | zend_builtin_functions.c | 1041 zval *method_name; in ZEND_FUNCTION() local 1115 char *method_name; in ZEND_FUNCTION() local
|
H A D | zend.h | 443 const char* method_name; member
|
/PHP-5.5/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 791 const char *method_name; in decode_request_worker() local 1039 zval *handle, *method_name_save, **method_name; in PHP_FUNCTION() local 1072 zval **method_name, *handle, *method_name_save; in PHP_FUNCTION() local
|
/PHP-5.5/ext/soap/interop/ |
H A D | client_round2_params.php | 27 var $method_name = NULL; variable in SOAP_Test
|
/PHP-5.5/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 219 const char *method_name, in _php_intlcal_field_uec_ret_in32t_method() 667 const char *method_name, in _php_intlcal_field_ret_in32t_method()
|
/PHP-5.5/ext/pdo/ |
H A D | pdo_stmt.c | 2261 char *method_name, int method_len, const zend_literal *key TSRMLS_DC) in dbstmt_method_get() 2696 char *method_name, int method_len, const zend_literal *key TSRMLS_DC) in row_method_get()
|
H A D | pdo_dbh.c | 1363 char *method_name, int method_len, const zend_literal *key TSRMLS_DC) in dbh_method_get()
|
/PHP-5.5/ext/reflection/ |
H A D | php_reflection.c | 4486 char *method_name; in ZEND_METHOD() local
|
Completed in 69 milliseconds