Home
last modified time | relevance | path

Searched refs:restype (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle.c29 UResType restype; in resourcebundle_extract_value() local
38 restype = ures_getType( source->child ); in resourcebundle_extract_value()
39 switch (restype) in resourcebundle_extract_value()
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c986 CS_INT restype; in exec_cmd() local
1009 while ((retcode = ct_results(sybase_ptr->cmd, &restype))==CS_SUCCEED) { in exec_cmd()
1010 switch ((int) restype) { in exec_cmd()
1094 CS_INT restype; in php_sybase_finish_results() local
1117 while ((retcode = ct_results(result->sybase_ptr->cmd, &restype))==CS_SUCCEED) { in php_sybase_finish_results()
1118 switch ((int) restype) { in php_sybase_finish_results()
1433 CS_INT restype; in php_sybase_query() local
1522 if (ct_results(sybase_ptr->cmd, &restype)!=CS_SUCCEED) { in php_sybase_query()
1528 switch ((int) restype) { in php_sybase_query()
1564 while ((retcode = ct_results(sybase_ptr->cmd, &restype))==CS_SUCCEED) { in php_sybase_query()
[all …]
/PHP-5.3/
H A Drun-tests.php2021 $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, $dif…
2101 return $restype[0] . 'ED';

Completed in 1516 milliseconds