We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5687cf3 commit fac0eb6Copy full SHA for fac0eb6
lib/special_cases.php
@@ -139,15 +139,14 @@ function apcu_fetch($key)
139
* -1 (no limit).
140
* @param int $count If specified, this variable will be filled with the number of
141
* replacements done.
142
- * @return string|array|null preg_replace returns an array if the
+ * @return string|array preg_replace returns an array if the
143
* subject parameter is an array, or a string
144
* otherwise.
145
*
146
* If matches are found, the new subject will
147
* be returned, otherwise subject will be
148
* returned unchanged.
149
150
- * Returns a file pointer resource on success, .
151
* @throws PcreException
152
153
*/
0 commit comments