Home
last modified time | relevance | path

Searched refs:tmp (Results 301 – 325 of 1192) sorted by relevance

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

/PHP-7.3/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_error.phpt26 $file_handle = fopen($file_path."/file_put_contents.tmp", "w");
28 print( file_put_contents("abc.tmp", 12345, 1, $file_handle, "extra_argument") );
29 print( file_get_contents("abc.tmp", false, $file_handle, 1, 2, "extra_argument") );
32 file_put_contents($file_path."/file_put_contents1.tmp", "Garbage data in the file");
33 var_dump( file_get_contents($file_path."/file_put_contents1.tmp", FALSE, NULL, 0, -5) );
42 unlink($file_path."/file_put_contents.tmp");
43 unlink($file_path."/file_put_contents1.tmp");
H A Drename_variation7-win32.phpt11 $tmp_link = __FILE__.".tmp.link";
12 $tmp_link2 = __FILE__.".tmp.link2";
31 Warning: readlink(): readlink failed to read the symbolic link (%srename_variation7-win32.php.tmp.l…
34 Warning: readlink(): readlink failed to read the symbolic link (%srename_variation7-win32.php.tmp.l…
H A Drename_variation13-win32.phpt44 $aFile = $file_path.'/afile.tmp';
47 die("fail to create $file_path tmp dir");
77 Warning: rename(-1,%safile.tmp): The system cannot find the file specified. (code: 2) in %srename_v…
82 Warning: rename(1,%safile.tmp): The system cannot find the file specified. (code: 2) in %srename_va…
86 Warning: rename(%safile.tmp,): %r(Invalid argument|The system cannot find the path specified. \(cod…
89 Warning: rename(,%safile.tmp): %r(Invalid argument|The system cannot find the path specified. \(cod…
93 Warning: rename(%safile.tmp,): %r(Invalid argument|The system cannot find the path specified. \(cod…
132 Warning: rename(%safile.tmp,/no/such/file/dir): The system cannot find the path specified. (code: 3…
135 Warning: rename(/no/such/file/dir,%safile.tmp): The system cannot find the path specified. (code: 3…
139 Warning: rename(%safile.tmp,php/php): The system cannot find the path specified. (code: 3) in %sren…
[all …]
H A Dcopy_variation3.phpt21 $src_file_name = $file_path."/copy_variation3.tmp";
30 "copy variation3.tmp", //file name containing blank space
31 " copy_variation3.tmp", //file name starts with blank space
32 "copy\tvariation3.tmp",
74 unlink(dirname(__FILE__)."/copy_variation3.tmp");
84 Destination file name => copy variation3.tmp
91 Destination file name => copy_variation3.tmp
98 Destination file name => copy variation3.tmp
H A Drename_basic.phpt13 $src_name = "$file_path/rename_basic.tmp";
14 $dest_name = "$file_path/rename_basic_new.tmp";
25 $new_stat = stat("$file_path/rename_basic_new.tmp");
37 unlink(dirname(__FILE__)."/rename_basic_new.tmp");
H A Dlstat_stat_variation12.phpt26 $filename = "$file_path/lstat_stat_variation12.tmp";
30 $linkname = "$file_path/lstat_stat_variation12_link.tmp";
35 $linkname = "$file_path/lstat_stat_variation12_link.tmp";
55 unlink("$file_path/lstat_stat_variation12_link.tmp");
56 unlink("$file_path/lstat_stat_variation12.tmp");
H A Dreadlink_realpath_variation2.phpt23 …ame = "$name_prefix/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2.tmp";
29 …name_prefix////readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2_link.tmp",
30 …_realpath_variation2/home/../home//tests//..//..//..//home//readlink_realpath_variation2_link.tmp/"
64 unlink("$name_prefix/home/tests/link/readlink_realpath_variation2.tmp");
77 string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2.tmp"
78 string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2.tmp"
87 …2/home/../home//tests//..//..//..//home//readlink_realpath_variation2_link.tmp/): No such file or …
94 string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2_link.tmp"
103 …2/home/../home//tests//..//..//..//home//readlink_realpath_variation2_link.tmp/): No such file or …
H A Dcopy_variation3-win32.phpt21 $src_file_name = $file_path."/copy_variation3.tmp";
30 "copy variation3.tmp", //file name containing blank space
31 " copy_variation3.tmp", //file name starts with blank space
32 "copy\tvariation3.tmp",
75 unlink(dirname(__FILE__)."/copy_variation3.tmp");
85 Destination file name => copy variation3.tmp
92 Destination file name => copy_variation3.tmp
H A Dfileinode_variation.phpt18 $file1 = $file_path."/fileinode1_variation.tmp";
19 $file2 = $file_path."/fileinode2_variation.tmp";
20 $link1 = $file_path."/fileinode1_variation_link.tmp";
21 $link2 = $file_path."/fileinode2_variation_link.tmp";
50 copy( $file1, $file_path."/fileinode1_variation_new.tmp");
53 print( fileinode( $file_path."/fileinode1_variation_new.tmp") )."\n";
55 unlink( $file_path."/fileinode1_variation_new.tmp");
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_more_results.phpt13 $tmp = NULL;
16 if (!is_null($tmp = @mysqli_more_results()))
17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 if (!is_null($tmp = @mysqli_more_results($link)))
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_attr_get_prefetch.phpt16 if (1 !== ($tmp = mysqli_stmt_attr_get($stmt, MYSQLI_STMT_ATTR_PREFETCH_ROWS))) {
18 gettype($tmp), $tmp, $k, $attr);
H A Dmysqli_debug.phpt22 if (NULL !== ($tmp = @mysqli_debug()))
23 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
26 …if (true !== ($tmp = mysqli_debug(sprintf('d:t:O,%s/mysqli_debug_phpt.trace', sys_get_temp_dir()))…
27 printf("[002] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_multi_query.phpt13 $tmp = NULL;
16 if (!is_null($tmp = @mysqli_multi_query()))
17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 if (!is_null($tmp = @mysqli_multi_query($link)))
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
24 if (false !== ($tmp = mysqli_multi_query($link, "")))
25 printf("[003] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options_libmysql.phpt23 if (!is_object($db) || (!$ignore_diff && ($value !== ($tmp = @$db->getAttribute($option)))))
27 $tmp, gettype($tmp),
56 $tmp = @$db->getAttribute($option);
57 if ($tmp !== $defaults[$option])
60 $tmp, gettype($tmp));
H A Dmysql_pdo_test.inc61 $tmp = explode('=', $v);
62 if (count($tmp) == 2)
63 $old_options[$tmp[0]] = $tmp[1];
104 $tmp = (int)$version_string;
105 if (((string)$tmp) === $version_string)
106 return $tmp;
163 $tmp = ob_get_contents();
165 return (preg_match('/PDO Driver for MySQL.*enabled/', $tmp) &&
166 preg_match('/Client API version.*mysqlnd/', $tmp));
H A Dpdo_mysql_get_attribute.phpt32 $offset, $attribute, var_export($tmp, true));
42 $tmp = $db->getAttribute($attribute);
43 if ($tmp !== $value) {
45 …set, $attribute, var_export($value, true), gettype($value), var_export($tmp, true), gettype($tmp));
69 $tmp = array();
70 set_and_get(8, $db, PDO::MYSQL_ATTR_LOCAL_INFILE, $tmp);
/PHP-7.3/ext/pspell/tests/
H A D005.phpt20 var_dump(pspell_config_personal($cfg, "$wordlist.tmp"));
23 copy($wordlist, "$wordlist.tmp");
31 var_dump(strpos(file_get_contents("$wordlist.tmp"), 'ola') !== FALSE);
33 unlink("$wordlist.tmp");
/PHP-7.3/ext/standard/tests/mail/
H A Dmail_log.phpt4 sendmail_path=tee /tmp/mail.out >/dev/null
5 mail.log = /tmp/mail.log
40 unlink("/tmp/mail.log");
41 unlink("/tmp/mail.out");
/PHP-7.3/Zend/tests/
H A Dbug63741.phpt5 file_put_contents(dirname(__FILE__)."/bug63741.tmp.php",
44 include dirname(__FILE__)."/bug63741.tmp.php";
47 <?php unlink(dirname(__FILE__)."/bug63741.tmp.php"); ?>
/PHP-7.3/ext/standard/tests/array/
H A Ddata.inc2 $tmp = pow(2,24);
11 $tmp=>-1/3
/PHP-7.3/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt23 $sReadFile = $sFileBase.'_in.tmp';
24 $sWriteFile = $sFileBase.'_out.tmp';
47 $sReadFile = $sFileBase.'_in.tmp';
48 $sWriteFile = $sFileBase.'_out.tmp';
H A Dbug61948.phpt9 open_basedir="/tmp"
14 var_dump(curl_setopt($ch, CURLOPT_COOKIEFILE, "/tmp/foo"));
22 …restriction in effect. File(/xxx/bar) is not within the allowed path(s): (/tmp) in %sbug61948.php …
/PHP-7.3/ext/opcache/tests/
H A Dopcache-2.blacklist5 /tmp/path/?nocache.inc
6 /tmp/path/*/somedir
/PHP-7.3/ext/phar/tests/tar/files/
H A Dmake_invalid_tar.php.inc6 fwrite($this->tmp, (binary)'oopsie');
7 fclose($this->tmp);
/PHP-7.3/ext/openssl/tests/
H A Dstream_verify_peer_name_002.phpt10 $certFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_002.pem.tmp';
11 $cacertFile = __DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_002-ca.pem.tmp';
54 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_002.pem.tmp');
55 @unlink(__DIR__ . DIRECTORY_SEPARATOR . 'stream_verify_peer_name_002-ca.pem.tmp');

Completed in 26 milliseconds

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