Searched defs:method_name (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/Zend/ |
H A D | zend_object_handlers.c | 828 …zend_function *zend_get_user_call_function(zend_class_entry *ce, const char *method_name, int meth… in zend_get_user_call_function() 846 static union _zend_function *zend_std_get_method(zval **object_ptr, char *method_name, int method_l… in zend_std_get_method() 963 …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 | 114 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 | 1001 zval *method_name; in ZEND_FUNCTION() local 1063 char *method_name; in ZEND_FUNCTION() local
|
/PHP-5.3/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 782 const char *method_name; in decode_request_worker() local 1030 zval *handle, *method_name_save, **method_name; in PHP_FUNCTION() local 1063 zval **method_name, *handle, *method_name_save; in PHP_FUNCTION() local
|
/PHP-5.3/ext/soap/interop/ |
H A D | client_round2_params.php | 27 var $method_name = NULL; variable in SOAP_Test
|
/PHP-5.3/ext/pdo/ |
H A D | pdo_stmt.c | 2279 char *method_name, int method_len TSRMLS_DC) in dbstmt_method_get() 2703 char *method_name, int method_len TSRMLS_DC) in row_method_get()
|
H A D | pdo_dbh.c | 1346 char *method_name, int method_len TSRMLS_DC) in dbh_method_get()
|
Completed in 29 milliseconds