@@ -13,10 +13,6 @@ allowed:
13
13
14
14
## Boolean And Null
15
15
16
- <secondary-label ref =" phpstan " />
17
- <secondary-label ref =" psalm " />
18
- <secondary-label ref =" storm " />
19
-
20
16
The literals ` true ` and ` false ` are used as the value of the PHP ` bool ` type.
21
17
22
18
> Note: ` true ` and ` false ` values are not case sensitive.
@@ -35,10 +31,6 @@ For other types the logic is more complicated.
35
31
36
32
## Strings
37
33
38
- <secondary-label ref="phpstan"/>
39
- <secondary-label ref="psalm"/>
40
- <secondary-label ref="storm"/>
41
-
42
34
The syntax of string types is similar to that in PHP: The string allows single
43
35
( ` ' `) and double (`"`) quotes, which can be escaped using a backslash (`\` ).
44
36
@@ -130,10 +122,6 @@ representation. The braces are required in the sequence. E.g. `"\u{41}" === "A"`
130
122
131
123
## Integer
132
124
133
- < secondary - label ref = " phpstan" / >
134
- < secondary - label ref = " psalm" / >
135
- < secondary - label ref = " storm" / >
136
-
137
125
The syntax of integer numbers is similar to the PHP language . Binary , octal ,
138
126
decimal and hexadecimal number systems are supported .
139
127
@@ -279,10 +267,6 @@ the numbers between `0` and `F` and must match the regular expression
279
267
280
268
## Float
281
269
282
- < secondary - label ref = " phpstan" / >
283
- < secondary - label ref = " psalm" / >
284
- < secondary - label ref = " storm" / >
285
-
286
270
The syntax of float numbers is similar to the PHP language . Basic floating point
287
271
syntax and scientific notation are supported .
288
272
@@ -340,7 +324,6 @@ trailing number may be omitted. Negative values are prefixed with a minus (`-`.
340
324
341
325
### Scientific Notation
342
326
343
- < secondary - label ref = " phpstan" / >
344
327
345
328
Scientific notation is a way of expressing numbers that are too large or too
346
329
small to be conveniently written in decimal form , since to do so would require
0 commit comments