Home
last modified time | relevance | path

Searched refs:temp (Results 26 – 50 of 241) sorted by relevance

12345678910

/PHP-7.4/ext/standard/tests/file/
H A Dunlink_variation1.phpt23 // temp dir name used here
25 // temp filename used here
29 // create temp dir
31 // create temp file inside $dirname
48 // create the temp dir
50 // create the temp file
56 // now try deleting temp file inside $dirname
60 // remove temp dir
H A Dbug39551.phpt6 $bucket = stream_bucket_new(fopen('php://temp', 'w+'), '');
11 $bucket = stream_bucket_new(fopen('php://temp', 'w+'), '');
18 stream_filter_append($s = fopen('php://temp', 'r+'), 'bucketfault');
H A Dtempnam_variation7.phpt56 echo "temp dir\n";
77 File created in => temp dir
83 File created in => temp dir
87 File created in => temp dir
91 File created in => temp dir
95 File created in => temp dir
101 File created in => temp dir
119 File created in => temp dir
125 File created in => temp dir
H A Dtempnam_variation7-win32.phpt54 echo "temp dir\n";
72 File created in => temp dir
78 File created in => temp dir
82 File created in => temp dir
86 File created in => temp dir
90 File created in => temp dir
96 File created in => temp dir
114 File created in => temp dir
120 File created in => temp dir
H A Dbug52820.phpt29 echo "temp stream (close after):\n";
30 fclose(do_stuff("php://temp"));
36 zend_leak_variable(do_stuff("php://temp"));
43 temp stream (close after):
53 temp stream (leak):
H A Dunlink_variation4.phpt13 // temp file used
17 // create temp file
21 // delete temp file
H A Dbug69628.phpt14 // temp dirname used here
17 // temp dir created
20 // temp files created
H A Dglob_variation2.phpt11 // temp dirname used here
14 // create temp directory
17 // create temp file
H A Dstream_enclosed.phpt8 $s = fopen('php://temp/maxmemory=1024','wb+');
10 $t = fopen('php://temp/maxmemory=1024','wb+');
H A Dbasename-win32.phpt58 array("C:\\temp\\bar"),
59 array("C:\\temp\\bar", ""),
60 array("C:\\temp\\bar", NULL),
61 array("C:\\temp\\bar", ' '),
62 array("C:\\temp\\bar.tar", ".tar"),
63 array("C:\\temp\\bar.tar", "~"),
64 array("C:\\temp\\bar.tar\\", "~"),
65 array("C:\\temp\\bar.tar\\", ""),
66 array("C:\\temp\\bar.tar", NULL),
67 array("C:\\temp\\bar.tar", ''),
[all …]
H A Dglob_basic.phpt13 // temp dirname used here
16 // temp dir created
19 // temp files created
H A Dstat_variation8-win32.phpt24 /* create temp file and directory */
27 $file_handle = fopen($filename, "w"); // temp file
33 // create temp file
H A Dunlink_variation3.phpt18 // temp file used
22 // create temp file
42 // delete temp file
/PHP-7.4/ext/standard/tests/streams/
H A Dbug75031.phpt2 Bug #75031: Append mode in php://temp and php://memory
15 test_75031("php://temp", "w+");
17 test_75031("php://temp", "a+");
/PHP-7.4/ext/mysqli/tests/
H A Dbug35517.phpt14 $mysql->query("CREATE TABLE temp (id INT UNSIGNED NOT NULL)");
15 … $mysql->query("INSERT INTO temp (id) VALUES (3000000897),(3800001532),(3900002281),(3100059612)");
16 $stmt = $mysql->prepare("SELECT id FROM temp");
33 $mysql->query("DROP TABLE temp");
43 if (!mysqli_query($link, "DROP TABLE IF EXISTS temp"))
/PHP-7.4/tests/basic/
H A Dreq60524.phpt4 sys_temp_dir=/path/to/temp/dir
8 /path/to/temp/dir
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Drecmul.c58 bc_num temp; local
60 temp = (bc_num) emalloc (sizeof(bc_struct));
62 temp->n_sign = PLUS;
63 temp->n_len = length;
64 temp->n_scale = scale;
65 temp->n_refs = 1;
66 temp->n_ptr = NULL;
67 temp->n_value = value;
68 return temp;
/PHP-7.4/Zend/tests/
H A Dbug70398.phpt6 define("FILE_STREAM", fopen("php://temp", "r"));
8 define("FILE_STREAMS", array(fopen("php://temp", "r")));
/PHP-7.4/ext/spl/tests/
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-7.4/ext/phar/tests/
H A Dbug69720.phpt14 $temp="";
15 $temp= $file->getFileName() . "\n";
16 $temp.=file_get_contents($file->getPathName()) . "\n"; // display contents
/PHP-7.4/ext/phar/
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-7.4/ext/hash/
H A Dhash_sha3.c116 uint64_t temp; in permute() local
119 temp = readLane(x, y); in permute()
121 current = temp; in permute()
128 uint64_t temp[5]; in permute() local
130 temp[x] = readLane(x, y); in permute()
133 writeLane(x, y, temp[x] ^((~temp[(x+1)%5]) & temp[(x+2)%5])); in permute()
/PHP-7.4/ext/dom/tests/
H A Ddom007.phpt13 <!ELEMENT course (title, description, temp*)>
17 <!ELEMENT temp (#PCDATA)>
18 <!ATTLIST temp vid ID #REQUIRED>
32 <temp vid="c7">
33 </temp>
/PHP-7.4/ext/gd/libgd/
H A Dgd_webp.c49 unsigned char *read, *temp; in gdImageCreateFromWebpCtx() local
51 temp = gdRealloc(filedata, size+GD_WEBP_ALLOC_STEP); in gdImageCreateFromWebpCtx()
52 if (temp) { in gdImageCreateFromWebpCtx()
53 filedata = temp; in gdImageCreateFromWebpCtx()
54 read = temp + size; in gdImageCreateFromWebpCtx()

Completed in 39 milliseconds

12345678910