Home
last modified time | relevance | path

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

12345678910

/PHP-8.3/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-8.3/ext/imap/tests/
H A Dimap_fetchheader_variation5.phpt20 $stream_id = setup_test_mailbox('imapfetchheadervar5', 3, $mailbox, false); // set up temp mailbox …
H A Dimap_close_basic.phpt17 $stream_id = setup_test_mailbox('imapclosebasic', 3, $mailbox); // set up temp mailbox with 3 messa…
H A Dimap_fetchheader_basic.phpt15 $stream_id = setup_test_mailbox('imapfetchheaderbasic', 1, $mailbox, false); // setup temp mailbox …
H A Dimap_fetch_overview_variation6.phpt19 $stream_id = setup_test_mailbox('imapfetchoverviewvar6', 0, $mailbox); // setup temp mailbox
/PHP-8.3/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-8.3/ext/standard/tests/file/
H A Dtempnam_variation6-win32.phpt31 echo "temp dir\n";
H A Dtempnam_variation6.phpt29 echo "temp dir\n";
H A Dstat_variation5-win32.phpt18 $file_handle = fopen("$file_path/stat_variation5.tmp", "w"); // temp file
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";
/PHP-8.3/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation1.phpt31 $f = fopen("php://temp", "r+");
/PHP-8.3/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-8.3/ext/standard/tests/dir/
H A Ddir_basic.phpt42 // delete temp files
H A Ddir_basic-win32-mb.phpt48 // delete temp files
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug69362.phpt52 // Create temp user with leading single quote
H A Dbug62479.phpt52 // Create temp user with space in password

Completed in 46 milliseconds

12345678910