mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
fix tests for 32-bit
This commit is contained in:
parent
168ec3a6e1
commit
d99cd28925
@ -26,7 +26,7 @@ prompt> [L7 %s ECHO<1> "ok\n"
|
||||
00009: } catch (Error $e) {
|
||||
prompt> ok
|
||||
[L7 %s FAST_RET ~%d try-catch(0) %s]
|
||||
[L9 %s CATCH<-224> "Error" $e 1 %s]
|
||||
[L9 %s CATCH<-%d> "Error" $e 1 %s]
|
||||
>00005: x();
|
||||
00006: } finally {
|
||||
00007: print "ok\n";
|
||||
|
@ -25,7 +25,7 @@ prompt> [L0 %s HANDLE_EXCEPTION
|
||||
00005: }
|
||||
00006:
|
||||
prompt> [L0 %s HANDLE_EXCEPTION %s]
|
||||
[L9 %s CATCH<-128> "Exception" $e 1 %s]
|
||||
[L9 %s CATCH<-%d> "Exception" $e 1 %s]
|
||||
>00008: foo();
|
||||
00009: } catch (Exception $e) {
|
||||
00010: echo "ok";
|
||||
|
Loading…
Reference in New Issue
Block a user