Test: /Zend/tests/type_declarations/scalar_return_basic.phpt - Version 7.0.27    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
019+ *** Trying float(0)
020+ int(0)
019- *** Trying float(NAN)
020- *** Caught Return value of {closure}() must be of the type integer, float returned in %s on line %d
057+ *** Trying float(0)
058+ float(0)
057- *** Trying float(NAN)
058- float(NAN)
094+ *** Trying float(0)
095+ string(1) "0"
094- *** Trying float(NAN)
095- string(3) "NAN"
131+ *** Trying float(0)
132+ bool(false)
131- *** Trying float(NAN)
132- bool(true)