Home
last modified time | relevance | path

Searched refs:temp (Results 201 – 225 of 241) sorted by last modified time

12345678910

/php-src/ext/standard/tests/file/
H A Dbug69628.phpt14 // temp dirname used here
17 // temp dir created
20 // temp files created
H A D007_basic.phpt55 // remove the temp file
/php-src/ext/standard/tests/dir/
H A Ddir_basic-win32-mb.phpt48 // delete temp files
H A Ddir_basic.phpt42 // delete temp files
/php-src/ext/standard/tests/array/
H A D001.phpt26 $temp[$x] = $array;
28 return $temp;
H A Darray_change_key_case_variation4.phpt14 $temp = $input;
15 var_dump(array_change_key_case($temp, $i));
/php-src/ext/spl/tests/
H A Dbug65069.phpt6 // temp dirname used here
8 // temp dir created
13 // temp files created
H A DSplTempFileObject_constructor_basic.phpt10 string(10) "php://temp"
12 string(10) "php://temp"
H A DSplTempFileObject_constructor_maxmemory_basic.phpt10 string(25) "php://temp/maxmemory:1024"
12 string(25) "php://temp/maxmemory:1024"
/php-src/ext/spl/tests/SplFileObject/
H A Dbug51374.phpt9 $fileInfo = new SplFileInfo('php://temp');
H A Dbug80933.phpt10 $temp = new SplTempFileObject();
11 $temp->fwrite($line);
13 $temp->rewind();
14 $read = $temp->fgets();
17 $temp->rewind();
18 $temp->setFlags(SplFileObject::DROP_NEW_LINE);
19 $read = $temp->fgets();
/php-src/ext/phar/tests/
H A Dphar_setdefaultstub.phpt209 if (!$temp || !is_writable($temp)) {
220 self::$temp = $temp;
223 $temp = realpath($temp);
257 if (is_dir('/temp') || mkdir('/temp')) {
504 if (!$temp || !is_writable($temp)) {
515 self::$temp = $temp;
518 $temp = realpath($temp);
552 if (is_dir('/temp') || mkdir('/temp')) {
799 if (!$temp || !is_writable($temp)) {
810 self::$temp = $temp;
[all …]
H A Dphar_createdefaultstub.phpt189 if (!$temp || !is_writable($temp)) {
200 self::$temp = $temp;
203 $temp = realpath($temp);
237 if (is_dir('/temp') || mkdir('/temp')) {
483 if (!$temp || !is_writable($temp)) {
494 self::$temp = $temp;
497 $temp = realpath($temp);
531 if (is_dir('/temp') || mkdir('/temp')) {
785 if (!$temp || !is_writable($temp)) {
796 self::$temp = $temp;
[all …]
H A Dbug69720.phpt14 $temp="";
15 $temp= $file->getFileName() . "\n";
16 $temp.=file_get_contents($file->getPathName()) . "\n"; // display contents
/php-src/ext/phar/tests/tar/
H A Dbug70417.phpt2 Bug #70417 (PharData::compress() doesn't close temp file)
/php-src/ext/phar/tests/files/
H A Dopenssl.phar63 chdir(Extract_Phar::$temp);
105 static $temp;
152 $temp = self::tmpdir();
154 if (!$temp || !is_writable($temp)) {
161 $temp = $sessionpath;
165 self::$temp = $temp;
168 $temp = realpath($temp);
189 chdir($temp);
202 if (is_dir('/temp') || mkdir('/temp')) {
274 chdir($temp);
[all …]
H A Dopenssl256.phar63 chdir(Extract_Phar::$temp);
105 static $temp;
152 $temp = self::tmpdir();
154 if (!$temp || !is_writable($temp)) {
161 $temp = $sessionpath;
165 self::$temp = $temp;
168 $temp = realpath($temp);
189 chdir($temp);
202 if (is_dir('/temp') || mkdir('/temp')) {
274 chdir($temp);
[all …]
H A Dopenssl512.phar63 chdir(Extract_Phar::$temp);
105 static $temp;
152 $temp = self::tmpdir();
154 if (!$temp || !is_writable($temp)) {
161 $temp = $sessionpath;
165 self::$temp = $temp;
168 $temp = realpath($temp);
189 chdir($temp);
202 if (is_dir('/temp') || mkdir('/temp')) {
274 chdir($temp);
[all …]
H A Dinclude_path2.phar63 chdir(Extract_Phar::$temp);
105 static $temp;
152 $temp = self::tmpdir();
154 if (!$temp || !is_writable($temp)) {
161 $temp = $sessionpath;
165 self::$temp = $temp;
168 $temp = realpath($temp);
189 chdir($temp);
202 if (is_dir('/temp') || mkdir('/temp')) {
274 chdir($temp);
[all …]
H A Dnophar.phar63 chdir(Extract_Phar::$temp);
105 static $temp;
152 $temp = self::tmpdir();
154 if (!$temp || !is_writable($temp)) {
161 $temp = $sessionpath;
165 self::$temp = $temp;
168 $temp = realpath($temp);
189 chdir($temp);
202 if (is_dir('/temp') || mkdir('/temp')) {
274 chdir($temp);
[all …]
/php-src/ext/phar/tests/cache_list/files/
H A Dnophar.phar63 chdir(Extract_Phar::$temp);
105 static $temp;
152 $temp = self::tmpdir();
154 if (!$temp || !is_writable($temp)) {
161 $temp = $sessionpath;
165 self::$temp = $temp;
168 $temp = realpath($temp);
189 chdir($temp);
202 if (is_dir('/temp') || mkdir('/temp')) {
274 chdir($temp);
[all …]
H A Dopenssl.phar63 chdir(Extract_Phar::$temp);
105 static $temp;
152 $temp = self::tmpdir();
154 if (!$temp || !is_writable($temp)) {
161 $temp = $sessionpath;
165 self::$temp = $temp;
168 $temp = realpath($temp);
189 chdir($temp);
202 if (is_dir('/temp') || mkdir('/temp')) {
274 chdir($temp);
[all …]
/php-src/ext/phar/
H A Dshortarc.php63 chdir(Extract_Phar::$temp);
105 static $temp; variable in Extract_Phar
152 $temp = self::tmpdir();
154 if (!$temp || !is_writable($temp)) {
161 $temp = $sessionpath;
165 self::$temp = $temp;
167 @mkdir($temp, 0777, true);
168 $temp = realpath($temp);
189 chdir($temp);
280 chdir($temp);
[all …]
H A Dgdbhelp21 set $temp = *(phar_archive_data*)$p->pDataPtr
22 ____print_str $temp.fname $temp.fname_len
27 printf "%i (alias ", $temp.refcount
28 ____print_str $temp.alias $temp.alias_len
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt21 $f = fopen("php://temp", "r+");

Completed in 49 milliseconds

12345678910