Searched refs:short_names (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/openssl/ |
H A D | openssl.stub.php | 400 function openssl_x509_parse(OpenSSLCertificate|string $certificate, bool $short_names = true): arra… argument 444 function openssl_csr_get_subject(OpenSSLCertificateSigningRequest|string $csr, bool $short_names = … 446 function openssl_csr_get_public_key(OpenSSLCertificateSigningRequest|string $csr, bool $short_names…
|
H A D | openssl_arginfo.h | 34 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, short_names, _IS_BOOL, 0, "true") 104 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, short_names, _IS_BOOL, 0, "true") 109 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, short_names, _IS_BOOL, 0, "true")
|
Completed in 8 milliseconds