Home
last modified time | relevance | path

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

12345678910

/php-src/tests/output/
H A Dstream_isatty_out-err.phpt26 Invalid stream (php://temp): bool(false)
/php-src/ext/standard/tests/file/
H A Dunlink_variation2.phpt11 // temp file name used here
H A Dstat_variation7-win32.phpt18 /* create temp file and directory */
19 mkdir("$file_path/stat_variation7/"); // temp dir
21 $file_handle = fopen("$file_path/stat_variation7.tmp", "w"); // temp file
H A Dsymlink_link_linkinfo_is_link_variation3.phpt23 // create temp file
59 // now check temp file for data; it should append "Hello World"
76 // write to temp file
H A Dreadfile_variation1.phpt16 // temp file name used here
H A Dglob_variation.phpt18 // temp dir created
22 // temp files created
63 // delete temp files and dir
70 // temp dir created to check for pattern matching the sub dir created in it
H A Dglob_variation-win32-mb.phpt15 // temp dir created
20 // temp files created
61 // delete temp files and dir
68 // temp dir created to check for pattern matching the sub dir created in it
H A Dglob_variation-win32.phpt15 // temp dir created
19 // temp files created
60 // delete temp files and dir
67 // temp dir created to check for pattern matching the sub dir created in it
H A Dlstat_stat_variation7.phpt11 $fp = fopen($file_name, "w"); // temp file
H A Dlstat_stat_variation16.phpt18 $fp = fopen($filename, "w"); // temp file
/php-src/ext/standard/tests/streams/
H A Dbug64166_3.phpt7 $fd = fopen('php://temp', 'w+');
H A Dbug64166_2.phpt7 $fd = fopen('php://temp', 'w+');
H A Dbug79984.phpt44 $f2 = fopen('php://temp', 'r+b');
/php-src/ext/intl/converter/
H A Dconverter.c628 UChar *temp; in php_converter_do_convert() local
642 temp = safe_emalloc(sizeof(UChar), temp_len, sizeof(UChar)); in php_converter_do_convert()
646 temp_len = ucnv_toUChars(src_cnv, temp, temp_len, src, src_len, &error); in php_converter_do_convert()
649 efree(temp); in php_converter_do_convert()
652 temp[temp_len] = 0; in php_converter_do_convert()
655 ret_len = ucnv_fromUChars(dest_cnv, NULL, 0, temp, temp_len, &error); in php_converter_do_convert()
658 efree(temp); in php_converter_do_convert()
666 ZSTR_LEN(ret) = ucnv_fromUChars(dest_cnv, ZSTR_VAL(ret), ret_len+1, temp, temp_len, &error); in php_converter_do_convert()
667 efree(temp); in php_converter_do_convert()
/php-src/ext/curl/tests/
H A Dbug52827.phpt7 $s = fopen('php://temp/maxmemory=1024','wb+');
H A Dcurl_error_basic.phpt22 * Documentation: http://wiki.php.net/qa/temp/ext/curl
H A Dbug48207.phpt13 * Test documentation: http://wiki.php.net/qa/temp/ext/curl
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_trampoline.phpt18 $f = fopen("php://temp", "r+");
/php-src/ext/phar/tests/tar/
H A Dbug70417.phpt2 Bug #70417 (PharData::compress() doesn't close temp file)
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c222 zend_regexp_list *temp, *it = blacklist->regexp_list; in zend_accel_blacklist_shutdown() local
225 temp = it; in zend_accel_blacklist_shutdown()
227 free(temp); in zend_accel_blacklist_shutdown()
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c409 uint32_t temp[12]; in mb_illegal_output() local
424 size_t len = mb_illegal_marker(bad_cp, temp, err_mode, repl_char); in mb_illegal_output()
433 fn(temp, len, buf, false); in mb_illegal_output()
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate_script.c270 tkz->temp = data; in lxb_html_tokenizer_state_script_data_end_tag_open()
354 tkz->token->begin = tkz->temp; in lxb_html_tokenizer_state_script_data_end_tag_name()
397 tkz->token->begin = tkz->temp; in lxb_html_tokenizer_state_script_data_end_tag_name()
678 tkz->temp = data; in lxb_html_tokenizer_state_script_data_escaped_end_tag_open()
764 tkz->token->begin = tkz->temp; in lxb_html_tokenizer_state_script_data_escaped_end_tag_name()
808 tkz->token->begin = tkz->temp; in lxb_html_tokenizer_state_script_data_escaped_end_tag_name()
H A Dstate_rcdata.c179 tkz->temp = data; in lxb_html_tokenizer_state_rcdata_end_tag_open()
262 tkz->token->begin = tkz->temp; in lxb_html_tokenizer_state_rcdata_end_tag_name()
/php-src/ext/hash/
H A Dhash_gost.c226 uint32_t data[8], temp = 0; in GostTransform() local
231 context->state[i + 8] += data[i] + temp; in GostTransform()
232 temp = context->state[i + 8] < data[i] ? 1 : (context->state[i + 8] == data[i] ? temp : 0); in GostTransform()
/php-src/ext/phar/
H A Dphar_object.c64 zval temp; in phar_mung_server_vars() local
1521 if (!temp) { in phar_build()
1529 base = temp; in phar_build()
1593 if (temp) { in phar_build()
1594 efree(temp); in phar_build()
1610 if (temp) { in phar_build()
1611 efree(temp); in phar_build()
1623 if (temp) { in phar_build()
1650 if (temp) { in phar_build()
1698 if (temp) { in phar_build()
[all …]

Completed in 43 milliseconds

12345678910