Searched refs:tmpdir (Results 1 – 15 of 15) sorted by relevance
/PHP-7.4/ext/opcache/tests/ |
H A D | bug78189.phpt | 15 $tmpdir = sys_get_temp_dir(); 16 $pattern = $tmpdir . '/*/*/' . str_replace(':', '', __DIR__) . '/bug78189.php.bin'; 20 $part = substr($filename, strlen($tmpdir), 34);
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | bug42560.phpt | 5 $tmpdir = sys_get_temp_dir(); 6 ini_set('open_basedir', $tmpdir);
|
H A D | bug49047.phpt | 6 $testdir = __DIR__ . '/bug47177.tmpdir';
|
/PHP-7.4/main/ |
H A D | php_memory_streams.h | 38 …m_temp_create_ex(mode, max_memory_usage, tmpdir) _php_stream_temp_create_ex((mode), (max_memory_us… argument 49 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir…
|
/PHP-7.4/main/streams/ |
H A D | memory.c | 366 char* tmpdir; member 384 php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL); in php_stream_temp_write() 437 if (ts->tmpdir) { in php_stream_temp_close() 438 efree(ts->tmpdir); in php_stream_temp_close() 574 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir… in _php_stream_temp_create_ex() 583 if (tmpdir) { in _php_stream_temp_create_ex() 584 self->tmpdir = estrdup(tmpdir); in _php_stream_temp_create_ex()
|
/PHP-7.4/build/ |
H A D | shtool | 427 tmpdir="$TMPDIR" 429 tmpdir="$TEMPDIR" 431 tmpdir="/tmp" 433 tmpdir="$tmpdir/.shtool.$$" 435 rm -rf "$tmpdir" >/dev/null 2>&1 || true 436 mkdir "$tmpdir" >/dev/null 2>&1 438 echo "$msgprefix:Error: failed to create temporary directory \`$tmpdir'" 1>&2 444 tmpfile="$tmpdir/shtool.tmp" 462 rm -rf "$tmpdir" >/dev/null 2>&1 || true
|
H A D | ltmain.sh | 6226 tmpdir=`func_mktempdir` 6228 outputname="$tmpdir/$file" 6236 ${rm}r "$tmpdir" 6268 test -n "$outputname" && ${rm}r "$tmpdir"
|
/PHP-7.4/ext/phar/ |
H A D | shortarc.php | 152 $temp = self::tmpdir(); 196 static function tmpdir() function in Extract_Phar
|
/PHP-7.4/ext/phar/tests/ |
H A D | phar_createdefaultstub.phpt | 188 $temp = self::tmpdir(); 232 static function tmpdir() 482 $temp = self::tmpdir(); 526 static function tmpdir() 784 $temp = self::tmpdir(); 828 static function tmpdir()
|
H A D | phar_setdefaultstub.phpt | 208 $temp = self::tmpdir(); 252 static function tmpdir() 503 $temp = self::tmpdir(); 547 static function tmpdir() 798 $temp = self::tmpdir(); 842 static function tmpdir()
|
/PHP-7.4/ext/phar/tests/cache_list/files/ |
H A D | nophar.phar | 152 $temp = self::tmpdir(); 196 static function tmpdir()
|
H A D | openssl.phar | 152 $temp = self::tmpdir(); 196 static function tmpdir()
|
/PHP-7.4/ext/phar/tests/files/ |
H A D | include_path2.phar | 152 $temp = self::tmpdir(); 196 static function tmpdir()
|
H A D | nophar.phar | 152 $temp = self::tmpdir(); 196 static function tmpdir()
|
H A D | openssl.phar | 152 $temp = self::tmpdir(); 196 static function tmpdir()
|
Completed in 42 milliseconds