Searched refs:tmpdir (Results 1 – 17 of 17) sorted by relevance
/PHP-8.2/ext/opcache/tests/ |
H A D | bug78189.phpt | 17 $tmpdir = sys_get_temp_dir(); 18 $pattern = $tmpdir . '/*/*/' . str_replace(':', '', __DIR__) . '/bug78189.php.bin'; 22 $part = substr($filename, strlen($tmpdir), 34);
|
/PHP-8.2/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-8.2/main/ |
H A D | php_memory_streams.h | 36 …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.2/main/streams/ |
H A D | memory.c | 339 char* tmpdir; member 357 php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL); in php_stream_temp_write() 411 if (ts->tmpdir) { in php_stream_temp_close() 412 efree(ts->tmpdir); in php_stream_temp_close() 547 PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memory_usage, const char *tmpdir… in _php_stream_temp_create_ex() 556 if (tmpdir) { in _php_stream_temp_create_ex() 557 self->tmpdir = estrdup(tmpdir); in _php_stream_temp_create_ex()
|
/PHP-8.2/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 | 6239 tmpdir=`func_mktempdir` 6241 outputname="$tmpdir/$file" 6249 ${rm}r "$tmpdir" 6281 test -n "$outputname" && ${rm}r "$tmpdir"
|
/PHP-8.2/ext/phar/ |
H A D | shortarc.php | 152 $temp = self::tmpdir(); 196 static function tmpdir() function in Extract_Phar
|
/PHP-8.2/ext/phar/tests/ |
H A D | phar_setdefaultstub.phpt | 207 $temp = self::tmpdir(); 251 static function tmpdir() 502 $temp = self::tmpdir(); 546 static function tmpdir() 797 $temp = self::tmpdir(); 841 static function tmpdir()
|
H A D | phar_createdefaultstub.phpt | 187 $temp = self::tmpdir(); 231 static function tmpdir() 481 $temp = self::tmpdir(); 525 static function tmpdir() 783 $temp = self::tmpdir(); 827 static function tmpdir()
|
/PHP-8.2/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-8.2/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()
|
H A D | openssl256.phar | 152 $temp = self::tmpdir(); 196 static function tmpdir()
|
H A D | openssl512.phar | 152 $temp = self::tmpdir(); 196 static function tmpdir()
|
Completed in 163 milliseconds