mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
MFH
This commit is contained in:
@@ -18,7 +18,7 @@ local infile handler
|
||||
mysqli_real_connect($link, $host, $user, $passwd, "test");
|
||||
|
||||
/* create temporary file */
|
||||
$filename = dirname(__FILE__) . "061.csv";
|
||||
$filename = dirname(__FILE__) . "/061.csv";
|
||||
$fp = fopen($filename, "w");
|
||||
fwrite($fp, "foo;bar");
|
||||
fclose($fp);
|
||||
|
||||
Reference in New Issue
Block a user