Home
last modified time | relevance | path

Searched refs:temp (Results 126 – 150 of 205) sorted by relevance

123456789

/PHP-5.3/ext/standard/tests/file/
H A Dtempnam_variation6-win32.phpt35 echo "temp dir\n";
H A Dtempnam_variation6.phpt33 echo "temp dir\n";
H A Dlstat_stat_variation16.phpt25 $fp = fopen($filename, "w"); // temp file
H A Dumask_variation1.phpt20 // temp filename used
22 // temp dir used
33 // creating temp file
42 // delete temp file created here
46 // create temp dir
54 // delete temp dir created
H A Drename_variation.phpt45 // clean the temp dir and file
H A Dlstat_stat_variation20.phpt23 $fp = fopen("$file_path/lstat_stat_variation20.tmp", "w"); // temp file
26 // temp link
H A Dlstat_stat_variation9.phpt28 mkdir("$file_path/lstat_stat_variation9/"); // temp dir
H A Dsymlink_link_linkinfo_is_link_variation5.phpt32 // create temp dir
H A Dumask_variation2.phpt20 // temp filename used
22 // temp dir used
33 // creating temp file
42 // delete temp file created here
46 // create temp dir
54 // delete temp dir created
H A Dtempnam_variation3-win32.phpt19 echo "Failed, cannot create temp dir $filepath\n";
H A Dis_readable_variation1.phpt56 "$file_path/is_readable_variation1" // temp directory, exp: bool(true)
H A Drealpath_variation-win32.phpt23 // create a temp file
H A Dis_writable_variation1.phpt58 "$file_path/is_writable_variation1" // temp directory, exp: bool(true)
H A Dtouch_variation5.phpt147 $temp = stat($path);
148 return $temp['atime'];
/PHP-5.3/ext/phar/
H A Dstream.c395 off_t temp; in phar_stream_seek() local
405 temp = data->zero + entry->uncompressed_filesize + offset; in phar_stream_seek()
408 temp = data->zero + data->position + offset; in phar_stream_seek()
411 temp = data->zero + offset; in phar_stream_seek()
414 temp = 0; in phar_stream_seek()
416 if (temp > data->zero + (off_t) entry->uncompressed_filesize) { in phar_stream_seek()
420 if (temp < data->zero) { in phar_stream_seek()
424 res = php_stream_seek(data->fp, temp, SEEK_SET); in phar_stream_seek()
/PHP-5.3/ext/imap/tests/
H A Dimap_close_basic.phpt20 $stream_id = setup_test_mailbox('', 3, $mailbox); // set up temp mailbox with 3 messages
H A Dimap_fetch_overview_error.phpt25 $stream_id = setup_test_mailbox('', 2, $mailbox, 'notSimple'); // set up temp mailbox with 2 msgs
H A Dimap_fetchbody_error.phpt25 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
H A Dimap_fetchbody_variation6.phpt24 $stream_id = setup_test_mailbox('', 3); // set up temp mailbox with simple msgs
H A Dimap_fetchheader_basic.phpt18 $stream_id = setup_test_mailbox('', 1, $mailbox, 'multiPart'); // setup temp mailbox with 1 msg
H A Dimap_fetchheader_variation5.phpt23 $stream_id = setup_test_mailbox('', 3, $mailbox, 'notSimple'); // set up temp mailbox with 3 msgs
H A Dimap_close_variation4.phpt25 $stream_id = setup_test_mailbox('', 3, $mailbox); // set up temp mailbox with 3 messages
H A Dimap_fetch_overview_variation6.phpt22 $stream_id = setup_test_mailbox('', 0, $mailbox); // setup temp mailbox
/PHP-5.3/ext/hash/
H A Dhash_gost.c230 php_hash_uint32 data[8], temp = 0, save = 0; in GostTransform() local
236 context->state[i + 8] += data[i] + temp; in GostTransform()
237 temp = ((context->state[i + 8] < data[i]) || (context->state[i + 8] < save)) ? 1 : 0; in GostTransform()
/PHP-5.3/ext/standard/tests/dir/
H A Ddir_basic.phpt44 // delete temp files

Completed in 32 milliseconds

123456789