Searched refs:shortname (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ |
H A D | run-tests.php | 1313 $shortname = str_replace($cwd . '/', '', $file); 1314 $tested_file = $shortname; 1360 show_test($test_idx, $shortname); 1506 junit_start_timer($shortname); 1510 junit_finish_timer($shortname); 1566 $IN_REDIRECT['via'] = "via [$shortname]\n\t"; 1599 junit_mark_test_as('PASS', $shortname, $tested); 1806 junit_start_timer($shortname); 1810 junit_finish_timer($shortname); 2549 function show_test($test_idx, $shortname) argument [all …]
|
H A D | server-tests.php | 1241 $shortname = str_replace($this->conf['TEST_BASE_PATH'].'\\', '', $file); 1243 $shortname = str_replace($this->conf['TEST_BASE_PATH'].'/', '', $file); 1244 $tested = $section_text['TEST']." [$shortname]";
|
/PHP-5.4/ext/openssl/ |
H A D | README | 79 keyed by the shortname forms eg: CN as opposed to commonName (shortnames
|
H A D | openssl.c | 144 ZEND_ARG_INFO(0, shortname) 566 static void add_assoc_name_entry(zval * val, char * key, X509_NAME * name, int shortname TSRMLS_DC)… in add_assoc_name_entry() 594 if (shortname) { in add_assoc_name_entry()
|
Completed in 26 milliseconds