diff options
Diffstat (limited to 'sapi/phpdbg/tests/exceptions_003.phpt')
| -rw-r--r-- | sapi/phpdbg/tests/exceptions_003.phpt | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/sapi/phpdbg/tests/exceptions_003.phpt b/sapi/phpdbg/tests/exceptions_003.phpt index 51090c081a..9d4abc0739 100644 --- a/sapi/phpdbg/tests/exceptions_003.phpt +++ b/sapi/phpdbg/tests/exceptions_003.phpt @@ -20,22 +20,22 @@ prompt> [L0 %s HANDLE_EXCEPTION  >00005: 		x();   00006: 	} finally {   00007: 		print "ok\n"; -prompt> [L7 %s ECHO                    "ok\n"                                                         %s] +prompt> [L7 %s ECHO<1>                 "ok\n"                                                         %s]  >00007: 		print "ok\n";   00008: 	}   00009: } catch (Error $e) {  prompt> ok  [L7 %s FAST_RET                ~%d                   try-catch(0)                             %s] -[L9 %s CATCH                   "Error"              $e                   1                    %s] +[L9 %s CATCH<-%d>             "Error"              $e                   1                    %s]  >00005: 		x();   00006: 	} finally {   00007: 		print "ok\n"; -prompt> [L10 %s ECHO                    "caught\n"                                                     %s] +prompt> [L10 %s ECHO<1>                 "caught\n"                                                     %s]  >00010: 	print "caught\n";   00011: }   00012:   prompt> caught -[L14 %s RETURN                  1                                                              %s] +[L14 %s RETURN<-1>              1                                                              %s]  >00014:   prompt>   --FILE--  | 
