Home
last modified time | relevance | path

Searched refs:tmpdir (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/ext/opcache/tests/
H A Dbug78189.phpt16 $tmpdir = sys_get_temp_dir();
17 $pattern = $tmpdir . '/*/*/' . str_replace(':', '', __DIR__) . '/bug78189.php.bin';
21 $part = substr($filename, strlen($tmpdir), 34);
/PHP-8.0/ext/standard/tests/file/
H A Dbug42560.phpt5 $tmpdir = sys_get_temp_dir();
6 ini_set('open_basedir', $tmpdir);
H A Dbug49047.phpt6 $testdir = __DIR__ . '/bug47177.tmpdir';
/PHP-8.0/main/
H A Dphp_memory_streams.h36 …m_temp_create_ex(mode, max_memory_usage, tmpdir) _php_stream_temp_create_ex((mode), (max_memory_us… argument
47 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir
/PHP-8.0/main/streams/
H A Dmemory.c364 char* tmpdir; member
383 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-8.0/build/
H A Dshtool427 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 Dltmain.sh6239 tmpdir=`func_mktempdir`
6241 outputname="$tmpdir/$file"
6249 ${rm}r "$tmpdir"
6281 test -n "$outputname" && ${rm}r "$tmpdir"
/PHP-8.0/ext/phar/
H A Dshortarc.php152 $temp = self::tmpdir();
196 static function tmpdir() function in Extract_Phar
/PHP-8.0/ext/phar/tests/
H A Dphar_createdefaultstub.phpt187 $temp = self::tmpdir();
231 static function tmpdir()
481 $temp = self::tmpdir();
525 static function tmpdir()
783 $temp = self::tmpdir();
827 static function tmpdir()
H A Dphar_setdefaultstub.phpt207 $temp = self::tmpdir();
251 static function tmpdir()
502 $temp = self::tmpdir();
546 static function tmpdir()
797 $temp = self::tmpdir();
841 static function tmpdir()
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dnophar.phar152 $temp = self::tmpdir();
196 static function tmpdir()
H A Dopenssl.phar152 $temp = self::tmpdir();
196 static function tmpdir()
/PHP-8.0/ext/phar/tests/files/
H A Dinclude_path2.phar152 $temp = self::tmpdir();
196 static function tmpdir()
H A Dnophar.phar152 $temp = self::tmpdir();
196 static function tmpdir()
H A Dopenssl.phar152 $temp = self::tmpdir();
196 static function tmpdir()

Completed in 33 milliseconds