mirror of
https://github.com/php/php-src.git
synced 2025-01-22 19:54:13 +08:00
Fix a few missed tests.
This commit is contained in:
parent
b965bab9f1
commit
434a46612e
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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] {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user