Home
last modified time | relevance | path

Searched refs:tmp (Results 476 – 500 of 1192) sorted by relevance

1...<<11121314151617181920>>...48

/PHP-7.3/ext/gd/tests/
H A Dimagegd_nullbyte_injection.phpt22 $temp = $tempdir. "/test" . $userinput .".tmp";
27 var_dump(file_exists($tempdir. "/test1.tmp"));
/PHP-7.3/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt11 $filename = dirname(__FILE__) . '/006_root_check.tmp';
31 unlink(dirname(__FILE__) . '/006_root_check.tmp');
/PHP-7.3/Zend/tests/
H A Dcast_to_object.phpt33 $tmp = (object)$var;
34 var_dump($tmp);
/PHP-7.3/ext/standard/tests/file/
H A Dunlink_variation4.phpt14 $filename = "$file_path/unlink_variation4.tmp";
35 Warning: unlink(%s/unlink_variation4.tmp): %s in %s on line %d
H A Dstat_variation7-win32.phpt26 $file_handle = fopen("$file_path/stat_variation7.tmp", "w"); // temp file
46 $obj3 = new object_temp("$file_path/stat_variation7.tmp");
47 $obj4 = new object_temp("$file_path/stat_variation7a.tmp");
52 $file_handle = fopen("$file_path/stat_variation7a.tmp", "w");
67 unlink("$file_path/stat_variation7.tmp");
68 unlink("$file_path/stat_variation7a.tmp");
H A Dcopy_variation5.phpt21 $src_file_name = $file_path."/copy_variation5.tmp";
30 "COPY.tmp",
77 unlink(dirname(__FILE__)."/copy_variation5.tmp");
87 Destination file name => %s/COPY.tmp
H A Dfile_put_contents_variation7-win32.phpt54 $filename = 'FileGetContentsVar7.tmp';
102 …\filePutContentsVar7Sub\\..\\..\filePutContentsVar7Sub\FileGetContentsVar7.tmp): failed to open st…
107 …sfilePutContentsVar7.dir\filePutContentsVar7Sub\BADDIR\FileGetContentsVar7.tmp): failed to open st…
124 Warning: file_put_contents(BADDIR\FileGetContentsVar7.tmp): failed to open stream: %s in %s on line…
H A Dfile_put_contents_variation7.phpt46 $filename = 'FileGetContentsVar7.tmp';
94 …/filePutContentsVar7Sub//..//../filePutContentsVar7Sub/FileGetContentsVar7.tmp): failed to open st…
99 …sfilePutContentsVar7.dir/filePutContentsVar7Sub/BADDIR/FileGetContentsVar7.tmp): failed to open st…
116 Warning: file_put_contents(BADDIR/FileGetContentsVar7.tmp): failed to open stream: %s in %s on line…
H A Dreadfile_variation8-win32-mb.phpt26 $theFile = "fileToRead.tmp";
89 …readfileVar私はガラスを食べられます8Sub\\..\\..\readfileVar私はガラスを食べられます8Sub\fileToRead.tmp): failed to open st…
93 Warning: readfile(%s\readfileVar私はガラスを食べられます8\readfileVar私はガラスを食べられます8Sub\BADDIR\fileToRead.tmp): f…
105 Warning: readfile(BADDIR\fileToRead.tmp): failed to open stream: No such file or directory in %s on…
H A Dsymlink_link_linkinfo_is_link_variation6.phpt13 $filename = dirname(__FILE__)."/symlink_link_linkinfo_is_link6_check_root.tmp";
45 $filename = "$dirname/symlink_link_linkinfo_is_link_variation6.tmp";
51 $linkname = "$dirname/non_existent_link_variation5.tmp";
75 $filename = "$dirname/symlink_link_linkinfo_is_link_variation6.tmp";
H A Dreadfile_variation1.phpt21 $filename = "$file_path/readfile_variation1.tmp";
35 unlink(dirname(__FILE__)."/readfile_variation1.tmp");
H A Dreadfile_variation2.phpt27 $filename = "$file_path/readfile_variation2.tmp";
35 $linkname = "$file_path/readfile_variation2_link.tmp";
65 unlink("$file_path/readfile_variation2.tmp");
H A Dsymlink_link_linkinfo_is_link_variation5.phpt30 $linkname = "$file_path/symlink_link_linkinfo_is_link_link_variation5.tmp";
37 $filename = "$dirname/symlink_link_linkinfo_is_link_variation5.tmp";
63 $filename = "$dirname/symlink_link_linkinfo_is_link_variation5.tmp";
H A Dfopen_variation11-win32.phpt9 if (!is_writable('c:\\fopen_variation10.tmp')) {
46 $file = "fopen_variation11.tmp";
96 Warning: fopen(c\fopen_variation11.tmp): failed to open stream: No such file or directory in %s on …
120 Warning: fopen(c:adir\fopen_variation11.tmp): failed to open stream: No such file or directory in %…
142 Warning: fopen(/sortout\fopen_variation11.tmp): failed to open stream: No such file or directory in…
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug48660.phpt6 $ini_location = dirname(__FILE__) . '/bug48660.tmp';
27 <?php @unlink(dirname(__FILE__) . '/bug48660.tmp'); ?>
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_poll_mixing_insert_select.phpt55 if (true !== ($tmp = mysqli_query($link, $queries[$i], MYSQLI_ASYNC | MYSQLI_USE_RESULT)))
56 printf("[002] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
125 printf("[005] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
127 printf("[006] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
H A Dmysqli_stmt_get_result_types.phpt168 $tmp = strval('-99999999.99');
169 func_mysqli_stmt_get_result($link, $engine, "d", "DOUBLE(10,2)", $tmp, 680, "string");
171 $tmp = strval('99999999.99');
172 func_mysqli_stmt_get_result($link, $engine, "d", "DOUBLE(10,2) UNSIGNED", $tmp , 720, "string");
174 $tmp = strval('-99999999.99');
175 func_mysqli_stmt_get_result($link, $engine, "d", "DECIMAL(10,2)", $tmp, 760, "string");
177 $tmp = strval('99999999.99');
178 func_mysqli_stmt_get_result($link, $engine, "d", "DECIMAL(10,2)", $tmp, 800, "string");
196 $tmp = intval(@date('Y'));
197 func_mysqli_stmt_get_result($link, $engine, "s", "YEAR", $tmp, 1040, "integer");
[all …]
H A Dmysqli_fetch_array_oo.phpt13 $tmp = NULL;
59 $tmp = $res->fetch_array($illegal_mode);
60 if (false !== $tmp)
62 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
64 $tmp = $res->fetch_array($illegal_mode);
65 if (false !== $tmp)
67 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
274 if (false !== ($tmp = $res->fetch_array(MYSQLI_ASSOC)))
275 printf("[015] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt39 if (($tmp = $db->getAttribute(PDO::ATTR_CASE)) !== PDO::CASE_LOWER)
41 var_export($tmp, true));
61 if (($tmp = $db->getAttribute(PDO::ATTR_CASE)) !== PDO::CASE_UPPER)
63 var_export($tmp, true));
75 if (($tmp = $db->getAttribute(PDO::ATTR_CASE)) !== PDO::CASE_NATURAL)
77 var_export($tmp, true));
H A Dpdo_mysql_stmt_nextrowset.phpt33 if (false !== ($tmp = $stmt->nextRowSet()))
34 printf("[002] Expecting false got %s\n", var_export($tmp, true));
37 if (false !== ($tmp = $stmt->nextRowSet(1)))
38 printf("[003] Expecting false got %s\n", var_export($tmp, true));
43 $tmp = $stmt->fetch(PDO::FETCH_ASSOC);
44 assert($tmp['_version'] === NULL);
/PHP-7.3/ext/standard/
H A Dformatted_print.c438 zval *tmp; in php_formatted_print() local
562 tmp = &args[argnum]; in php_formatted_print()
566 zend_string *str = zval_get_tmp_string(tmp, &t); in php_formatted_print()
579 zval_get_long(tmp), in php_formatted_print()
586 zval_get_long(tmp), in php_formatted_print()
597 zval_get_double(tmp), in php_formatted_print()
606 (char) zval_get_long(tmp)); in php_formatted_print()
611 zval_get_long(tmp), in php_formatted_print()
618 zval_get_long(tmp), in php_formatted_print()
625 zval_get_long(tmp), in php_formatted_print()
[all …]
/PHP-7.3/ext/gd/
H A Dgd.c1268 char tmp[256]; in PHP_MINFO_FUNCTION() local
1275 snprintf(tmp, sizeof(tmp), "1.x"); in PHP_MINFO_FUNCTION()
1302 char tmp[12]; in PHP_MINFO_FUNCTION() local
1303 snprintf(tmp, sizeof(tmp), "%d", XpmLibraryVersion()); in PHP_MINFO_FUNCTION()
2667 FILE *tmp; in _php_image_output() local
2718 fclose(tmp); in _php_image_output()
4488 zval *tmp; in PHP_FUNCTION() local
4644 zval *tmp; in PHP_FUNCTION() local
4806 zval *tmp; in PHP_FUNCTION() local
4899 zval *tmp; in PHP_FUNCTION() local
[all …]
/PHP-7.3/
H A DMakefile.global92 $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \
94 echo > $(top_builddir)/tmp-php.ini; \
99 … -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \
104 …XECUTABLE) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.php -n -…
106 rm $(top_builddir)/tmp-php.ini; \
/PHP-7.3/ext/date/lib/
H A Dtm2unixtime.c437 timelib_sll tmp; in do_adjust_timezone() local
440 tmp = -tz->z; in do_adjust_timezone()
441 tmp -= tz->dst * 3600; in do_adjust_timezone()
442 return tmp; in do_adjust_timezone()
454 timelib_sll tmp; in do_adjust_timezone() local
468 tmp = -after->offset; in do_adjust_timezone()
470 tmp = -tz->z; in do_adjust_timezone()
478 gmt_offset = timelib_get_time_zone_info(tz->sse + tmp, tzi); in do_adjust_timezone()
488 return tmp; in do_adjust_timezone()
/PHP-7.3/ext/zlib/tests/
H A Dgzopen_variation6.phpt18 $absfile = __FILE__.'.tmp';
19 $relfile = "gzopen_variation6.tmp";

Completed in 41 milliseconds

1...<<11121314151617181920>>...48