File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed
reference/strings/functions Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change 94
94
<refsect1 role =" changelog" >
95
95
&reftitle.changelog;
96
96
<informaltable >
97
- <tgroup cols =" 2" >
98
- <thead >
99
- <row >
100
- <entry >&Version; </entry >
101
- <entry >&Description; </entry >
102
- </row >
103
- </thead >
104
- <tbody >
105
- <row >
106
- <entry >8.0.0</entry >
107
- <entry >
108
- <function >explode</function > will now throw <classname >TypeError</classname >
109
- when <parameter >separator</parameter > parameter is given an empty string ("").
110
- </entry >
111
- </row >
112
- </tbody >
113
- </tgroup >
97
+ <tgroup cols =" 2" >
98
+ <thead >
99
+ <row >
100
+ <entry >&Version; </entry >
101
+ <entry >&Description; </entry >
102
+ </row >
103
+ </thead >
104
+ <tbody >
105
+ <row >
106
+ <entry >8.0.0</entry >
107
+ <entry >
108
+ <function >explode</function > will now throw <classname >ValueError</classname >
109
+ when <parameter >separator</parameter > parameter is given an empty string
110
+ (<literal >""</literal >).
111
+ </entry >
112
+ </row >
113
+ </tbody >
114
+ </tgroup >
114
115
</informaltable >
115
116
</refsect1 >
116
117
You can’t perform that action at this time.
0 commit comments