Skip to content

Commit 7e973ed

Browse files
committed
make it based on what it is and not want we wish it was
1 parent e6f8aa8 commit 7e973ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_boolean.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ array(2) {
5656
[1]=>
5757
bool(false)
5858
}
59-
bool(true)
60-
bool(false)
59+
int(1)
60+
int(0)
6161
boolean

0 commit comments

Comments
 (0)