mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Merge branch 'PHP-7.2'
* PHP-7.2: fix tests for 32-bit
This commit is contained in:
commit
1edc5aea33
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue