Skip to content

Commit 1eac7c1

Browse files
committed
Fixed tests
1 parent e47444d commit 1eac7c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/date/tests/bug67253.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ array(12) {
2121
["second"]=>
2222
int(0)
2323
["fraction"]=>
24-
bool(false)
24+
float(0)
2525
["warning_count"]=>
2626
int(0)
2727
["warnings"]=>

ext/date/tests/timezone_abbreviations_list_basic1.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ var_dump( $abbr["acst"] );
2323

2424
?>
2525
===DONE===
26-
--EXPECT--
26+
--EXPECTF--
2727
*** Testing timezone_abbreviations_list() : basic functionality ***
2828
string(5) "array"
29-
int(142)
29+
int(%d)
3030

3131
-- Format a sample entry --
3232
array(12) {

0 commit comments

Comments
 (0)