Searched refs:shortname (Results 1 – 4 of 4) sorted by relevance
/PHP-5.5/ |
H A D | run-tests.php | 1316 $shortname = str_replace($cwd . '/', '', $file); 1317 $tested_file = $shortname; 1363 show_test($test_idx, $shortname); 1509 junit_start_timer($shortname); 1513 junit_finish_timer($shortname); 1569 $IN_REDIRECT['via'] = "via [$shortname]\n\t"; 1602 junit_mark_test_as('PASS', $shortname, $tested); 1809 junit_start_timer($shortname); 1813 junit_finish_timer($shortname); 2552 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.5/ext/openssl/ |
H A D | README | 79 keyed by the shortname forms eg: CN as opposed to commonName (shortnames
|
H A D | openssl.c | 143 ZEND_ARG_INFO(0, shortname) 579 static void add_assoc_name_entry(zval * val, char * key, X509_NAME * name, int shortname TSRMLS_DC)… in add_assoc_name_entry() 606 if (shortname) { in add_assoc_name_entry()
|
Completed in 51 milliseconds