From: Pierre Joye Date: Thu, 28 Jan 2010 21:29:00 +0000 (+0000) Subject: - fix test X-Git-Tag: php-5.4.0alpha1~191^2~2018 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3816328d10afdc224c48321a5cbbe3aeeb9f6905;p=php - fix test --- diff --git a/ext/standard/tests/file/fopen_variation17.phpt b/ext/standard/tests/file/fopen_variation17.phpt index 75f24b3553..bc75c11c90 100644 --- a/ext/standard/tests/file/fopen_variation17.phpt +++ b/ext/standard/tests/file/fopen_variation17.phpt @@ -37,7 +37,7 @@ function runtest() { mkdir($dir1.'/'.$extraDir); mkdir($extraDir); - $tmpfile = $extraDir.'/ basename(__FILE__, ".php") . ".tmp"'; + $tmpfile = $extraDir . '/' . basename(__FILE__, ".php") . ".tmp"; $h = fopen($tmpfile, "w+", true); fwrite($h, (binary) "This is the test file"); fclose($h);