Skip to content

Commit faa17c2

Browse files
authored
Update array-key-exists.xml with deprecation notice (#5063)
Added deprecation notice for using null as key.
1 parent a0b1433 commit faa17c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reference/array/functions/array-key-exists.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@
6969
</row>
7070
</thead>
7171
<tbody>
72+
<row>
73+
<entry>8.5.0</entry>
74+
<entry>
75+
Using <type>null</type> in the <parameter>key</parameter> parameter is deprecated, use an empty string instead.
76+
</entry>
77+
</row>
7278
<row>
7379
<entry>8.0.0</entry>
7480
<entry>

0 commit comments

Comments
 (0)