From: Pierre Joye Date: Thu, 28 Jan 2010 21:29:00 +0000 (+0000) Subject: - fix test X-Git-Tag: php-5.4.0alpha1~365 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=957a996f16d53427db4e7e8738e83fc8baa9bd89;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);