From cbfb3f3fff4bf2602f6fe2c908d2eff0812d2edb Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 16 Jan 2019 11:55:52 +0300 Subject: [PATCH] Fixed tests --- Zend/tests/type_declarations/typed_properties_097.phpt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.50.1