From: Jani Taskinen Date: Mon, 29 Oct 2007 09:05:55 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.2.5RC2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=caa0de9205e2a053d80ca48e00d27103b59feebe;p=php MFH --- diff --git a/ext/mysqli/tests/061.phpt b/ext/mysqli/tests/061.phpt index 813fc05265..b6fd51e53b 100644 --- a/ext/mysqli/tests/061.phpt +++ b/ext/mysqli/tests/061.phpt @@ -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);