/PHP-5.4/ext/soap/interop/ |
H A D | client_round2_params.php | 264 $test = new SOAP_Test('echoVoid', NULL); variable 490 $test = new SOAP_Test('echoVoid(echoMeStringRequest invalid namespace)', NULL); variable 496 $test = new SOAP_Test('echoVoid(echoMeStringRequest invalid namespace)', NULL); variable 574 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=next)', NULL); variable 579 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=next)', NULL); variable 586 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=next)', NULL); variable 592 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=next)', NULL); variable 600 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL); variable 605 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL); variable 612 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=other)', NULL); variable [all …]
|
H A D | client_round2.php | 16 function endpointList($test,$sel_endpoint) 29 function methodList($test,$sel_method) 49 function endpointTestForm($test, $endpoint, $method, $paramType, $useWSDL)
|
H A D | client_round2_interop.php | 93 function _fetchEndpoints(&$soapclient, $test) { 141 function fetchEndpoints($test = NULL) { 229 function getResults($test = 'base', $type = 'php', $wsdl = 0) { 664 function getMethodList($test = 'base') {
|
/PHP-5.4/ext/phar/tests/files/ |
H A D | pear2coverage.phar.php | 152 function fileLineTOC($sqlite, $file, $line) 419 $output->endElement(); 513 { 534 return $this->sqlite->retrievePathCoverage($path); 544 return $this->sqlite->retrieveCoverage($path); 795 { 816 return $this->sqlite->retrievePathCoverage($path); 826 return $this->sqlite->retrieveCoverage($path); 1094 } 1201 return array($this->pathCovered[$path], $this->pathTotal[$path]); [all …]
|
/PHP-5.4/win32/ |
H A D | fnmatch.c | 62 char c, test; in fnmatch() local 153 rangematch(const char *pattern, char test, int flags) in rangematch()
|
/PHP-5.4/ext/curl/tests/responder/ |
H A D | get.php | 2 $test = isset($_GET['test']) ? $_GET['test'] : null; variable
|
/PHP-5.4/Zend/tests/bug67436/ |
H A D | b.php | 4 public function test() { function in b
|
H A D | a.php | 4 public function test($arg = c::TESTCONSTANT) { function in a
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_log.c | 102 int token, test; in fpm_log_write() local
|
/PHP-5.4/win32/build/ |
H A D | Makefile | 141 test: target
|
/PHP-5.4/ext/simplexml/ |
H A D | simplexml.c | 257 int test = 0; in sxe_prop_dim_read() local 463 int test = 0; in sxe_prop_dim_write() local 742 int test = 0; in sxe_prop_dim_exists() local 873 int test = 0; in sxe_prop_dim_delete() local 1071 int test; in sxe_get_prop_hash() local
|
/PHP-5.4/ext/phar/ |
H A D | phar.c | 1246 phar_archive_data **test, *unused = NULL; local 1569 char *pos, test = '\0'; local 1839 char test[51]; local
|
H A D | util.c | 260 char *path, *fname, *arch, *entry, *ret, *test; in phar_find_in_include_path() local 1569 char *test; in phar_get_entry_info_dir() local
|
H A D | stream.c | 647 char *test; in phar_wrapper_stat() local
|
H A D | phar_object.c | 1521 char *test = NULL; local 3267 int test; local
|
/PHP-5.4/ |
H A D | server-tests.php | 1559 $test = new testHarness(); variable
|
/PHP-5.4/sapi/isapi/stresstest/ |
H A D | stresstest.cpp | 306 enum state {none, test, skipif, post, get, file, expect} parsestate = none; in ParseTestFile() enumerator
|