Searched refs:short_names (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/openssl/ |
H A D | openssl.stub.php | 440 function openssl_x509_parse(OpenSSLCertificate|string $certificate, bool $short_names = true): arra… argument 484 function openssl_csr_get_subject(OpenSSLCertificateSigningRequest|string $csr, bool $short_names = … 486 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") 105 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, short_names, _IS_BOOL, 0, "true") 110 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, short_names, _IS_BOOL, 0, "true")
|
Completed in 13 milliseconds