Home
last modified time | relevance | path

Searched refs:str_contains (Results 1 – 25 of 36) sorted by path

12

/php-src/Zend/tests/
H A Darginfo_zpp_mismatch.inc19 || (is_string($function) && str_contains($function, 'connect'))
/php-src/ext/curl/tests/
H A Dcurl_version_features-array.phpt19 if (!str_contains($phpinfo, $key .' => ' . $value ? 'Yes' : 'No')) {
/php-src/ext/gd/tests/
H A Dbug79945.phpt11 if (str_contains($errstr, 'Cannot cast a filtered stream on this system')) {
/php-src/ext/intl/tests/
H A Dbug58756_MessageFormatter_variant2.phpt11 if (str_contains(PHP_OS, 'FreeBSD')) {
H A Dmsgfmt_format_intlcalendar_variant4.phpt8 if (str_contains(PHP_OS, 'FreeBSD')) {
/php-src/ext/mbstring/tests/
H A Dgh7902.phpt7 if (str_contains(getcwd(), " ")) die("skip sendmail_path ini with spaces");
/php-src/ext/odbc/tests/
H A Dbug60616.phpt18 if (str_contains($info, "Microsoft SQL Server")) {
H A Dodbc_columns_001.phpt14 if (!str_contains($info, "Microsoft SQL Server")) {
H A Dodbc_non_persistent_connection_reuse.phpt21 if (!str_contains($info, "Microsoft SQL Server")) {
H A Dodbc_persistent_close.phpt21 if (!str_contains($info, "Microsoft SQL Server")) {
H A Dodbc_persistent_close_all.phpt21 if (!str_contains($info, "Microsoft SQL Server")) {
H A Dodbc_primarykeys_001.phpt14 if (!str_contains($info, "Microsoft SQL Server")) {
/php-src/ext/opcache/tests/opt/
H A Dsccp_exception3.phpt7 var_dump(str_contains("123", 1));
11 Fatal error: Uncaught TypeError: str_contains(): Argument #2 ($needle) must be of type string, int …
13 #0 %s(%d): str_contains('123', 1)
/php-src/ext/openssl/tests/
H A Dopenssl_cms_encrypt_basic.phpt52 …if (str_contains($content, 'Content-Type: application/x-pkcs7-mime; smime-type=enveloped-data; nam…
H A Dopenssl_pkcs7_encrypt_basic.phpt53 …if (str_contains($content, 'Content-Type: application/pkcs7-mime; smime-type=enveloped-data; name=…
/php-src/ext/pcntl/tests/
H A D002.phpt15 elseif (str_contains(PHP_OS, 'FreeBSD')) die('skip Results in parallel test runner hang on FreeBSD'…
/php-src/ext/pgsql/tests/
H A Ddeprecated_implicit_default_link.phpt72 if (str_contains($e->getMessage(), 'type array')) {
/php-src/ext/posix/tests/
H A Dposix_setrlimit.phpt9 if (str_contains(PHP_OS, 'FreeBSD')) die('skip different behavior on FreeBSD');
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetBytesFromString.phpt36 if (!str_contains($output, 'a') || !str_contains($output, 'b')) {
/php-src/ext/simplexml/tests/
H A Dbug79971_1.phpt7 if (str_contains(getcwd(), ' ')) die('skip simplexml already escapes the path with spaces so this t…
/php-src/ext/sockets/tests/
H A Dsocket_cmsg_credentials_fbsd.phpt8 if (!str_contains(PHP_OS, 'FreeBSD')) {
H A Dsocket_tcp_congestion.phpt14 if (str_contains(PHP_OS, 'Linux')) {
/php-src/ext/spl/tests/
H A Dbug80724.phpt34 return str_contains($key, __DIR__ . DIRECTORY_SEPARATOR);
/php-src/ext/standard/
H A Dbasic_functions.stub.php2443 function str_contains(string $haystack, string $needle): bool {}
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);

Completed in 59 milliseconds

12