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 222bb4e commit 5eddfe7Copy full SHA for 5eddfe7
src/polyfill_str_contains.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+declare(strict_types=1);
4
+
5
if (!function_exists('str_contains')) {
6
/**
7
* Polyfill for PHP 8 str_contains() for PHP 7.4.
0 commit comments