Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/standard/tests/file/
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
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
H A Dsymlink_link_linkinfo_is_link_variation4.phpt34 // create temp file
59 // now check temp file for data; it should append "Hello World"
70 // write to temp file
H A Dsymlink_link_linkinfo_is_link_variation7.phpt26 // temp file used
32 // temp dirname used
H A Dsymlink_link_linkinfo_is_link_variation3.phpt35 // create temp file
71 // now check temp file for data; it should append "Hello World"
88 // write to temp file
H A Dunlink_variation2.phpt20 // temp file name used here
H A Dreadfile_variation1.phpt20 // temp file name used here
H A Dunlink_variation2-win32.phpt20 // temp file name used here
H A Dsymlink_link_linkinfo_is_link_error1.phpt30 // create temp $filename and create link $linkname to it
32 $fp = fopen($filename, "w"); // create temp file
/PHP-5.5/ext/curl/tests/
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
H A Dbug52827.phpt13 $s = fopen('php://temp/maxmemory=1024','wb+');
H A Dcurl_error_basic.phpt22 * Documentation: http://wiki.php.net/qa/temp/ext/curl
/PHP-5.5/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-5.5/ext/wddx/tests/
H A D003.phpt10 $fp = fopen("php://temp", 'w+');
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt21 $f = fopen("php://temp", "r+");
/PHP-5.5/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-5.5/ext/zip/lib/
H A Dzip_open.c303 struct zip_dirent temp; in _zip_checkcons() local
334 if (_zip_dirent_read(&temp, fp, NULL, NULL, 1, error) == -1) in _zip_checkcons()
337 if (_zip_headercomp(cd->entry+i, 0, &temp, 1) != 0) { in _zip_checkcons()
339 _zip_dirent_finalize(&temp); in _zip_checkcons()
342 _zip_dirent_finalize(&temp); in _zip_checkcons()
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp793 char * temp = NULL; in ServerSupportFunction() local
818 if (temp) xfree(temp); in ServerSupportFunction()
844 xfree(temp); in ServerSupportFunction()
884 char * temp; in FillExtensionControlBlock() local
905 ECB->cbTotalBytes=( (temp=GetEnv("CONTENT_LENGTH")) ? (atoi(temp)): 0); in FillExtensionControlBlock()
/PHP-5.5/ext/phar/
H A Dphar_object.c66 zval *temp; in phar_mung_server_vars() local
1544 if (!temp) { in phar_build()
1552 base = temp; in phar_build()
1616 if (temp) { in phar_build()
1617 efree(temp); in phar_build()
1631 if (temp) { in phar_build()
1648 if (temp) { in phar_build()
1661 if (temp) { in phar_build()
1688 if (temp) { in phar_build()
1726 if (temp) { in phar_build()
[all …]

Completed in 54 milliseconds

123456789