com doc/ja: Revert "Show info about PHP error reporting": language/types/type-juggling.xml

[email protected] (Yoshinari Takaoka) Fri, 19 Mar 2021 19:13:11 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    10079f0e9e8b23e580b0e6ce17e10d69331aff97=0AAuthor:    Yoshinari =
Takaoka <[email protected]>         Sat, 20 Mar 2021 04:13:11 +0900=0AParen=
ts:   366c0aae04f23910f03d6fb58e286a5f24ce6729=0ABranches:  master=0A=0ALin=
k:       http://git.php.net/?p=3Ddoc/ja.git;a=3Dcommitdiff;h=3D10079f0e9e8b=
23e580b0e6ce17e10d69331aff97=0A=0ALog:=0ARevert "Show info about PHP error =
reporting"=0A=0AThis reverts commit f3e5da1, because=0Ait was accidentally =
committed.=0A=0ACf. <#465>.=0A=0ABugs:=0Ahttps://bugs.php.net/465=0A=0AChan=
ged paths:=0A  M  language/types/type-juggling.xml=0A=0A=0ADiff:=0Adiff --g=
it a/language/types/type-juggling.xml b/language/types/type-juggling.xml=0A=
index f88eb7529d..da4f45ca4e 100644=0A--- a/language/types/type-juggling.xm=
l=0A+++ b/language/types/type-juggling.xml=0A@@ -1,6 +1,6 @@=0A <?xml versi=
on=3D"1.0" encoding=3D"utf-8"?>=0A <!-- $Revision$ -->=0A-<!-- EN-Revision:=
 f3e5da139a9576c522d6e6a43394f1496b72de0e Maintainer: takagi Status: ready =
-->=0A+<!-- EN-Revision: c4de1a06045b84afa79ac0b6503fa4f60400359c Maintaine=
r: takagi Status: ready -->=0A <!-- CREDITS: hirokawa,shimooka,mumumu -->=
=0A <sect1 xml:id=3D"language.types.type-juggling">=0A  <title>=E5=9E=8B=
=E3=81=AE=E7=9B=B8=E4=BA=92=E5=A4=89=E6=8F=9B</title>=0A@@ -31,8 +31,8 @@=
=0A $foo =3D "1";  // $foo =E3=81=AF=E6=96=87=E5=AD=97=E5=88=97 (ASCII 49) =
=E3=81=A7=E3=81=99=0A $foo *=3D 2;   // =E3=81=93=E3=81=93=E3=81=A7=
=E3=81=AF=E3=80=81$foo =E3=81=AF=E6=95=B4=E6=95=B0 (2) =E3=81=A7=E3=81=
=99=0A $foo =3D $foo * 1.3;  // =E3=81=93=E3=81=93=E3=81=A7=E3=81=AF=
=E3=80=81$foo =E3=81=AFfloat (2.6) =E3=81=A7=E3=81=99=0A-$foo =3D 5 * "10 L=
ittle Piggies"; // $foo =E3=81=AF integer (50) =E3=81=A7=E3=81=99=E3=81=
=8C=E3=80=81PHP 8.0.0 =E3=81=A7=E3=81=AF E_WARNING (A non-numeric value enc=
ountered) =E3=81=8C=E7=99=BA=E7=94=9F=E3=81=97=E3=81=BE=E3=81=99=E3=80=
=82=E3=81=93=E3=82=8C=E3=82=88=E3=82=8A=E5=89=8D=E3=81=AE=E3=83=90=E3=83=
=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=81=A7=E3=81=AF=E3=80=81E_NOTICE (A non we=
ll formed numeric value encountered) =E3=81=8C=E7=99=BA=E7=94=9F=E3=81=
=97=E3=81=A6=E3=81=84=E3=81=BE=E3=81=97=E3=81=9F=E3=80=82=0A-$foo =3D 5 * "=
10 Small Pigs";     // $foo =E3=81=AF integer (50) =E3=81=A7=E3=81=99=
=E3=81=8C=E3=80=81PHP 8.0.0 =E3=81=A7=E3=81=AF E_WARNING (A non-numeric val=
ue encountered) =E3=81=8C=E7=99=BA=E7=94=9F=E3=81=97=E3=81=BE=E3=81=99=
=E3=80=82=E3=81=93=E3=82=8C=E3=82=88=E3=82=8A=E5=89=8D=E3=81=AE=E3=83=90=
=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=81=A7=E3=81=AF=E3=80=81E_NOTICE (A =
non well formed numeric value encountered) =E3=81=8C=E7=99=BA=E7=94=9F=
=E3=81=97=E3=81=A6=E3=81=84=E3=81=BE=E3=81=97=E3=81=9F=E3=80=82=0A+$foo =3D=
 5 * "10 Little Piggies"; // $foo =E3=81=AF integer (50) =E3=81=A7=E3=81=
=99=0A+$foo =3D 5 * "10 Small Pigs";     // $foo =E3=81=AF integer (50) =
=E3=81=A7=E3=81=99=0A ?>=0A ]]>=0A <!-- bad example, no real operator (must=
 be used with variable, modifies it too)=0A