Home
last modified time | relevance | path

Searched refs:temp (Results 151 – 175 of 240) sorted by relevance

12345678910

/php-src/ext/curl/tests/
H A Dbug48207.phpt13 * Test documentation: http://wiki.php.net/qa/temp/ext/curl
H A Dcurl_setopt_array_basic.phpt13 * Documentation: http://wiki.php.net/qa/temp/ext/curl
/php-src/ext/standard/tests/file/
H A Dstat_variation5-win32.phpt18 $file_handle = fopen("$file_path/stat_variation5.tmp", "w"); // temp file
H A Dtempnam_variation6-win32.phpt31 echo "temp dir\n";
H A Dtempnam_variation6.phpt29 echo "temp dir\n";
H A Dsymlink_link_linkinfo_is_link_variation5.phpt20 // create temp dir
H A Dlstat_stat_variation20.phpt17 $fp = fopen("$file_path/lstat_stat_variation20.tmp", "w"); // temp file
20 // temp link
H A Drename_variation.phpt45 // clean the temp dir and file
H A Dumask_variation1.phpt16 // temp filename used
18 // temp dir used
29 // creating temp file
38 // delete temp file created here
42 // create temp dir
50 // delete temp dir created
H A Dis_readable_variation1.phpt42 "$file_path/is_readable_variation1" // temp directory, exp: bool(true)
H A Dsymlink_link_linkinfo_is_link_variation6.phpt13 // temp file used
H A Dis_writable_variation1.phpt41 "$file_path/is_writable_variation1" // temp directory, exp: bool(true)
H A Dtempnam_variation3-win32.phpt17 echo "Failed, cannot create temp dir $filepath\n";
H A Dfile_put_contents_variation8.phpt57 // TODO Cleanup temp files?
H A Drealpath_variation-win32-mb.phpt19 // create a temp file
H A Drealpath_variation-win32.phpt19 // create a temp file
H A Dumask_variation2.phpt16 // temp filename used
18 // temp dir used
29 // creating temp file
38 // delete temp file created here
42 // create temp dir
50 // delete temp dir created
/php-src/ext/phar/
H A Dstream.c408 zend_off_t temp; in phar_stream_seek() local
418 temp = data->zero + entry->uncompressed_filesize + offset; in phar_stream_seek()
421 temp = data->zero + data->position + offset; in phar_stream_seek()
424 temp = data->zero + offset; in phar_stream_seek()
427 temp = 0; in phar_stream_seek()
429 if (temp > data->zero + (zend_off_t) entry->uncompressed_filesize) { in phar_stream_seek()
433 if (temp < data->zero) { in phar_stream_seek()
437 res = php_stream_seek(data->fp, temp, SEEK_SET); in phar_stream_seek()
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c430 unsigned char temp[8]; in KeccakP1600_ExtractAndAddLanes() local
438 fromWordToBytes(temp, ((const UINT64*)state)[i]); in KeccakP1600_ExtractAndAddLanes()
440 output[i*8+j] = input[i*8+j] ^ temp[j]; in KeccakP1600_ExtractAndAddLanes()
/php-src/ext/standard/tests/dir/
H A Ddir_basic.phpt42 // delete temp files
H A Ddir_basic-win32-mb.phpt48 // delete temp files
/php-src/ext/pdo_pgsql/tests/
H A Dbug69362.phpt50 // Create temp user with leading single quote
H A Dbug62479.phpt50 // Create temp user with space in password
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_body.c214 lxb_dom_node_t *node, *temp; in lxb_html_tree_insertion_mode_in_body_body() local
224 temp = lxb_html_tree_open_elements_find_reverse(tree, LXB_TAG_TEMPLATE, in lxb_html_tree_insertion_mode_in_body_body()
226 if (temp != NULL) { in lxb_html_tree_insertion_mode_in_body_body()
455 lxb_dom_node_t *node, *temp; in lxb_html_tree_insertion_mode_in_body_form() local
458 temp = lxb_html_tree_open_elements_find_reverse(tree, LXB_TAG_TEMPLATE, in lxb_html_tree_insertion_mode_in_body_form()
461 if (tree->form != NULL && temp == NULL) { in lxb_html_tree_insertion_mode_in_body_form()
480 if (temp == NULL) { in lxb_html_tree_insertion_mode_in_body_form()
/php-src/Zend/Optimizer/
H A Dzend_inference.c554 if (temp <= b) { in minOR()
555 a = temp; in minOR()
560 if (temp <= d) { in minOR()
561 c = temp; in minOR()
578 if (temp >= a) { in maxOR()
579 b = temp; in maxOR()
584 d = temp; in maxOR()
602 a = temp; in minAND()
607 c = temp; in minAND()
625 b = temp; in maxAND()
[all …]

Completed in 51 milliseconds

12345678910