]> granicus.if.org Git - php/commitdiff
Fixed tests
authorDmitry Stogov <dmitry@zend.com>
Wed, 16 Jan 2019 08:55:52 +0000 (11:55 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 16 Jan 2019 08:55:52 +0000 (11:55 +0300)
Zend/tests/type_declarations/typed_properties_097.phpt

index b00f05980c5d379d217a40df1906faa3bff70394..6697f2ad27553d455e9845e51139ead2df9be28b 100644 (file)
@@ -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