Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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()
1432 CS_INT restype; in php_sybase_query() local
1521 if (ct_results(sybase_ptr->cmd, &restype)!=CS_SUCCEED) { in php_sybase_query()
1527 switch ((int) restype) { in php_sybase_query()
1563 while ((retcode = ct_results(sybase_ptr->cmd, &restype))==CS_SUCCEED) { in php_sybase_query()
[all …]
/PHP-5.5/
H A Drun-tests.php2053 $restype[] = 'LEAK';
2057 $restype[] = 'WARN';
2062 $restype[] = 'XFAIL';
2065 $restype[] = 'FAIL';
2113 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames);
2115 foreach ($restype as $type) {
2131 …junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $dif…
2133 return $restype[0] . 'ED';

Completed in 15 milliseconds