Searched refs:no_text (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/openssl/ |
H A D | openssl.stub.php | 381 …ile(OpenSSLCertificate|string $certificate, string $output_filename, bool $no_text = true): bool {} argument 384 function openssl_x509_export(OpenSSLCertificate|string $certificate, &$output, bool $no_text = true… argument 425 …enSSLCertificateSigningRequest|string $csr, string $output_filename, bool $no_text = true): bool {} 428 function openssl_csr_export(OpenSSLCertificateSigningRequest|string $csr, &$output, bool $no_text =…
|
H A D | openssl_arginfo.h | 7 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, no_text, _IS_BOOL, 0, "true") 13 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, no_text, _IS_BOOL, 0, "true") 77 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, no_text, _IS_BOOL, 0, "true") 83 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, no_text, _IS_BOOL, 0, "true")
|
Completed in 11 milliseconds