Home
last modified time | relevance | path

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

12345678910

/php-src/ext/standard/tests/streams/
H A Dbug63240.phpt5 $fd = fopen('php://temp', 'r+');
H A Dbug61115.phpt8 $resourceFileTemp = fopen('php://temp', 'r+');
H A Dbug65483.phpt8 $fd = fopen('php://temp', 'w+');
H A Dbug61115-1.phpt12 $fileResourceTemp = fopen('php://temp', 'wr');
H A Dbug64166.phpt7 $fd = fopen('php://temp', 'w+');
/php-src/ext/standard/tests/strings/
H A Ddirname_variation.phpt5 class temp
37 new temp,
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate_rawtext.c170 tkz->temp = data; in lxb_html_tokenizer_state_rawtext_end_tag_open()
253 tkz->token->begin = tkz->temp; in lxb_html_tokenizer_state_rawtext_end_tag_name()
298 tkz->token->begin = tkz->temp; in lxb_html_tokenizer_state_rawtext_end_tag_name()
/php-src/ext/standard/tests/array/
H A Darray_change_key_case_variation4.phpt14 $temp = $input;
15 var_dump(array_change_key_case($temp, $i));
/php-src/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_error1.phpt11 // create temp $filename and create link $linkname to it
13 $fp = fopen($filename, "w"); // create temp file
H A Dstat_variation3-win32.phpt18 /* create temp file and directory */
19 mkdir("$file_path/stat_variation3/"); // temp dir
H A Dsymlink_link_linkinfo_is_link_error2.phpt11 // create temp $filename and create link $linkname to it
13 $fp = fopen($filename, "w"); // create temp file
H A Dsymlink_link_linkinfo_is_link_variation4.phpt15 // create temp file
40 // now check temp file for data; it should append "Hello World"
51 // write to temp file
H A Dmkdir_rmdir_variation2.phpt27 var_dump( mkdir("$file_path/temp".chr(0)."/") );
32 var_dump( rmdir("$file_path/temp".chr(0)."/") );
H A Dsymlink_link_linkinfo_is_link_variation1.phpt14 // creating temp directory which will contain temp file and links created
19 // creating temp file; links are created to this file later on
H A Dlstat_stat_variation19.phpt11 /* create temp file, link and directory */
13 mkdir("$file_path/lstat_stat_variation19"); // temp dir
15 $fp = fopen("$file_path/lstat_stat_variation19.tmp", "w"); // temp file
H A Dsymlink_link_linkinfo_is_link_variation7.phpt14 // temp file used
20 // temp dirname used
/php-src/ext/standard/tests/filters/
H A Dbug79468.phpt10 $fp = fopen('php://temp', 'rb');
H A Dbug50363.phpt8 $b = fopen('php://temp', 'w+');
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp412 UChar temp[16]; in umsg_format_helper() local
413 int32_t len = u_sprintf(temp, "%u", (uint32_t)num_index); in umsg_format_helper()
414 key.append(temp, len); in umsg_format_helper()
636 UnicodeString temp; in umsg_parse_helper() local
663 fargs[i].getString(temp); in umsg_parse_helper()
664 u8str = intl_convert_utf16_to_utf8(temp.getBuffer(), temp.length(), status); in umsg_parse_helper()
/php-src/ext/hash/tests/
H A Dhash_update_stream_basic_001.phpt16 // Create temp file with hash
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_fromFile_LIBXML_HTML_NOIMPLIED.phpt14 $temp = fopen(__DIR__."/DOM_HTMLDocument_loadHTML_LIBXML_HTML_NOIMPLIED_input.tmp", "w");
15 fwrite($temp, $html);
16 fclose($temp);
/php-src/ext/intl/converter/
H A Dconverter.c626 UChar *temp; in php_converter_do_convert() local
640 temp = safe_emalloc(sizeof(UChar), temp_len, sizeof(UChar)); in php_converter_do_convert()
644 temp_len = ucnv_toUChars(src_cnv, temp, temp_len, src, src_len, &error); in php_converter_do_convert()
647 efree(temp); in php_converter_do_convert()
650 temp[temp_len] = 0; in php_converter_do_convert()
653 ret_len = ucnv_fromUChars(dest_cnv, NULL, 0, temp, temp_len, &error); in php_converter_do_convert()
656 efree(temp); in php_converter_do_convert()
664 ZSTR_LEN(ret) = ucnv_fromUChars(dest_cnv, ZSTR_VAL(ret), ret_len+1, temp, temp_len, &error); in php_converter_do_convert()
665 efree(temp); in php_converter_do_convert()
/php-src/tests/output/
H A Dstream_isatty_out.phpt26 Invalid stream (php://temp): bool(false)
H A Dstream_isatty_err.phpt26 Invalid stream (php://temp): bool(false)
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt21 $f = fopen("php://temp", "r+");

Completed in 26 milliseconds

12345678910