Home
last modified time | relevance | path

Searched refs:use_shortnames (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/openssl/
H A Dopenssl.c229 ZEND_ARG_INFO(0, use_shortnames)
234 ZEND_ARG_INFO(0, use_shortnames)
3607 zend_bool use_shortnames = 1; in PHP_FUNCTION() local
3612 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|b", &zcsr, &use_shortnames) == FAILURE) { in PHP_FUNCTION()
3625 php_openssl_add_assoc_name_entry(return_value, NULL, subject, use_shortnames); in PHP_FUNCTION()
3638 zend_bool use_shortnames = 1; in PHP_FUNCTION() local
3644 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|b", &zcsr, &use_shortnames) == FAILURE) { in PHP_FUNCTION()

Completed in 19 milliseconds