Searched refs:restype (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ |
| H A D | run-tests.php | 2021 $restype[] = 'LEAK'; 2025 $restype[] = 'WARN'; 2030 $restype[] = 'XFAIL'; 2033 $restype[] = 'FAIL'; 2081 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames); 2083 foreach ($restype as $type) { 2099 junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $diff); 2101 return $restype[0] . 'ED';
|
| /PHP_5_3/ext/intl/resourcebundle/ |
| H A D | resourcebundle.c | 29 UResType restype; local 38 restype = ures_getType( source->child ); 39 switch (restype)
|
| /PHP_5_3/ext/sybase_ct/ |
| H A D | php_sybase_ct.c | 986 CS_INT restype; local 1009 while ((retcode = ct_results(sybase_ptr->cmd, &restype))==CS_SUCCEED) { 1010 switch ((int) restype) { 1094 CS_INT restype; local 1109 /* The only restype we should get now is CS_CMD_DONE, possibly 1117 while ((retcode = ct_results(result->sybase_ptr->cmd, &restype))==CS_SUCCEED) { 1118 switch ((int) restype) { 1433 CS_INT restype; local 1522 if (ct_results(sybase_ptr->cmd, &restype)!=CS_SUCCEED) { 1528 switch ((int) restype) { [all...] |
Completed in 21 milliseconds