Skip to content

Commit e5c5d15

Browse files
committed
Fix test
1 parent 3038770 commit e5c5d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/compare_003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ string(0) "" <= array(0) {}
8484
string(0) "" <= int(-2147483648)
8585
string(0) "" <= string(11) "-2147483648"
8686
int(1) <= array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3)}
87-
int(1) <= string(0) ""
87+
int(1) > string(0) ""
8888
int(1) <= int(1)
8989
int(1) <= float(2.5)
9090
int(1) > int(0)

0 commit comments

Comments
 (0)