Home
last modified time | relevance | path

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

12345678910

/PHP-7.1/ext/standard/tests/array/
H A Darray_change_key_case_variation4.phpt19 $temp = $input;
20 var_dump(array_change_key_case($temp, $i));
/PHP-7.1/ext/standard/tests/file/
H A Dmkdir_rmdir_error.phpt23 var_dump( rmdir("temp") );
56 Warning: rmdir(temp): No such file or directory in %s on line %d
H A Dsymlink_link_linkinfo_is_link_basic1.phpt26 // temp dir created in present working directory
28 mkdir("$file_path/$dirname"); // creating temp dir
30 /* Creating soft/hard link to $filename created in temp directory $dirname
H A Dunlink_error-win32-mb.phpt19 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
55 // temp directory used here
57 // create temp dir
H A Dunlink_error-win32.phpt17 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
53 // temp directory used here
55 // create temp dir
H A Dunlink_error.phpt17 $filename = "$file_path/unlink_error.tmp"; // temp file name used here
53 // temp directory used here
55 // create temp dir
H A Dstat_variation3-win32.phpt23 /* create temp file and directory */
24 mkdir("$file_path/stat_variation3/"); // temp dir
H A Dmkdir_rmdir_variation2.phpt38 var_dump( mkdir("$file_path/temp".chr(0)."/") );
39 var_dump( rmdir("$file_path/temp".chr(0)."/") );
H A Dsymlink_link_linkinfo_is_link_variation1.phpt26 // creating temp directory which will contain temp file and links created
31 // creating temp file; links are created to this file later on
H A Dlstat_stat_variation19.phpt24 /* create temp file, link and directory */
26 mkdir("$file_path/lstat_stat_variation19"); // temp dir
28 $fp = fopen("$file_path/lstat_stat_variation19.tmp", "w"); // temp file
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp436 UChar temp[16]; in umsg_format_helper() local
437 int32_t len = u_sprintf(temp, "%u", (uint32_t)num_index); in umsg_format_helper()
438 key.append(temp, len); in umsg_format_helper()
672 UnicodeString temp; in umsg_parse_helper() local
699 fargs[i].getString(temp); in umsg_parse_helper()
700 u8str = intl_convert_utf16_to_utf8(temp.getBuffer(), temp.length(), status); in umsg_parse_helper()
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dqueue.c719 void *key, *temp; in QuickSort() local
737 temp = list[i]; in QuickSort()
739 list[j] = temp; in QuickSort()
744 temp = list[low]; in QuickSort()
746 list[j] = temp; in QuickSort()
/PHP-7.1/ext/curl/tests/
H A Dcurl_multi_select_basic1.phpt14 * Test documentation: http://wiki.php.net/qa/temp/ext/curl
H A Dcurl_multi_init_basic.phpt13 * Test documentation: http://wiki.php.net/qa/temp/ext/curl
H A Dcurl_multi_init_param.phpt13 * Test documentation: http://wiki.php.net/qa/temp/ext/curl
/PHP-7.1/ext/zip/lib/
H A Dzip_open.c433 struct zip_dirent temp; in _zip_checkcons() local
435 _zip_dirent_init(&temp); in _zip_checkcons()
465 if (_zip_dirent_read(&temp, za->src, NULL, true, error) == -1) { in _zip_checkcons()
466 _zip_dirent_finalize(&temp); in _zip_checkcons()
470 if (_zip_headercomp(cd->entry[i].orig, &temp) != 0) { in _zip_checkcons()
472 _zip_dirent_finalize(&temp); in _zip_checkcons()
476 …cd->entry[i].orig->extra_fields = _zip_ef_merge(cd->entry[i].orig->extra_fields, temp.extra_fields… in _zip_checkcons()
478 temp.extra_fields = NULL; in _zip_checkcons()
480 _zip_dirent_finalize(&temp); in _zip_checkcons()
/PHP-7.1/ext/standard/tests/filters/
H A Dbug50363.phpt8 $b = fopen('php://temp', 'w+');
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_blacklist.c208 zend_regexp_list *temp, *it = blacklist->regexp_list; in zend_accel_blacklist_shutdown() local
211 temp = it; in zend_accel_blacklist_shutdown()
213 free(temp); in zend_accel_blacklist_shutdown()
/PHP-7.1/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.1/ext/wddx/tests/
H A D003.phpt10 $fp = fopen("php://temp", 'w+');
/PHP-7.1/ext/phar/tests/tar/
H A Dbug70417.phpt2 Bug #70417 (PharData::compress() doesn't close temp file)
/PHP-7.1/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt21 $f = fopen("php://temp", "r+");
/PHP-7.1/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');

Completed in 58 milliseconds

12345678910