Home
last modified time | relevance | path

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

123456789

/PHP-5.5/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");
36 $mysql->query("DROP TABLE temp");
46 if (!mysqli_query($link, "DROP TABLE IF EXISTS temp"))
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c75 char *temp; in zip_close() local
309 remove(temp); in zip_close()
310 free(temp); in zip_close()
316 remove(temp); in zip_close()
317 free(temp); in zip_close()
328 remove(temp); in zip_close()
329 free(temp); in zip_close()
343 free(temp); in zip_close()
617 free(temp); in _zip_create_temp_output()
624 remove(temp); in _zip_create_temp_output()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dbug52820.phpt29 echo "temp stream (close after):\n";
30 fclose(do_stuff("php://temp"));
36 leak_variable(do_stuff("php://temp"), true);
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 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_variation2.phpt11 // temp dirname used here
14 // create temp directory
17 // create temp file
H A Dglob_error.phpt11 // temp dir created
13 // temp file created
31 // temp file deleted
33 // temp dir deleted
H A Dstream_enclosed.phpt8 $s = fopen('php://temp/maxmemory=1024','wb+');
10 $t = fopen('php://temp/maxmemory=1024','wb+');
H A Dunlink_variation3.phpt18 // temp file used
22 // create temp file
42 // delete temp file
H A Dglob_basic.phpt13 // temp dirname used here
16 // temp dir created
19 // temp files created
H A Dlstat_stat_variation12.phpt25 /* create temp file, link */
27 $fp = fopen($filename, "w"); // temp file
31 symlink($filename, $linkname); // temp link
H A Dlstat_stat_variation3.phpt23 /* create temp file & link */
24 $fp = fopen("$file_path/lstat_stat_variation3.tmp", "w"); // temp file
27 // temp link
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 Dtempnam_variation2-win32.phpt66 echo "temp dir\n";
126 File created in => temp dir
136 File created in => temp dir
141 File created in => temp dir
161 File created in => temp dir
H A Dlstat_stat_variation6.phpt33 /* create temp file, link and directory */
36 $fp = fopen($file_name, "w"); // temp file
39 symlink($file_name, $link_name); // temp link
/PHP-5.5/tests/basic/
H A Dreq60524.phpt4 sys_temp_dir=/path/to/temp/dir
14 /path/to/temp/dir
/PHP-5.5/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-5.5/ext/phar/tests/
H A Dbug69720.phpt14 $temp="";
15 $temp= $file->getFileName() . "\n";
16 $temp.=file_get_contents($file->getPathName()) . "\n"; // display contents
/PHP-5.5/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-5.5/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-5.5/ext/gd/libgd/
H A Dgd_webp.c67 unsigned char *read, *temp; in gdImageCreateFromWebpCtx() local
75 temp = gdRealloc(filedata, size+GD_WEBP_ALLOC_STEP); in gdImageCreateFromWebpCtx()
76 if (temp) { in gdImageCreateFromWebpCtx()
77 filedata = temp; in gdImageCreateFromWebpCtx()
78 read = temp + size; in gdImageCreateFromWebpCtx()
/PHP-5.5/ext/gd/tests/
H A Dimagegd2_nullbyte_injection.phpt22 $temp = $tempdir. "/test" . $userinput .".tmp";
25 imagegd2($image, $temp);
H A Dimagegd_nullbyte_injection.phpt22 $temp = $tempdir. "/test" . $userinput .".tmp";
25 imagegd($image, $temp);

Completed in 96 milliseconds

123456789