Commit: e108acd13741ea6c491d73c5a496d5cd3c1ce86f Author: Filip Halaxa <fi...@halaxa.cz> Mon, 3 Jul 2017 13:50:04 +0200 Committer: GitHub <nore...@github.com> Mon, 3 Jul 2017 13:50:04 +0200 Parents: 808942b865e355f16c727dc2050c4ec9ef832f9a Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=e108acd13741ea6c491d73c5a496d5cd3c1ce86f Log: Typo in a variable name Changed paths: M write-test.php Diff: diff --git a/write-test.php b/write-test.php index 9d8826a..58e4da6 100644 --- a/write-test.php +++ b/write-test.php @@ -415,7 +415,7 @@ Will fail to clean up ?> --EXPECT-- </pre> -<p>will not remove the temporary file because the variable $filename is not defined in the --CLEAN-- section.</p> +<p>will not remove the temporary file because the variable $temp_filename is not defined in the --CLEAN-- section.</p> <p>Here is a better way to write the code: <pre> --TEST-- -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php