Home
last modified time | relevance | path

Searched refs:filePath (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/TSRM/
H A Dtsrm_nw.c57 char *filePath = NULL; local
77 filePath = mktemp(tempName);
78 if (!filePath)
98 pipe_handle = pipe_open(filePath, mode);
102 pipe_handle = mkfifo(filePath, mode);
109 err = NXFifoOpen(0, filePath, mode, 0, &pipe_handle);
186 envSpec.esStdin.ssPath = filePath;
190 envSpec.esStdout.ssPath = filePath;
/PHP-7.1/ext/hash/tests/
H A Dhash_update_file.phpt15 $filePath = __DIR__ . DIRECTORY_SEPARATOR . 'sha1.phpt';
16 fopen($filePath, "r");
17 var_dump(hash_update_file($ctx, $filePath));
/PHP-7.1/sapi/fpm/tests/
H A Dtester.inc151 foreach (glob($filePattern) as $filePath) {
152 unlink($filePath);
172 $filePath = $backtrace[$backTraceIndex]['file'];
174 $filePath = __FILE__;
177 return substr($filePath, 0, -strlen(pathinfo($filePath, PATHINFO_EXTENSION)));
940 $filePath = $this->getFile($extension, $dir, $name);
941 file_put_contents($filePath, $content);
943 return $filePath;
997 if (!file_exists($filePath)) {
1014 if (file_exists($filePath)) {
[all …]
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c37880 const char *filePath, /* name of the database file */
37898 if( !filePath ){
37903 if( statfs(filePath, &fsInfo) != -1 ){
37944 const char *filePath, /* name of the database file */
37949 if( !filePath ){

Completed in 334 milliseconds