Home
last modified time | relevance | path

Searched refs:str_contains (Results 26 – 36 of 36) sorted by relevance

12

/php-src/ext/odbc/tests/
H A Dodbc_persistent_close_all.phpt21 if (!str_contains($info, "Microsoft SQL Server")) {
H A Dodbc_columns_001.phpt14 if (!str_contains($info, "Microsoft SQL Server")) {
/php-src/ext/openssl/tests/
H A Dopenssl_pkcs7_encrypt_basic.phpt53 …if (str_contains($content, 'Content-Type: application/pkcs7-mime; smime-type=enveloped-data; name=…
H A Dopenssl_cms_encrypt_basic.phpt52 …if (str_contains($content, 'Content-Type: application/x-pkcs7-mime; smime-type=enveloped-data; nam…
/php-src/ext/standard/tests/mail/
H A Dmail_util.inc53 if (str_contains($line, $tag)) {
80 if (str_contains($line, $tag)) {
/php-src/ext/pgsql/tests/
H A Ddeprecated_implicit_default_link.phpt72 if (str_contains($e->getMessage(), 'type array')) {
/php-src/sapi/fpm/tests/
H A Dlogtool.inc340 if (empty($finalSuffix) || ! str_contains(self::FINAL_SUFFIX, $finalSuffix)) {
825 if ($this->error === null && ($line === null || ! str_contains($line, $ignoreFor))) {
H A Dtester.inc367 if (str_contains($line, $expectedPartOfOutput)) {
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h2267 ZEND_FRAMELESS_FUNCTION(str_contains, 2);
2269 { ZEND_FRAMELESS_FUNCTION_NAME(str_contains, 2), 2 },
2570 ZEND_FUNCTION(str_contains);
H A Dbasic_functions.stub.php2443 function str_contains(string $haystack, string $needle): bool {}
H A Dstring.c1855 PHP_FUNCTION(str_contains) argument
1868 ZEND_FRAMELESS_FUNCTION(str_contains, 2)

Completed in 49 milliseconds

12