We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336a9d0 commit 0118b9cCopy full SHA for 0118b9c
src/functions.php
@@ -1,6 +1,8 @@
1
<?php
2
3
+// @codeCoverageIgnoreStart
4
if (!function_exists('str_starts_with_any_but_not')) {
5
+ // @codeCoverageIgnoreEnd
6
/**
7
* Determines if the given haystack starts with any of the provided needles,
8
* but not with any of the provided negative needles.
0 commit comments