Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dphp_memory_streams.h39 …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.1/ext/standard/tests/file/
H A Dbug49047.phpt6 $testdir = __DIR__ . '/bug47177.tmpdir';
/PHP-7.1/main/streams/
H A Dmemory.c359 char* tmpdir; member
377 php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL); in php_stream_temp_write()
430 if (ts->tmpdir) { in php_stream_temp_close()
431 efree(ts->tmpdir); in php_stream_temp_close()
567 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir in _php_stream_temp_create_ex()
576 if (tmpdir) { in _php_stream_temp_create_ex()
577 self->tmpdir = estrdup(tmpdir); in _php_stream_temp_create_ex()
/PHP-7.1/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
/PHP-7.1/ext/phar/
H A Dshortarc.php152 $temp = self::tmpdir();
196 static function tmpdir() function in Extract_Phar
/PHP-7.1/ext/phar/tests/
H A Dphar_createdefaultstub.phpt188 $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 Dphar_setdefaultstub.phpt208 $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.1/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-7.1/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()
/PHP-7.1/ext/openssl/tests/
H A Dbug65538.phar152 $temp = self::tmpdir();
196 static function tmpdir()
/PHP-7.1/
H A Dltmain.sh6226 tmpdir=`func_mktempdir`
6228 outputname="$tmpdir/$file"
6236 ${rm}r "$tmpdir"
6268 test -n "$outputname" && ${rm}r "$tmpdir"

Completed in 40 milliseconds