Home
last modified time | relevance | path

Searched refs:stristr (Results 1 – 25 of 37) sorted by path

12

/php-src/Zend/tests/
H A Dgh12457.phpt9 var_dump(stristr('aaBBBBBb', 'b'));
10 var_dump(stristr('aaBBBBBbb', 'b'));
11 var_dump(stristr('aaBBBBBbbb', 'b'));
17 var_dump(stristr('aaBBBBBbc', 'c'));
18 var_dump(stristr('aaBBBBBbC', 'c'));
/php-src/ext/mysqli/tests/
H A Dgh11438.phpt13 if (!stristr($tmp, "auth_plugin_sha256_password"))
H A Dmysqli_class_mysqli_result_interface.phpt138 if (!stristr($content, 'Invalid value for resultmode'))
H A Dmysqli_constants.phpt160 if (stristr($name, 'mysqli')) {
H A Dmysqli_constants_categories.phpt11 if (stristr($name, 'mysqli')) {
H A Dmysqli_fetch_array_large.phpt32 …if (1153 == mysqli_errno($link) || 2006 == mysqli_errno($link) || stristr(mysqli_error($link), 'ma…
H A Dmysqli_fetch_field_flags.phpt92 if (stristr($expected_flags, $name)) {
H A Dmysqli_get_host_info.phpt23 if (!stristr($info, "TCP/IP"))
H A Dmysqli_pam_sha256.phpt11 if (!stristr($tmp, "auth_plugin_sha256_password"))
H A Dmysqli_pam_sha256_public_key_ini.phpt11 if (!stristr($tmp, "auth_plugin_sha256_password"))
H A Dmysqli_pam_sha256_public_key_option.phpt11 if (!stristr($tmp, "auth_plugin_sha256_password"))
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt11 if (!stristr($tmp, "auth_plugin_sha256_password"))
H A Dmysqli_phpinfo.phpt20 if (!stristr($phpinfo, "mysqli support"))
23 if (!stristr($phpinfo, "client api library version"))
26 if (!stristr($phpinfo, "mysqli.default_host"))
29 if (!stristr($phpinfo, "mysqli.default_port"))
32 if (!stristr($phpinfo, "mysqli.default_pw"))
35 if (!stristr($phpinfo, "mysqli.default_socket"))
38 if (!stristr($phpinfo, "mysqli.default_user"))
41 if (!stristr($phpinfo, "mysqli.max_links"))
50 if (!stristr($phpinfo, $entry))
H A Dmysqli_select_db.phpt66 if (!stristr($output, "1049") && !stristr($output, "1044") && !stristr($output, "1045")) {
H A Dmysqli_stmt_get_result_non_select.phpt37 if (stristr($engine[0], 'MyISAM')) {
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt82 if (!stristr($tmp, 'HY000') && !stristr($tmp, '2005') && !stristr($tmp, '2002'))
96 if (!stristr($tmp, 'HY000') && !stristr($tmp, '2005') && !stristr($tmp, '2002'))
112 if (!stristr($tmp, 'HY000') && !stristr($tmp, '2005') && !stristr($tmp, '2002'))
126 if (!stristr($tmp, 'HY000') && !stristr($tmp, '2005'))
152 if (!stristr($tmp, '42000') && !stristr($tmp, '1049') && !stristr($tmp, '1044'))
162 … if (PDO_MYSQL_TEST_SOCKET && (stristr(PDO_MYSQL_TEST_DSN, PDO_MYSQL_TEST_SOCKET) !== false)) {
169 if (!stristr($tmp, 'HY000') && !stristr($tmp, '2002'))
216 … if (!stristr($tmp, 'sqlstatecode') || !stristr($tmp, 'mysqlinternalerrcode'))
H A Dpdo_mysql_attr_errmode.phpt95 if (false === stristr($msg, (string)$v)) {
132 if (false === stristr($msg, (string)$v)) {
H A Dpdo_mysql_stmt_getcolumnmeta.phpt135 $real_as_float = (false === stristr($row['_mode'], "REAL_AS_FLOAT")) ? false : true;
H A Dpdo_mysql_types_zerofill.phpt98 $real_as_float = (false === stristr($row['_mode'], "REAL_AS_FLOAT")) ? false : true;
/php-src/ext/snmp/tests/
H A Dsnmp_include.inc20 if (stristr(PHP_OS, "FreeBSD")) {
/php-src/ext/sockets/tests/
H A Dsocket_strerror.phpt11 if (!stristr(PHP_OS, "Linux")) {
/php-src/ext/standard/
H A Dbasic_functions.stub.php2404 function stristr(string $haystack, string $needle, bool $before_needle = false): string|false {}
H A Dbasic_functions_arginfo.h2563 ZEND_FUNCTION(stristr);
H A Dstring.c1761 PHP_FUNCTION(stristr) argument
/php-src/ext/standard/tests/file/
H A Dlstat_stat_variation6.phpt14 if( stristr($out, "noatime") )

Completed in 62 milliseconds

12