Test: /Zend/tests/type_declarations/scalar_strict_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 32
002+ E_WARNING: fopen(data:text/plain,foobar): failed to open stream: no suitable wrapper could be found on line 32
003+
027- *** Trying resource value
028- *** Caught Argument 1 passed to {closure}() must be of the type integer, resource given, called in %s on line %d
030+ *** Trying false value
031+ *** Caught Argument 1 passed to {closure}() must be of the type integer, boolean given, called in %s/scalar_strict_basic.php on line 53
056- *** Trying resource value
057- *** Caught Argument 1 passed to {closure}() must be of the type float, resource given, called in %s on line %d
059+ *** Trying false value
060+ *** Caught Argument 1 passed to {closure}() must be of the type float, boolean given, called in %s/scalar_strict_basic.php on line 53
085- *** Trying resource value
086- *** Caught Argument 1 passed to {closure}() must be of the type string, resource given, called in %s on line %d
088+ *** Trying false value
089+ *** Caught Argument 1 passed to {closure}() must be of the type string, boolean given, called in %s/scalar_strict_basic.php on line 53
114- *** Trying resource value
115- *** Caught Argument 1 passed to {closure}() must be of the type boolean, resource given, called in %s on line %d
117+ *** Trying false value
118+ bool(false)