Searched refs:shortname (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ |
H A D | run-tests.php | 1320 $shortname = str_replace($cwd . '/', '', $file); 1321 $tested_file = $shortname; 1367 show_test($test_idx, $shortname); 1513 junit_start_timer($shortname); 1517 junit_finish_timer($shortname); 1573 $IN_REDIRECT['via'] = "via [$shortname]\n\t"; 1606 junit_mark_test_as('PASS', $shortname, $tested); 1813 junit_start_timer($shortname); 1817 junit_finish_timer($shortname); 2556 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.6/ext/openssl/ |
H A D | README | 79 keyed by the shortname forms eg: CN as opposed to commonName (shortnames
|
H A D | openssl.c | 150 ZEND_ARG_INFO(0, shortname) 627 static void add_assoc_name_entry(zval * val, char * key, X509_NAME * name, int shortname TSRMLS_DC)… in add_assoc_name_entry() 654 if (shortname) { in add_assoc_name_entry()
|
Completed in 25 milliseconds