Home
last modified time | relevance | path

Searched refs:outfilename (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/openssl/tests/
H A Dopenssl_x509_export_to_file_basic.phpt7 $outfilename = __DIR__ . "/openssl_x509_export_to_file__outfilename.tmp";
16 var_dump(openssl_x509_export_to_file($a, $outfilename)); // read cert as a binary string
17 var_dump(openssl_x509_export_to_file($b, $outfilename)); // read cert from a filename string
18 var_dump(openssl_x509_export_to_file($c, $outfilename)); // read an invalid cert, fails
19 var_dump(openssl_x509_export_to_file($d, $outfilename)); // read cert from a resource
21 openssl_x509_export_to_file($e, $outfilename); // read an array, fails
26 var_dump($exists = file_exists($outfilename));
30 $outfilename = __DIR__ . "/openssl_x509_export_to_file__outfilename.tmp";
31 if (file_exists($outfilename)) {
32 unlink($outfilename);
/php-src/ext/openssl/
H A Dopenssl.c5762 char * outfilename = NULL; in PHP_FUNCTION() local
5996 char * outfilename; in PHP_FUNCTION() local
6003 Z_PARAM_PATH(outfilename, outfilename_len) in PHP_FUNCTION()
6111 char * outfilename; in PHP_FUNCTION() local
6116 Z_PARAM_PATH(outfilename, outfilename_len) in PHP_FUNCTION()
6365 char * outfilename = NULL; in PHP_FUNCTION() local
6384 outfilename, outfilename_len, 2, PHP_OPENSSL_BIO_MODE_W(flags)); in PHP_FUNCTION()
6643 char * outfilename; in PHP_FUNCTION() local
6651 Z_PARAM_PATH(outfilename, outfilename_len) in PHP_FUNCTION()
6821 char * outfilename; in PHP_FUNCTION() local
[all …]

Completed in 19 milliseconds