Home
last modified time | relevance | path

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

/PHP-7.0/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-7.0/
H A Drun-tests.php2152 $restype[] = 'LEAK';
2156 $restype[] = 'WARN';
2161 $restype[] = 'XFAIL';
2164 $restype[] = 'FAIL';
2212 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames);
2214 foreach ($restype as $type) {
2230 …junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $dif…
2232 return $restype[0] . 'ED';

Completed in 13 milliseconds