Fix a few missed tests.

This commit is contained in:
Aaron Piotrowski 2015-05-16 21:57:14 -05:00
parent b965bab9f1
commit 434a46612e
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ function crt($t, $l, $s) {
case $t == "O":
try {
return new NumberFormatter($l, $s);
} catch (BaseException $e) {
} catch (Throwable $e) {
print_exception($e);
return null;
}

View File

@ -22,7 +22,7 @@ function crt($t, $l, $s) {
case $t == "O":
try {
return new MessageFormatter($l, $s);
} catch (BaseException $e) {
} catch (Throwable $e) {
print_exception($e);
return null;
}

View File

@ -22,7 +22,7 @@ function crt($t, $l, $s) {
case $t == "O":
try {
return new MessageFormatter($l, $s);
} catch (BaseException $e) {
} catch (Throwable $e) {
print_exception($e);
return null;
}

View File

@ -40,7 +40,7 @@ string(183) "Class [ <internal:Core> class stdClass ] {
}
"
string(1368) "Class [ <internal:Core> class Exception implements Throwable ] {
string(1376) "Class [ <internal:Core> class Exception implements Throwable ] {
- Constants [0] {
}