Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/tests/
H A Dbug74720_1.phpt65 $outPath = tempnam(sys_get_temp_dir(), 'test');
69 $outPath,
76 var_dump(strpos(file_get_contents($outPath), $content) !== false);
79 unlink($outPath);
/PHP-7.4/scripts/dev/
H A Dbless_tests.php15 $outPath = $matches[1] . '.out'; variable
16 if (!file_exists($outPath)) {
22 $out = file_get_contents($outPath);

Completed in 6 milliseconds