| /PHP_5_5/ext/soap/interop/ |
| H A D | client_round2_interop.php | 358 $ok = FALSE; variable 468 $ok = $cmp_func($sent_d,$return); variable 470 $ok = $this->compareResult($sent_d,$return, $sent->type); variable 471 if (!$ok && $soap_test->expect) { 472 $ok = $this->compareResult($soap_test->expect,$return); variable 487 if($ok){ 510 $ok = 1; variable 513 $ok = 0; variable 526 $soap_test->setResult($ok,$res, $wire,$fault->faultstring, $fault); 529 return $ok; [all...] |
| H A D | client_round2_params.php | 67 function setResult($ok, $result, $wire, $error = '', $fault = NULL) 69 $this->result['success'] = $ok; 99 $ok = $this->result['success']; variable 100 if ($ok) { 301 # php-soap sends boolean as zero or one, which is ok, but to be explicit, send true or false.
|
| H A D | test.utility.php | 70 $ok = FALSE; variable 73 // $ok = $dt->compare($e1, $e2) == 0; 76 return $ok || $e1 == $e2 || strcasecmp(trim($e1), trim($e2)) == 0; 98 $ok = 0; variable 103 $ok = array_compare($x, $y); variable 105 $ok = object_compare($x, $y); variable 107 $ok = number_compare($x, $y); variable 109 // $ok = boolean_compare($x, $y); 111 $ok = ($x == $y); variable 112 // $ok [all...] |
| /PHP_5_5/ext/standard/ |
| H A D | crypt_blowfish.c | 829 int save_errno, ok; local 854 ok = (p == buf.o && 866 ok = ok && ai[0] == 0xdb9c59bc && ye[17] == 0x33343500 && 872 if (ok)
|
| H A D | url_scanner_ex.c | 315 int ok = 0; local 323 ok = 1; 324 STATE = ok ? STATE_NEXT_ARG : STATE_PLAIN;
|
| H A D | url_scanner_ex.re | 251 int ok = 0; 259 ok = 1; 260 STATE = ok ? STATE_NEXT_ARG : STATE_PLAIN;
|
| H A D | array.c | 2943 zend_bool ok; local 2987 ok = 1; 2993 ok = 0; 2997 if (ok) { 3002 ok = 1; 3008 ok = 0; 3012 if (ok) { 3366 zend_bool ok; local 3405 ok = 1; 3411 ok [all...] |
| /PHP_5_5/sapi/isapi/stresstest/ |
| H A D | stresstest.cpp | 42 LONG ok; member in struct:_TResults 451 printf("%s\r\nOK: %d FAILED: %d\r\n", TestNames.GetAt(i), result.ok, result.bad); 600 BOOL ok = FALSE; local 605 InterlockedIncrement(&Results[i].ok); 606 ok = TRUE; 609 ok = FALSE; 615 printf("tid %d: %s %s\n", GetCurrentThreadId(), testname, ok?"OK":"FAIL"); 709 BOOL ok = TRUE; local 715 ok = CompareFiles(fname, matchdata); 720 return ok; [all...] |
| /PHP_5_5/win32/build/ |
| H A D | buildconf.js | 57 var c, i, ok, n;
63 ok = true;
|
| H A D | phpize.js.in | 83 var c, i, ok, n;
|
| /PHP_5_5/win32/ |
| H A D | fnmatch.c | 155 int negate, ok; local 171 for (ok = 0; (c = *pattern++) != ']';) { 193 ok = 1; 195 ok = 1; 197 return (ok == negate ? NULL : pattern);
|
| H A D | glob.c | 767 int ok, negate_range; local 787 ok = 0; 795 ok = 1; 798 ok = 1; 799 if (ok == negate_range)
|
| /PHP_5_5/ext/com_dotnet/ |
| H A D | com_olechar.c | 37 BOOL ok; local 49 ok = MultiByteToWideChar(codepage, flags, string, string_len, olestring, string_len); 51 ok = FALSE; 56 if (!ok) { 72 BOOL ok; local 79 ok = length > 0; 83 ok = FALSE; 87 if (!ok) {
|
| /PHP_5_5/ext/pdo/ |
| H A D | pdo_sql_parser.re | 166 int ok = 1; 169 ok = 0; 173 if (ok) {
|
| /PHP_5_5/sapi/nsapi/ |
| H A D | nsapi.c | 848 register int i,j,ok; local 854 ok=1; 856 ok&=(strcasecmp(entry->param->name, nsapi_exclude_from_ini_entries[j])!=0); 859 if (ok) {
|
| /PHP_5_5/ext/openssl/ |
| H A D | openssl.c | 4560 int ok = 1; local 4649 if (ok) {
|
| /PHP_5_5/main/ |
| H A D | network.c | 341 goto ok; 372 ok:
|
| /PHP_5_5/ext/soap/ |
| H A D | soap.c | 4493 int ok = 1; local 4500 ok = 0; 4505 ok = 0; 4509 ok = 0; 4513 ok = 0; 4519 if (ok /*&& node == NULL*/) {
|