Home
last modified time | relevance | path

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

/PHP-7.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-7.3/
H A Drun-tests.php2158 $restype[] = 'LEAK';
2162 $restype[] = 'WARN';
2171 $restype[] = 'XFAIL';
2174 $restype[] = 'FAIL';
2226 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames);
2228 foreach ($restype as $type) {
2240 …junit_mark_test_as($restype, str_replace(TEST_PHP_SRCDIR . '/', '', $tested_file), $tested, null, …
2242 return $restype[0] . 'ED';

Completed in 11 milliseconds