diff --git a/Zend/tests/type_declarations/typed_properties_097.phpt b/Zend/tests/type_declarations/typed_properties_097.phpt index b00f05980c5..6697f2ad275 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