Home
last modified time | relevance | path

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

12345678910

/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c39 temp = (temp0 ^ (temp0 >> 1)) & 0x22222222UL; temp0 = temp0 ^ temp ^ (temp << 1); \
40 temp = (temp0 ^ (temp0 >> 2)) & 0x0C0C0C0CUL; temp0 = temp0 ^ temp ^ (temp << 2); \
41 temp = (temp0 ^ (temp0 >> 4)) & 0x00F000F0UL; temp0 = temp0 ^ temp ^ (temp << 4); \
42 temp = (temp0 ^ (temp0 >> 8)) & 0x0000FF00UL; temp0 = temp0 ^ temp ^ (temp << 8); \
44 temp = (temp1 ^ (temp1 >> 1)) & 0x22222222UL; temp1 = temp1 ^ temp ^ (temp << 1); \
45 temp = (temp1 ^ (temp1 >> 2)) & 0x0C0C0C0CUL; temp1 = temp1 ^ temp ^ (temp << 2); \
46 temp = (temp1 ^ (temp1 >> 4)) & 0x00F000F0UL; temp1 = temp1 ^ temp ^ (temp << 4); \
47 temp = (temp1 ^ (temp1 >> 8)) & 0x0000FF00UL; temp1 = temp1 ^ temp ^ (temp << 8);
71 temp = (temp0 ^ (temp0 >> 8)) & 0x0000FF00UL; temp0 = temp0 ^ temp ^ (temp << 8); \
72 temp = (temp0 ^ (temp0 >> 4)) & 0x00F000F0UL; temp0 = temp0 ^ temp ^ (temp << 4); \
[all …]
/php-src/ext/standard/tests/file/
H A Dunlink_variation1.phpt20 // temp dir name used here
22 // temp filename used here
26 // create temp dir
28 // create temp file inside $dirname
45 // create the temp dir
47 // create the temp file
53 // now try deleting temp file inside $dirname
57 // remove temp dir
H A Dbug39551.phpt6 $bucket = stream_bucket_new(fopen('php://temp', 'w+'), '');
12 $bucket = stream_bucket_new(fopen('php://temp', 'w+'), '');
19 stream_filter_append($s = fopen('php://temp', 'r+'), 'bucketfault');
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
92 File created in => temp dir
102 File created in => temp dir
108 File created in => temp dir
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
97 File created in => temp dir
107 File created in => temp dir
113 File created in => temp dir
H A Dunlink_variation4.phpt10 // temp file used
14 // create temp file
18 // delete temp file
H A Dbug52820.phpt31 echo "temp stream (close after):\n";
32 fclose(do_stuff("php://temp"));
38 zend_leak_variable(do_stuff("php://temp"));
46 temp stream \(close after\):
56 temp stream \(leak\):
H A Dbasename-win32.phpt57 array("C:\\temp\\bar"),
58 array("C:\\temp\\bar", ""),
59 array("C:\\temp\\bar", ' '),
60 array("C:\\temp\\bar.tar", ".tar"),
61 array("C:\\temp\\bar.tar", "~"),
62 array("C:\\temp\\bar.tar\\", "~"),
63 array("C:\\temp\\bar.tar\\", ""),
64 array("C:\\temp\\bar.tar", ''),
65 array("C:\\temp\\bar.tar", " "),
H A Dglob_variation2.phpt7 // temp dirname used here
10 // create temp directory
13 // create temp file
H A Dbug69628.phpt14 // temp dirname used here
17 // temp dir created
20 // temp files created
H A Dstream_enclosed.phpt7 $s = fopen('php://temp/maxmemory=1024','wb+');
9 $t = fopen('php://temp/maxmemory=1024','wb+');
H A Dmkdir_rmdir_error.phpt7 var_dump( rmdir("temp") );
14 Warning: rmdir(temp): No such file or directory in %s on line %d
/php-src/Zend/tests/
H A Dbug68887.phpt5 fclose(fopen("php://temp","w+"));
7 fclose(fopen("php://temp","w+"));
9 fclose(fopen("php://temp","w+"));
H A Dbug70398.phpt6 define("FILE_STREAM", fopen("php://temp", "r"));
8 define("FILE_STREAMS", array(fopen("php://temp", "r")));
/php-src/ext/standard/tests/streams/
H A Dbug44818.phpt14 test("php://temp","r");
15 test("php://temp","w");
28 php://temp, r
33 php://temp, w
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+");
H A Dtemp_stream_seek.phpt2 BUG: php://temp does not preserve file-pointer once it switches from memory to temporary file
6 $f = fopen('php://temp/maxmemory:1024', 'r+');
/php-src/ext/mysqli/tests/
H A Dbug35517.phpt15 $mysql->query("CREATE TABLE temp (id INT UNSIGNED NOT NULL)");
16 … $mysql->query("INSERT INTO temp (id) VALUES (3000000897),(3800001532),(3900002281),(3100059612)");
17 $stmt = $mysql->prepare("SELECT id FROM temp");
34 $mysql->query("DROP TABLE temp");
44 if (!mysqli_query($link, "DROP TABLE IF EXISTS temp"))
/php-src/tests/basic/
H A Dreq60524.phpt4 sys_temp_dir=/path/to/temp/dir
8 /path/to/temp/dir
/php-src/ext/phar/tests/
H A Dbug69720.phpt14 $temp="";
15 $temp= $file->getFileName() . "\n";
16 $temp.=file_get_contents($file->getPathName()) . "\n"; // display contents
/php-src/ext/bcmath/libbcmath/src/
H A Drecmul.c53 bc_num temp = (bc_num) emalloc(sizeof(bc_struct)); in new_sub_num() local
55 temp->n_sign = PLUS; in new_sub_num()
56 temp->n_len = length; in new_sub_num()
57 temp->n_scale = scale; in new_sub_num()
58 temp->n_refs = 1; in new_sub_num()
59 temp->n_ptr = NULL; in new_sub_num()
60 temp->n_value = value; in new_sub_num()
61 return temp; in new_sub_num()
/php-src/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-src/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"
H A Dbug65069.phpt6 // temp dirname used here
8 // temp dir created
13 // temp files created

Completed in 34 milliseconds

12345678910