Searched refs:restype (Results 1 – 2 of 2) sorted by relevance
/PHP-7.4/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.4/ |
H A D | run-tests.php | 2688 $restype[] = isset($section_text['XLEAK']) ? 2693 $restype[] = 'WARN'; 2698 $restype[] = 'XFAIL'; 2701 $restype[] = 'XLEAK'; 2704 $restype[] = 'FAIL'; 2757 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames); 2759 foreach ($restype as $type) { 2771 junit_mark_test_as($restype, $shortname, $tested, null, $info, $diff); 2773 return $restype[0] . 'ED';
|
Completed in 11 milliseconds