You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing the $delimiter parameter to `preg_quote()` is strongly recommended to ensure the regular expression delimiter is properly escaped if it occurs in the input string.
9
+
]]>
10
+
</standard>
11
+
<code_comparison>
12
+
<codetitle="Valid: The delimiter parameter is passed.">
0 commit comments