Test: /Zend/tests/type_declarations/scalar_return_basic_64bit.phpt - Version 7.2.12-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ E_WARNING: fopen(): data:// wrapper is disabled in the server configuration by allow_url_fopen=0 on line 42
002+ E_WARNING: fopen(data:text/plain,foobar): failed to open stream: no suitable wrapper could be found on line 42
003+
036- *** Trying resource(5) of type (stream)
037- *** Caught Return value of {closure}() must be of the type integer, resource returned in %s on line %d
039+ *** Trying bool(false)
040+ int(0)
074- *** Trying resource(5) of type (stream)
075- *** Caught Return value of {closure}() must be of the type float, resource returned in %s on line %d
077+ *** Trying bool(false)
078+ float(0)
111- *** Trying resource(5) of type (stream)
112- *** Caught Return value of {closure}() must be of the type string, resource returned in %s on line %d
114+ *** Trying bool(false)
115+ string(0) ""
148- *** Trying resource(5) of type (stream)
149- *** Caught Return value of {closure}() must be of the type boolean, resource returned in %s on line %d
151+ *** Trying bool(false)
152+ bool(false)