Searched refs:restype (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/intl/resourcebundle/ |
H A D | resourcebundle.c | 29 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.2/ |
H A D | run-tests.php | 2201 $restype[] = 'LEAK'; 2205 $restype[] = 'WARN'; 2214 $restype[] = 'XFAIL'; 2217 $restype[] = 'FAIL'; 2265 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames); 2267 foreach ($restype as $type) { 2279 …junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $dif… 2281 return $restype[0] . 'ED';
|
Completed in 18 milliseconds