Home
last modified time | relevance | path

Searched refs:temp (Results 101 – 125 of 241) sorted by relevance

12345678910

/PHP-7.4/ext/standard/tests/filters/
H A Dbug79468.phpt10 $fp = fopen('php://temp', 'rb');
H A Dbug50363.phpt8 $b = fopen('php://temp', 'w+');
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_basic1.phpt27 // temp dir created in present working directory
29 mkdir("$file_path/$dirname"); // creating temp dir
31 /* Creating soft/hard link to $filename created in temp directory $dirname
H A Dstat_variation3-win32.phpt23 /* create temp file and directory */
24 mkdir("$file_path/stat_variation3/"); // temp dir
H A Dmkdir_rmdir_variation2.phpt29 var_dump( mkdir("$file_path/temp".chr(0)."/") );
30 var_dump( rmdir("$file_path/temp".chr(0)."/") );
H A Dunlink_variation2.phpt14 // temp file name used here
H A Dlstat_stat_variation19.phpt18 /* create temp file, link and directory */
20 mkdir("$file_path/lstat_stat_variation19"); // temp dir
22 $fp = fopen("$file_path/lstat_stat_variation19.tmp", "w"); // temp file
H A Dsymlink_link_linkinfo_is_link_variation4.phpt28 // create temp file
53 // now check temp file for data; it should append "Hello World"
64 // write to temp file
H A Dstat_variation7-win32.phpt23 /* create temp file and directory */
24 mkdir("$file_path/stat_variation7/"); // temp dir
26 $file_handle = fopen("$file_path/stat_variation7.tmp", "w"); // temp file
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp414 UChar temp[16]; in umsg_format_helper() local
415 int32_t len = u_sprintf(temp, "%u", (uint32_t)num_index); in umsg_format_helper()
416 key.append(temp, len); in umsg_format_helper()
638 UnicodeString temp; in umsg_parse_helper() local
665 fargs[i].getString(temp); in umsg_parse_helper()
666 u8str = intl_convert_utf16_to_utf8(temp.getBuffer(), temp.length(), status); in umsg_parse_helper()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dqueue.c714 void *key, *temp; in QuickSort() local
732 temp = list[i]; in QuickSort()
734 list[j] = temp; in QuickSort()
739 temp = list[low]; in QuickSort()
741 list[j] = temp; in QuickSort()
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_init_basic.phpt13 * Test documentation: http://wiki.php.net/qa/temp/ext/curl
H A Dbug52827.phpt13 $s = fopen('php://temp/maxmemory=1024','wb+');
/PHP-7.4/ext/standard/tests/streams/
H A Dbug64166.phpt7 $fd = fopen('php://temp', 'w+');
H A Dbug64166_3.phpt7 $fd = fopen('php://temp', 'w+');
H A Dbug64166_2.phpt7 $fd = fopen('php://temp', 'w+');
/PHP-7.4/ext/phar/tests/tar/
H A Dbug70417.phpt2 Bug #70417 (PharData::compress() doesn't close temp file)
/PHP-7.4/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt21 $f = fopen("php://temp", "r+");
/PHP-7.4/ext/oci8/tests/
H A Dbug70700.phpt49 $fh = fopen('php://temp', 'rw');
80 $fh = fopen('php://temp', 'rw');
111 $fh = fopen('php://temp', 'rw');
142 $fh = fopen('php://temp', 'rw');
/PHP-7.4/tests/output/
H A Dstream_isatty_err.phpt29 Invalid stream (php://temp): bool(false)
H A Dstream_isatty_in-err.phpt29 Invalid stream (php://temp): bool(false)
H A Dstream_isatty_in-out-err.phpt29 Invalid stream (php://temp): bool(false)
H A Dstream_isatty_in-out.phpt29 Invalid stream (php://temp): bool(false)
H A Dstream_isatty_out-err.phpt29 Invalid stream (php://temp): bool(false)
H A Dstream_isatty_out.phpt29 Invalid stream (php://temp): bool(false)

Completed in 58 milliseconds

12345678910