From: Dmitry Stogov Date: Wed, 16 Jan 2019 08:55:52 +0000 (+0300) Subject: Fixed tests X-Git-Tag: php-7.4.0alpha1~1211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbfb3f3fff4bf2602f6fe2c908d2eff0812d2edb;p=php Fixed tests --- diff --git a/Zend/tests/type_declarations/typed_properties_097.phpt b/Zend/tests/type_declarations/typed_properties_097.phpt index b00f05980c..6697f2ad27 100644 --- a/Zend/tests/type_declarations/typed_properties_097.phpt +++ b/Zend/tests/type_declarations/typed_properties_097.phpt @@ -80,11 +80,11 @@ Cannot increment property Test::$foo of type int past its maximal value int(9223372036854775807) Cannot increment property Test::$foo of type int past its maximal value int(9223372036854775807) -Cannot decrement property Test::$foo of type int past its minimal value +Cannot decrement a reference held by property Test::$foo of type int past its minimal value int(-9223372036854775808) -Cannot decrement property Test::$foo of type int past its minimal value +Cannot decrement a reference held by property Test::$foo of type int past its minimal value int(-9223372036854775808) -Cannot increment property Test::$foo of type int past its maximal value -int(9223372036854775807) -Cannot increment property Test::$foo of type int past its maximal value +Cannot increment a reference held by property Test::$foo of type int past its maximal value int(9223372036854775807) +Cannot increment a reference held by property Test::$foo of type int past its maximal value +int(9223372036854775807) \ No newline at end of file