From: Dmitry Stogov Date: Mon, 14 Aug 2017 09:37:37 +0000 (+0300) Subject: Fixed test X-Git-Tag: php-7.2.0beta3~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18f567a3b48d9695784ecc80da64cfd863f032a6;p=php Fixed test --- diff --git a/Zend/tests/temporary_cleaning_016.phpt b/Zend/tests/temporary_cleaning_016.phpt index 40d86586b1..d7be78e1ff 100644 --- a/Zend/tests/temporary_cleaning_016.phpt +++ b/Zend/tests/temporary_cleaning_016.phpt @@ -8,7 +8,6 @@ try { $a = []; $str = "$a${"y$a$a"}y"; } catch (Exception $e) { - echo "Exception\n"; } ?> DONE