/PHP-5.5/scripts/dev/generate-phpt/src/testcase/ |
H A D | gtVariationContainerMethod.php | 7 protected $method; variable in gtVariationContainerMethod 20 public function setMethod(gtMethod $method) {
|
H A D | gtErrorTestCaseMethod.php | 12 private $method; variable in gtErrorTestCaseMethod 19 public function setMethod($method) {
|
H A D | gtBasicTestCaseMethod.php | 17 public function setMethod($method) {
|
H A D | gtVariationTestCaseMethod.php | 24 public function setUp(gtMethod $method, $argumentNumber, $variationData) {
|
/PHP-5.5/sapi/apache_hooks/ |
H A D | sapi_apache.c | 95 zval *method; in apache_php_module_hook() local
|
/PHP-5.5/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_introspection.c | 110 static inline void describe_method(XMLRPC_SERVER server, XMLRPC_VALUE vector, const char* method) { in describe_method() 191 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_signature_cb() local 250 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_help_cb() local
|
H A D | xmlrpc_introspection_private.h | 84 XMLRPC_IntrospectionCallback method; member
|
H A D | xmlrpc_private.h | 152 XMLRPC_Callback method; member
|
H A D | xml_to_dandarpc.c | 309 xml_element* method = xml_elem_new(); in DANDARPC_REQUEST_to_xml_element() local
|
H A D | xml_to_xmlrpc.c | 395 xml_element* method = xml_elem_new(); in XMLRPC_REQUEST_to_xml_element() local
|
/PHP-5.5/ext/soap/interop/ |
H A D | client_round2.php | 49 function endpointTestForm($test, $endpoint, $method, $paramType, $useWSDL)
|
/PHP-5.5/scripts/dev/generate-phpt/src/ |
H A D | generate-phpt.php | 47 $method = new gtMethod($options->getOption('c'), $options->getOption('m')); variable
|
/PHP-5.5/ext/curl/ |
H A D | php_curl.h | 125 int method; member 134 int method; member 141 int method; member
|
/PHP-5.5/ext/calendar/ |
H A D | easter.c | 34 long method = CAL_EASTER_DEFAULT; in _cal_easter() local
|
/PHP-5.5/ext/standard/ |
H A D | incomplete_class.c | 95 static union _zend_function *incomplete_class_get_method(zval **object, char *method, int method_le… in incomplete_class_get_method()
|
/PHP-5.5/ext/openssl/ |
H A D | openssl.c | 1438 const X509V3_EXT_METHOD *method = NULL; in openssl_x509v3_subjectAltName() local 3484 char *method; int method_len = 0; in PHP_FUNCTION() local 4237 zval *method = NULL; in PHP_FUNCTION() local 4299 zval *method = NULL; in PHP_FUNCTION() local 4352 char *method =NULL; in PHP_FUNCTION() local 4482 char *method =NULL; in PHP_FUNCTION() local 4830 char *data, *method; in PHP_FUNCTION() local 4909 char *data, *method, *password, *iv = ""; in PHP_FUNCTION() local 4988 char *data, *method, *password, *iv = ""; in PHP_FUNCTION() local 5071 char *method; in PHP_FUNCTION() local
|
H A D | xp_ssl.c | 60 php_stream_xport_crypt_method_t method; member 436 SSL_METHOD *method; in php_openssl_setup_crypto() local
|
/PHP-5.5/ext/phar/ |
H A D | phar_object.c | 1036 long method = 0; in PHP_METHOD() local 2369 long format = 9021976, method = 9021976; in PHP_METHOD() local 2472 long format = 9021976, method = 9021976; in PHP_METHOD() local 3203 long method; in PHP_METHOD() local 3316 long method; in PHP_METHOD() local 4555 long method = 9021976; in PHP_METHOD() local 4901 long method; in PHP_METHOD() local
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | compress.c | 386 uncompressbuf(struct magic_set *ms, int fd, size_t method, in uncompressbuf()
|
/PHP-5.5/ext/intl/breakiterator/ |
H A D | breakiterator_iterators.cpp | 254 char *method, int method_len, const zend_literal *key TSRMLS_DC) in IntlPartsIterator_get_method()
|
/PHP-5.5/sapi/cli/ |
H A D | php_http_parser.h | 129 unsigned char method; /* requests only */ member
|
/PHP-5.5/main/streams/ |
H A D | php_stream_transport.h | 191 php_stream_xport_crypt_method_t method; member
|
/PHP-5.5/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 715 char *method = NULL; in PHP_FUNCTION() local 827 zval **method; in PHP_FUNCTION() local
|
/PHP-5.5/ext/com_dotnet/ |
H A D | com_handlers.c | 367 static int com_call_method(const char *method, INTERNAL_FUNCTION_PARAMETERS) in com_call_method()
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd.h | 263 #define MYSQLND_METHOD(class, method) php_##class##_##method##_pub argument 264 #define MYSQLND_METHOD_PRIVATE(class, method) php_##class##_##method##_priv argument
|