| /PHP_5_3/ext/soap/interop/ |
| H A D | client_round2.php | 34 echo "<select name='method'>\n"; 38 $method = $x->test_name; variable 39 if ($method != $prev_method) { 40 $prev_method = $method; 42 if ($sel_method == $method) $selected = ' SELECTED'; 43 echo "<option value='$method'$selected>$method</option>\n"; 49 function endpointTestForm($test, $endpoint, $method, $paramType, $useWSDL) 54 echo "Select endpoint and method to run:<br>\n"; 55 echo "<form action='$PHP_SELF' method [all...] |
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_to_dandarpc.c | 309 xml_element* method = xml_elem_new(); local 310 method->name = strdup(ELEM_METHODNAME); 311 simplestring_add(&method->text, pStr); 312 Q_PushTail(&wrapper->children, method);
|
| H A D | xml_to_xmlrpc.c | 395 xml_element* method = xml_elem_new(); local 396 method->name = strdup(ELEM_METHODNAME); 397 simplestring_add(&method->text, pStr); 398 Q_PushTail(&wrapper->children, method);
|
| H A D | xmlrpc_introspection.c | 100 dm->method(server, userData); 110 static inline void describe_method(XMLRPC_SERVER server, XMLRPC_VALUE vector, const char* method) { argument 111 if(method) { 112 server_method* sm = find_method(server, method); 191 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); local 197 if(method) { 198 server_method* sm = find_method(server, method); 250 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); local 256 if(method) { 257 server_method* sm = find_method(server, method); [all...] |
| H A D | xmlrpc_introspection_private.h | 84 XMLRPC_IntrospectionCallback method; member in struct:_doc_method
|
| H A D | xmlrpc_private.h | 115 simplestring methodName; /* name of method being called */ 152 XMLRPC_Callback method; member in struct:_server_method
|
| /PHP_5_3/scripts/dev/generate-phpt/src/ |
| H A D | generate-phpt.php | 47 $method = new gtMethod($options->getOption('c'), $options->getOption('m')); variable 49 $method->setArgumentNames(); 50 $method->setArgumentLists(); 51 $method->setInitialisationStatements(); 53 $method->setConstructorArgumentNames(); 54 $method->setConstructorInitStatements(); 55 $method->setConstructorArgumentList(); 69 $testCase = gtBasicTestCase::getInstance($optionalSections, 'method'); 70 $testCase->setMethod($method); 82 $testCase = gtErrorTestCase::getInstance($optionalSections, 'method'); [all...] |
| /PHP_5_3/scripts/dev/generate-phpt/src/testcase/ |
| H A D | gtErrorTestCaseMethod.php | 4 * Error test case for a PHP method 12 private $method; variable 15 * Set the method name 17 * @param string $method 19 public function setMethod($method) { 20 $this->subject = $method; 43 $this->testCase[] = "Test class ".$this->subject->getClassName()." method ".$this->subject->getName()."() by calling it more than or less than its expected arguments"; 48 // Construct the argument list to pass to the method being tested
|
| H A D | gtVariationContainerMethod.php | 3 * Container for all possible variation test cases for a method 7 protected $method; variable 16 * Sets the method to be tested 18 * @param gtMethod $method 20 public function setMethod(gtMethod $method) { 21 $this->method = $method; variable 31 $numberOfArguments = count($this->method->getMandatoryArgumentNames()) + count($this->method->getOptionalArgumentNames()); 37 $testCase = gtVariationTestCase::getInstance($this->optionalSections, 'method'); [all...] |
| /PHP_5_3/ |
| H A D | server-tests.php | 265 method (GET|POST) 353 $method = trim($this->options['method'])?strtoupper(trim($this->options['method'])):'GET'; variable 355 "$method $fullpath HTTP/1.0\r\n". 1290 $method = isset($request['method'])?$request['method']:$havepost?'POST':'GET'; variable 1294 $options['method']=$method; [all...] |
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | compress.c | 32 * uncompress(method, old, n, newch) - uncompress old into new, 33 * using method, return sizeof new 384 uncompressbuf(struct magic_set *ms, int fd, size_t method, argument 393 if (method == 2) 420 if (compr[method].silent) 424 (void)execvp(compr[method].argv[0], 425 (char *const *)(intptr_t)compr[method].argv); 428 compr[method].argv[0], strerror(errno));
|
| /PHP_5_3/ext/calendar/ |
| H A D | easter.c | 34 long method = CAL_EASTER_DEFAULT; local 50 "|ll", &year, &method) == FAILURE) { 61 if ((year <= 1582 && method != CAL_EASTER_ALWAYS_GREGORIAN) || 62 (year >= 1583 && year <= 1752 && method != CAL_EASTER_ROMAN && method != CAL_EASTER_ALWAYS_GREGORIAN) || 63 method == CAL_EASTER_ALWAYS_JULIAN) { /* JULIAN CALENDAR */ 132 /* {{{ proto int easter_days([int year, [int method]])
|
| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_handlers.c | 209 /* TODO: distinguish between property and method! */ 345 /* save this method in the cache */ 367 static int com_call_method(char *method, INTERNAL_FUNCTION_PARAMETERS) argument 390 if (SUCCESS == php_com_do_invoke_byref(obj, method, -1, DISPATCH_METHOD|DISPATCH_PROPERTYGET, &v, nargs, args TSRMLS_CC)) {
|
| H A D | com_saproxy.c | 330 static int saproxy_call_method(char *method, INTERNAL_FUNCTION_PARAMETERS) argument
|
| /PHP_5_3/ext/curl/ |
| H A D | php_curl.h | 87 int method; member in struct:__anon17 97 int method; member in struct:__anon18 104 int method; member in struct:__anon19
|
| /PHP_5_3/ext/openssl/ |
| H A D | xp_ssl.c | 57 php_stream_xport_crypt_method_t method; member in struct:_php_openssl_netstream_data_t 312 SSL_METHOD *method; local 323 /* need to do slightly different things, based on client/server method, 324 * so lets remember which method was selected */ 326 switch (cparam->inputs.method) { 329 method = SSLv23_client_method(); 337 method = SSLv2_client_method(); 342 method = SSLv3_client_method(); 346 method = TLSv1_client_method(); 350 method [all...] |
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_stmt.c | 2297 /* not a pre-defined method, nor a user-defined method; check 2720 static int row_call_method(char *method, INTERNAL_FUNCTION_PARAMETERS) argument
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 873 string_printf(str, "method "); 1241 static void reflection_method_factory(zend_class_entry *ce, zend_function *method, zval *closure_object, zval *object TSRMLS_DC) argument 1252 ZVAL_STRING(name, method->common.function_name, 1); 1253 ZVAL_STRINGL(classname, method->common.scope->name, method->common.scope->name_length, 1); 1256 intern->ptr = method; 1431 /* Invoke the __toString() method */ 1437 _DO_THROW("Invocation of method __toString() failed"); 1986 Constructor. Throws an Exception in case the given method does not exist */ 2031 zval **method; local 3471 zval *method; local [all...] |
| /PHP_5_3/ext/snmp/ |
| H A D | snmp.c | 291 ZEND_ARG_INFO(0, method) 1305 /* {{{ proto void snmp_set_valueretrieval(int method) 1306 Specify the method how the SNMP values will be returned */ 1309 long method; local 1311 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &method) == FAILURE) { 1315 if ((method == SNMP_VALUE_LIBRARY) || (method == SNMP_VALUE_PLAIN) || (method == SNMP_VALUE_OBJECT)) { 1316 SNMP_G(valueretrieval) = method; 1322 Return the method ho [all...] |
| /PHP_5_3/ext/spl/ |
| H A D | spl_iterators.c | 842 static union _zend_function *spl_recursive_it_get_method(zval **object_ptr, char *method, int method_len TSRMLS_DC) argument 854 function_handler = std_object_handlers.get_method(object_ptr, method, method_len TSRMLS_CC); 856 if (zend_hash_find(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { 859 function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len TSRMLS_CC); 1276 static union _zend_function *spl_dual_it_get_method(zval **object_ptr, char *method, int method_len TSRMLS_DC) argument 1283 function_handler = std_object_handlers.get_method(object_ptr, method, method_len TSRMLS_CC); 1285 if (zend_hash_find(&intern->inner.ce->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { 1288 function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len TSRMLS_CC); 1298 int spl_dual_it_call_method(char *method, INTERNAL_FUNCTION_PARAMETERS) argument 1310 ZVAL_STRING(&func, method, [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | incomplete_class.c | 26 "The script tried to execute a method or " \ 95 static union _zend_function *incomplete_class_get_method(zval **object, char *method, int method_len TSRMLS_DC) /* {{{ */ argument
|
| /PHP_5_3/ext/xml/ |
| H A D | xml.c | 486 /* IS_ARRAY might indicate that we're using array($obj, 'method') syntax */ 532 zval **method; local 538 zend_hash_index_find(Z_ARRVAL_P(handler), 1, (void **) &method) == SUCCESS && 540 Z_TYPE_PP(method) == IS_STRING) { 541 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s::%s()", Z_OBJCE_PP(obj)->name, Z_STRVAL_PP(method));
|
| /PHP_5_3/main/streams/ |
| H A D | php_stream_transport.h | 191 php_stream_xport_crypt_method_t method; member in struct:_php_stream_xport_crypto_param::__anon271
|
| /PHP_5_3/sapi/apache_hooks/ |
| H A D | php_apache.c | 398 /* {{{ proto string ApacheRequest::method() 402 apache_request_read_string_slot(offsetof(request_rec, method), INTERNAL_FUNCTION_PARAM_PASSTHRU); 1203 /* {{{ proto object apache_request_sub_req_method_uri(string method, string uri) 1210 char *file, *method; local 1214 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &method, &method_len, &file, &file_len) == FAILURE) { 1220 sub_r = ap_sub_req_method_uri(method, file, r); 1302 PHP_FALIAS(method, apache_request_method, NULL) 1859 if (rr->method) { 1860 add_property_string(return_value,"method", (char *)rr->method, [all...] |
| H A D | sapi_apache.c | 99 zval *method; local 103 ALLOC_ZVAL(method); 104 ZVAL_STRING(method, tmp +2, 1); 106 call_user_function_ex(EG(function_table), &class, method, ret, 0, NULL, 0, NULL TSRMLS_CC); local 108 zval_dtor(method); 112 /* not a class::method */
|