Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/tests/
H A D007.phpt2 openssl_x509_read() and openssl_x509_free() tests
13 $d = openssl_x509_read($a);
17 var_dump($res = openssl_x509_read($a)); // read cert as a string
20 var_dump($res = openssl_x509_read($b)); // read cert as a filename string
23 var_dump($res = openssl_x509_read($c)); // read an invalid cert, fails
26 var_dump($res = openssl_x509_read($d)); // read cert from a resource
29 var_dump($res = openssl_x509_read($e)); // read an array
32 var_dump($res = openssl_x509_read($f)); // read an array with the filename
42 Warning: openssl_x509_read(): supplied parameter cannot be coerced into an X509 certificate! in %s …
50 Warning: openssl_x509_read(): supplied parameter cannot be coerced into an X509 certificate! in %s …
[all …]
H A D008.phpt13 $d = openssl_x509_read($a);
/PHP-5.5/ext/openssl/
H A Dphp_openssl.h64 PHP_FUNCTION(openssl_x509_read);
H A DREADME20 1. As an X.509 resource returned from openssl_x509_read
H A Dopenssl.c420 PHP_FE(openssl_x509_read, arginfo_openssl_x509_read)
1838 PHP_FUNCTION(openssl_x509_read) in PHP_FUNCTION() argument

Completed in 20 milliseconds