Home
last modified time | relevance | path

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

12345678910

/php-src/ext/phar/
H A Dphar_object.c56 zval temp; in phar_mung_server_vars() local
1513 if (!temp) { in phar_build()
1521 base = temp; in phar_build()
1585 if (temp) { in phar_build()
1586 efree(temp); in phar_build()
1602 if (temp) { in phar_build()
1603 efree(temp); in phar_build()
1615 if (temp) { in phar_build()
1642 if (temp) { in phar_build()
1690 if (temp) { in phar_build()
[all …]
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/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation1.phpt31 $f = fopen("php://temp", "r+");
/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
/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()

Completed in 52 milliseconds

12345678910