Searched refs:restype (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/intl/resourcebundle/ |
| H A D | resourcebundle.c | 29 UResType restype; local 38 restype = ures_getType( source->child ); 39 switch (restype)
|
| /PHP_TRUNK/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) { 1432 CS_INT restype; local 1521 if (ct_results(sybase_ptr->cmd, &restype)!=CS_SUCCEED) { 1527 switch ((int) restype) { [all...] |
| /PHP_TRUNK/ |
| H A D | run-tests.php | 2028 $restype[] = 'LEAK'; 2032 $restype[] = 'WARN'; 2037 $restype[] = 'XFAIL'; 2040 $restype[] = 'FAIL'; 2088 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames); 2090 foreach ($restype as $type) { 2106 junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $diff); 2108 return $restype[0] . 'ED';
|
Completed in 13 milliseconds