Home
last modified time | relevance | path

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

123456789

/PHP-5.3/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.3/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.3/ext/standard/tests/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 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 Dsymlink_link_linkinfo_is_link_variation7.phpt26 // temp file used
32 // temp dirname used
H A Dglob_variation-win32.phpt19 // temp dir created
23 // 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 Dglob_variation.phpt19 // temp dir created
23 // 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 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
H A Dlstat_stat_variation7.phpt24 $fp = fopen($file_name, "w"); // temp file
H A Dsymlink_link_linkinfo_is_link_error2.phpt27 // create temp $filename and create link $linkname to it
29 $fp = fopen($filename, "w"); // create temp file
H A Dstat_variation5-win32.phpt23 $file_handle = fopen("$file_path/stat_variation5.tmp", "w"); // temp file
/PHP-5.3/ext/zlib/tests/
H A Dgzwrite_error.phpt11 $filename = "temp.txt.gz";
H A Dgzopen_basic2.phpt21 $filename = "temp.txt.gz";
/PHP-5.3/ext/curl/tests/
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
H A Dbug48207.phpt13 * Test documentation: http://wiki.php.net/qa/temp/ext/curl
H A Dcurl_setopt_array_basic.phpt14 * Documentation: http://wiki.php.net/qa/temp/ext/curl
/PHP-5.3/ext/phar/
H A Dphar_object.c66 zval *temp; in phar_mung_server_vars() local
1601 if (!temp) {
1609 base = temp;
1681 if (temp) {
1682 efree(temp);
1696 if (temp) {
1713 if (temp) {
1726 if (temp) {
1753 if (temp) {
1791 if (temp) {
[all …]
/PHP-5.3/ext/tidy/
H A Dtidy.c833 zval *temp; in tidy_doc_update_properties() local
839 MAKE_STD_ZVAL(temp); in tidy_doc_update_properties()
840 ZVAL_STRINGL(temp, (char*)output.bp, output.size-1, TRUE); in tidy_doc_update_properties()
841 …zend_hash_update(obj->std.properties, "value", sizeof("value"), (void *)&temp, sizeof(zval *), NUL… in tidy_doc_update_properties()
847 MAKE_STD_ZVAL(temp); in tidy_doc_update_properties()
848 ZVAL_STRINGL(temp, (char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1, TRUE); in tidy_doc_update_properties()
859 zval *attribute, *children, *temp; in tidy_add_default_properties() local
912 MAKE_STD_ZVAL(temp); in tidy_add_default_properties()
913 tidy_instanciate(tidy_ce_node, temp TSRMLS_CC); in tidy_add_default_properties()
914 newobj = (PHPTidyObj *) zend_object_store_get_object(temp TSRMLS_CC); in tidy_add_default_properties()
[all …]
/PHP-5.3/ext/oci8/tests/
H A Dbug43497_92.phpt67 // Read all XML data using explicit LOB locator but without freeing the temp lobs
162 echo "\nExplicit LOB with no free (i.e. a temp lob leak)\n";
264 Explicit LOB with no free (i.e. a temp lob leak)

Completed in 87 milliseconds

123456789