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.c5573 char * outfilename = NULL; in PHP_FUNCTION() local
5807 char * outfilename; in PHP_FUNCTION() local
5814 Z_PARAM_PATH(outfilename, outfilename_len) in PHP_FUNCTION()
5922 char * outfilename; in PHP_FUNCTION() local
5927 Z_PARAM_PATH(outfilename, outfilename_len) in PHP_FUNCTION()
6176 char * outfilename = NULL; in PHP_FUNCTION() local
6195 outfilename, outfilename_len, 2, PHP_OPENSSL_BIO_MODE_W(flags)); in PHP_FUNCTION()
6454 char * outfilename; in PHP_FUNCTION() local
6462 Z_PARAM_PATH(outfilename, outfilename_len) in PHP_FUNCTION()
6632 char * outfilename; in PHP_FUNCTION() local
[all …]

Completed in 25 milliseconds