1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

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
2 changed files with 2 additions and 2 deletions
+1 -1
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";
+1 -1
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";