From: Aaron Piotrowski Date: Fri, 26 Jun 2015 14:25:56 +0000 (-0500) Subject: Fix closure leak test X-Git-Tag: php-7.1.0alpha3~25^2~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d704a05eeb56339d89600ea273b17d05c52ec5b;p=php Fix closure leak test --- diff --git a/Zend/tests/closure_call_leak_with_exception.phpt b/Zend/tests/closure_call_leak_with_exception.phpt index 07374c78f4..f6545ee520 100644 --- a/Zend/tests/closure_call_leak_with_exception.phpt +++ b/Zend/tests/closure_call_leak_with_exception.phpt @@ -1,6 +1,6 @@ ---FILE-- -Closure must not leak during a dynmaic call interrupted by an exception --TEST-- +Closure must not leak during a dynamic call interrupted by an exception +--FILE--