Merge branch 'PHP-7.2'

* PHP-7.2:
  fix tests for 32-bit
This commit is contained in:
Remi Collet 2017-09-13 12:20:16 +02:00
commit 1edc5aea33
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -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";