From: Flávio Heleno Date: Fri, 24 Apr 2020 01:26:35 +0000 (-0300) Subject: Fixed run-tests.php for PHP 7.2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1baa58317f2bbe46d6a0d36a59fbe298e3006977;p=php Fixed run-tests.php for PHP 7.2 Flexible heredoc syntax is only available since PHP 7.3. Closes GH-5444. --- diff --git a/run-tests.php b/run-tests.php index b708f73c72..ffdb72a00e 100755 --- a/run-tests.php +++ b/run-tests.php @@ -2748,7 +2748,7 @@ COMMAND $cmd } // write .sh - if (strpos($log_format, 'S') !== false && file_put_contents($sh_filename, <<