From: Xinchen Hui Date: Fri, 1 Jan 2016 05:46:19 +0000 (+0800) Subject: Fixed test after fix lineno of finally X-Git-Tag: php-7.0.3RC1~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05defb4f56f30e254eb84b932566c226ec0c1f32;p=php Fixed test after fix lineno of finally --- diff --git a/sapi/phpdbg/tests/stepping_001.phpt b/sapi/phpdbg/tests/stepping_001.phpt index 074eeb47fa..5c92ba2f0b 100644 --- a/sapi/phpdbg/tests/stepping_001.phpt +++ b/sapi/phpdbg/tests/stepping_001.phpt @@ -32,22 +32,24 @@ prompt> [L10 %s ECHO "ok" 00011: } finally { 00012: echo " ... ok"; prompt> ok -[L10 %s FAST_CALL J8 ~%d %s] -[L12 %s ECHO " ... ok" %s] +[L11 %s FAST_CALL J8 ~%d %s] +>00011: } finally { + 00012: echo " ... ok"; + 00013: } +prompt> [L12 %s ECHO " ... ok" %s] >00012: echo " ... ok"; 00013: } 00014: prompt> ... ok [L12 %s FAST_RET ~%d %s] -[L10 %s JMP J10 %s] ->00010: echo "ok"; - 00011: } finally { +[L11 %s JMP J10 %s] +>00011: } finally { 00012: echo " ... ok"; + 00013: } prompt> [L12 %s RETURN 1 %s] >00012: echo " ... ok"; 00013: } 00014: -prompt> [Script ended normally] prompt> --FILE--