com php-langspec: Fix definition list rendering on GitHub in Terms and Definitions: spec/03-terms-and-definitions.md

[email protected] (Nikita Popov) Tue, 19 Sep 2017 06:28:07 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    9cf8b200e55968b9e542c6cb70563d35ec347bf8=0AAuthor:    Konrad Bor=
owski <[email protected]>         Tue, 19 Sep 2017 08:20:39 +0200=0ACommit=
ter: Nikita Popov <[email protected]>      Tue, 19 Sep 2017 08:28:07 +0200=0APa=
rents:   4b8e976b52c339a0436ca6c0120c6cdf07c52106=0ABranches:  master=0A=0A=
Link:       http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdiff;h=3D9cf=
8b200e55968b9e542c6cb70563d35ec347bf8=0A=0ALog:=0AFix definition list rende=
ring on GitHub in Terms and Definitions=0A=0AChanged paths:=0A  M  spec/03-=
terms-and-definitions.md=0A=0A=0ADiff:=0Adiff --git a/spec/03-terms-and-def=
initions.md b/spec/03-terms-and-definitions.md=0Aindex 0624f02..fe4d15a 100=
644=0A--- a/spec/03-terms-and-definitions.md=0A+++ b/spec/03-terms-and-defi=
nitions.md=0A@@ -3,63 +3,63 @@ For the purposes of this document, the follo=
wing terms and definitions=0A apply:=0A =0A <dl>=0A-    <dt>argument</dt>=
=0A-    <dd>a value passed to a function, that is intended to map to a=0A- =
   corresponding parameter.</dd>=0A+  <dt>argument</dt>=0A+  <dd>a value pa=
ssed to a function, that is intended to map to a=0A+  corresponding paramet=
er.</dd>=0A =0A-    <dt>behavior</dt>=0A-    <dd>external appearance or act=
ion.</dd>=0A+  <dt>behavior</dt>=0A+  <dd>external appearance or action.</d=
d>=0A =0A-    <dt>behavior, implementation-defined</dt>=0A-    <dd>behavior=
 specific to an implementation, where that implementation=0A-    must docum=
ent that behavior.</dd>=0A+  <dt>behavior, implementation-defined</dt>=0A+ =
 <dd>behavior specific to an implementation, where that implementation=0A+ =
 must document that behavior.</dd>=0A =0A-    <dt>behavior, undefined</dt>=
=0A-    <dd>behavior which is not guaranteed to produce any specific result=
.=0A-    Usually follows an erroneous program construct or data.</dd>=0A+  =
<dt>behavior, undefined</dt>=0A+  <dd>behavior which is not guaranteed to p=
roduce any specific result.=0A+  Usually follows an erroneous program const=
ruct or data.</dd>=0A =0A-    <dt>behavior, unspecified</dt>=0A-    <dd>beh=
avior for which this specification provides no requirements.</dd>=0A+  <dt>=
behavior, unspecified</dt>=0A+  <dd>behavior for which this specification p=
rovides no requirements.</dd>=0A =0A-    <dt>constraint</dt>=0A-    <dd>res=
triction, either syntactic or semantic, on how language elements=0A-    can=
 be used.</dd>=0A+  <dt>constraint</dt>=0A+  <dd>restriction, either syntac=
tic or semantic, on how language elements=0A+  can be used.</dd>=0A =0A-   =
 <dt>error, fatal</dt>=0A-    <dd>a condition in which the engine cannot co=
ntinue executing the script=0A-    and must terminate.</dd>=0A+  <dt>error,=
 fatal</dt>=0A+  <dd>a condition in which the engine cannot continue execut=
ing the script=0A+  and must terminate.</dd>=0A =0A-    <dt>error, fatal, c=
atchable</dt>=0A-    <dd>a fatal error that can be caught by a user-defined=
 handler.</dd>=0A+  <dt>error, fatal, catchable</dt>=0A+  <dd>a fatal error=
 that can be caught by a user-defined handler.</dd>=0A =0A-    <dt>error, n=
on-fatal</dt>=0A-    <dd>an error that is not a fatal error and allows for =
 the engine to=0A-    continue execution.</dd>=0A+  <dt>error, non-fatal</d=
t>=0A+  <dd>an error that is not a fatal error and allows for  the engine t=
o=0A+  continue execution.</dd>=0A =0A-    <dt>lvalue</dt>=0A-    <dd>an ex=
pression that designates a location that can store a value.</dd>=0A+  <dt>l=
value</dt>=0A+  <dd>an expression that designates a location that can store=
 a value.</dd>=0A =0A-    <dt>lvalue, modifiable</dt>=0A-    <dd>an lvalue =
whose value can be changed.</dd>=0A+  <dt>lvalue, modifiable</dt>=0A+  <dd>=
an lvalue whose value can be changed.</dd>=0A =0A-    <dt>lvalue, non-modif=
iable</dt>=0A-    <dd>an lvalue whose value cannot be changed.</dd>=0A+  <d=
t>lvalue, non-modifiable</dt>=0A+  <dd>an lvalue whose value cannot be chan=
ged.</dd>=0A =0A-    <dt>notice</dt>=0A-    <dd>an informational message in=
forming user of the code that may not work as intended.</dd>=0A+  <dt>notic=
e</dt>=0A+  <dd>an informational message informing user of the code that ma=
y not work as intended.</dd>=0A =0A-    <dt>parameter</dt>=0A-    <dd>a var=
iable declared in the parameter list of a function that is=0A-    intended =
to map to a corresponding argument in a call to that=0A-    function.</dd>=
=0A+  <dt>parameter</dt>=0A+  <dd>a variable declared in the parameter list=
 of a function that is=0A+  intended to map to a corresponding argument in =
a call to that=0A+  function.</dd>=0A =0A-    <dt>PHP Run-Time Engine</dt>=
=0A-    <dd>the software that executes a PHP program. Referred to as <em>th=
e=0A-    Engine</em> throughout this specification.</dd>=0A+  <dt>PHP Run-T=
ime Engine</dt>=0A+  <dd>the software that executes a PHP program. Referred=
 to as <em>the=0A+  Engine</em> throughout this specification.</dd>=0A =0A-=
    <dt>value</dt>=0A-    <dd>a primitive unit of data operated by the Engi=
ne having a type=0A-    and potentially other content depending on the type=
.</dd>=0A+  <dt>value</dt>=0A+  <dd>a primitive unit of data operated by th=
e Engine having a type=0A+  and potentially other content depending on the =
type.</dd>=0A </dl>=0A =0A Other terms are defined throughout this specific=
ation, as needed, with=0A