Test: /Zend/tests/type_declarations/scalar_basic.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 41
002+ E_WARNING: fopen(data:text/plain,foobar): failed to open stream: no suitable wrapper could be found on line 41
003+
052- *** Trying resource(%d) of type (stream)
053- *** Caught Argument 1 passed to {closure}() must be of the type integer, resource given, called in %s on line %d
055+ *** Trying bool(false)
056+ int(0)
106- *** Trying resource(%d) of type (stream)
107- *** Caught Argument 1 passed to {closure}() must be of the type float, resource given, called in %s on line %d
109+ *** Trying bool(false)
110+ float(0)
159- *** Trying resource(%d) of type (stream)
160- *** Caught Argument 1 passed to {closure}() must be of the type string, resource given, called in %s on line %d
162+ *** Trying bool(false)
163+ string(0) ""
212- *** Trying resource(%d) of type (stream)
213- *** Caught Argument 1 passed to {closure}() must be of the type boolean, resource given, called in %s on line %d
215+ *** Trying bool(false)
216+ bool(false)