Searched refs:shortname (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ |
H A D | run-tests.php | 1393 $tested_file = $shortname; 1468 show_test($test_idx, $shortname); 1625 junit_start_timer($shortname); 1629 junit_finish_timer($shortname); 1686 $IN_REDIRECT['via'] = "via [$shortname]\n\t"; 1719 junit_mark_test_as('PASS', $shortname, $tested); 1934 junit_start_timer($shortname); 1940 junit_finish_timer($shortname); 2111 junit_mark_test_as('PASS', $shortname, $tested); 2675 function show_test($test_idx, $shortname) argument [all …]
|
H A D | server-tests.php | 1228 $shortname = str_replace($this->conf['TEST_BASE_PATH'].'\\', '', $file); 1230 $shortname = str_replace($this->conf['TEST_BASE_PATH'].'/', '', $file); 1231 $tested = $section_text['TEST']." [$shortname]";
|
/PHP-7.3/ext/openssl/ |
H A D | README | 77 keyed by the shortname forms eg: CN as opposed to commonName (shortnames
|
H A D | openssl.c | 158 ZEND_ARG_INFO(0, shortname) 843 …php_openssl_add_assoc_name_entry(zval * val, char * key, X509_NAME * name, int shortname) /* {{{ */ in php_openssl_add_assoc_name_entry() argument 869 if (shortname) { in php_openssl_add_assoc_name_entry()
|
Completed in 36 milliseconds