We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67a0f18 + 0118b9c commit d29c599Copy full SHA for d29c599
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