com php-langspec: Account for deprecation notice in (unset) test: tests/expressions/unary_operators/cast.phpt
[email protected] (Nikita Popov) Fri, 05 May 2017 16:25:25 +0000
| Newsgroups | php.standards.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: befef5a037689d587b159933c21f334c39151170=0AAuthor: Nikita Pop= ov <[email protected]> Fri, 5 May 2017 18:25:25 +0200=0AParents:= 3b9976878b29a98e21deeee9dc45fef1f8e6704e=0ABranches: master=0A=0ALink: = http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdiff;h=3Dbefef5a03= 7689d587b159933c21f334c39151170=0A=0ALog:=0AAccount for deprecation notice = in (unset) test=0A=0AChanged paths:=0A M tests/expressions/unary_operator= s/cast.phpt=0A=0A=0ADiff:=0Adiff --git a/tests/expressions/unary_operators/= cast.phpt b/tests/expressions/unary_operators/cast.phpt=0Aindex d87341e..39= 9ea3a 100644=0A--- a/tests/expressions/unary_operators/cast.phpt=0A+++ b/te= sts/expressions/unary_operators/cast.phpt=0A@@ -146,6 +146,7 @@ var_dump($b= inStr);=0A $binStr =3D b"AaBb123$%^";=0A var_dump($binStr);=0A --EXPECTF--= =0A+Deprecated: The (unset) cast is deprecated in %s on line %d=0A bool(fal= se)=0A bool(false)=0A int(0)=0A