File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 42
42
<term ><parameter >value</parameter ></term >
43
43
<listitem >
44
44
<para >
45
- The value of the constant. In PHP 5, <parameter >value</parameter > must
46
- be a <type >scalar</type > value (<type >int</type >,
47
- <type >float</type >, <type >string</type >, <type >bool</type >, or
48
- &null; ). In PHP 7, <type >array</type > values are also accepted.
45
+ The value of the constant.
49
46
</para >
50
47
<warning >
51
48
<para >
102
99
</thead >
103
100
<tbody >
104
101
<row >
105
- <entry >8.0 .0</entry >
102
+ <entry >8.1 .0</entry >
106
103
<entry >
107
- Passing &true; to <parameter >case_insensitive </parameter > now emits an < constant >E_WARNING</ constant >. Passing &false; is still allowed .
104
+ <parameter >value </parameter > can now be an object .
108
105
</entry >
109
106
</row >
110
107
<row >
111
- <entry >7.3 .0</entry >
108
+ <entry >8.0 .0</entry >
112
109
<entry >
113
- <parameter >case_insensitive</parameter > has been deprecated and will be removed in version 8.0.0 .
110
+ Passing &true; to <parameter >case_insensitive</parameter > now emits an < constant >E_WARNING</ constant >. Passing &false; is still allowed .
114
111
</entry >
115
112
</row >
116
113
<row >
117
- <entry >7.0 .0</entry >
114
+ <entry >7.3 .0</entry >
118
115
<entry >
119
- <type >array</ type > values are allowed .
116
+ <parameter >case_insensitive</ parameter > has been deprecated and will be removed in version 8.0.0 .
120
117
</entry >
121
118
</row >
122
119
</tbody >
You can’t perform that action at this time.
0 commit comments