Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/tests/
H A Dbug55646.phpt30 while (openssl_error_string()) {}
37 while ($e = openssl_error_string()) {
H A Dopenssl_error_string_basic.phpt2 openssl_error_string() tests
11 while (($error_string = openssl_error_string()) !== false) {
46 while (($error_string = openssl_error_string()) !== false) {
75 $enc_error = openssl_error_string();
78 var_dump(openssl_error_string());
84 while (($enc_error_new = openssl_error_string()) !== false) {
H A Dbug74022.phpt13 var_dump(openssl_error_string());
H A Dbug80747.phpt17 while ($e = openssl_error_string()) {
H A Dopenssl_cms_encrypt_der.phpt27 while (( $errstr=openssl_error_string()) != false) {
H A Dopenssl_cms_encrypt_pem.phpt27 while (( $errstr=openssl_error_string()) != false) {
H A Dbug74022_2.phpt11 openssl_error_string();
/PHP-8.0/ext/openssl/
H A Dopenssl_arginfo.h429 ZEND_FUNCTION(openssl_error_string);
497 ZEND_FE(openssl_error_string, arginfo_openssl_error_string)
H A Dopenssl.stub.php166 function openssl_error_string(): string|false {} function
H A Dopenssl.c6503 PHP_FUNCTION(openssl_error_string) in PHP_FUNCTION() argument

Completed in 33 milliseconds