Home
last modified time | relevance | path

Searched refs:temp (Results 176 – 200 of 238) sorted by relevance

12345678910

/PHP-7.1/ext/standard/tests/file/
H A Drealpath_variation-win32.phpt23 // create a temp file
H A Dtempnam_variation3-win32.phpt19 echo "Failed, cannot create temp dir $filepath\n";
H A Dtouch_variation5.phpt147 $temp = stat($path);
148 return $temp['atime'];
H A Dis_readable_variation1.phpt56 "$file_path/is_readable_variation1" // temp directory, exp: bool(true)
H A Dtempnam_variation1-win32-mb.phpt39 echo "temp dir\n";
H A Dtempnam_variation1-win32.phpt39 echo "temp dir\n";
H A Dtouch_variation5-win32.phpt147 $temp = stat($path);
148 return $temp['atime'];
H A Dtouch_variation6-win32.phpt153 $temp = stat($path);
154 return $temp['atime'];
H A Dsymlink_link_linkinfo_is_link_variation6.phpt45 // temp file used
H A Dtempnam_variation1.phpt43 echo "temp dir\n";
H A Dtempnam_variation3.phpt56 echo "temp dir\n";
H A Dis_writable_variation1.phpt58 "$file_path/is_writable_variation1" // temp directory, exp: bool(true)
H A Dreadlink_realpath_variation1.phpt24 // create a temp file
H A Dsymlink_link_linkinfo_is_link_variation9.phpt27 // temp file used
H A Dreadlink_realpath_variation2.phpt20 // create temp dir
/PHP-7.1/ext/phar/
H A Dphar.c1611 php_stream *temp; local
1626 if (!(temp = php_stream_fopen_tmpfile())) {
1640 php_stream_close(temp);
1651 php_stream_close(temp);
1654 php_stream_close(temp);
1661 fp = temp;
1670 php_stream *temp; local
1677 if (!(temp = php_stream_fopen_tmpfile())) {
1685 php_stream_close(temp);
1692 php_stream_close(temp);
[all …]
H A Dutil.c123 zend_off_t temp, eoffset; in phar_seek_efp() local
145 temp = eoffset + entry->uncompressed_filesize + offset; in phar_seek_efp()
148 temp = eoffset + position + offset; in phar_seek_efp()
151 temp = eoffset + offset; in phar_seek_efp()
154 temp = 0; in phar_seek_efp()
157 if (temp > eoffset + (zend_off_t) entry->uncompressed_filesize) { in phar_seek_efp()
161 if (temp < eoffset) { in phar_seek_efp()
165 return php_stream_seek(fp, temp, SEEK_SET); in phar_seek_efp()
/PHP-7.1/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt23 $stream_id = setup_test_mailbox('', 3, $mailbox, 'notSimple'); // set up temp mailbox with 3 msgs
/PHP-7.1/
H A Drun-tests.php1998 $temp = "";
2016 $temp = $temp . preg_quote(substr($wanted_re, $startOffset, ($start - $startOffset)), '/');
2019 $temp = $temp . '(' . substr($wanted_re, $start+2, ($end - $start-2)). ')';
2023 $wanted_re = $temp;
2796 $temp = array_intersect(array('XFAIL', 'FAIL', 'WARN'), $type);
2797 $type = reset($temp);
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c1491 char *temp; in virtual_chdir_file() local
1510 temp = (char *) do_alloca(length+1, use_heap); in virtual_chdir_file()
1511 memcpy(temp, path, length); in virtual_chdir_file()
1512 temp[length] = 0; in virtual_chdir_file()
1514 fprintf (stderr, "Changing directory to %s\n", temp); in virtual_chdir_file()
1516 retval = p_chdir(temp); in virtual_chdir_file()
1517 free_alloca(temp, use_heap); in virtual_chdir_file()
/PHP-7.1/ext/standard/
H A Dmath.c1074 zval *number, temp; in PHP_FUNCTION() local
1092 if(_php_math_basetozval(number, (int)frombase, &temp) == FAILURE) { in PHP_FUNCTION()
1095 result = _php_math_zvaltobase(&temp, (int)tobase); in PHP_FUNCTION()
H A Dimage.c1441 char temp[MAX_LENGTH_OF_LONG * 2 + sizeof("width=\"\" height=\"\"")]; in php_getimagesize_from_stream() local
1446 snprintf(temp, sizeof(temp), "width=\"%d\" height=\"%d\"", result->width, result->height); in php_getimagesize_from_stream()
1447 add_index_string(return_value, 3, temp); in php_getimagesize_from_stream()
/PHP-7.1/ext/exif/
H A Dtest.txt19 //$file = '/t/temp/kodak-dc4800.tif';
20 //$file = '/t/temp/canon-ixus.jpg';
21 //$file = '/t/temp/test2.jpg';
/PHP-7.1/ext/standard/tests/strings/
H A Dmd5_file.phpt69 // remove temp files
H A Dsha1_file.phpt67 // remove temp files

Completed in 70 milliseconds

12345678910