Skip to content

Commit 1edc5ae

Browse files
committed
Merge branch 'PHP-7.2'
* PHP-7.2: fix tests for 32-bit
2 parents 3511308 + d99cd28 commit 1edc5ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sapi/phpdbg/tests/exceptions_003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ prompt> [L7 %s ECHO<1> "ok\n"
2626
00009: } catch (Error $e) {
2727
prompt> ok
2828
[L7 %s FAST_RET ~%d try-catch(0) %s]
29-
[L9 %s CATCH<-224> "Error" $e 1 %s]
29+
[L9 %s CATCH<-%d> "Error" $e 1 %s]
3030
>00005: x();
3131
00006: } finally {
3232
00007: print "ok\n";

sapi/phpdbg/tests/stepping_001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ prompt> [L0 %s HANDLE_EXCEPTION
2525
00005: }
2626
00006:
2727
prompt> [L0 %s HANDLE_EXCEPTION %s]
28-
[L9 %s CATCH<-128> "Exception" $e 1 %s]
28+
[L9 %s CATCH<-%d> "Exception" $e 1 %s]
2929
>00008: foo();
3030
00009: } catch (Exception $e) {
3131
00010: echo "ok";

0 commit comments

Comments
 (0)