Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 25 of 135) sorted by path

123456

/PHP-7.4/Zend/tests/
H A Dqm_assign_ref_unwrap_leak.phpt18 string(6) "strstr"
19 string(6) "strstr"
20 string(6) "strstr"
/PHP-7.4/Zend/
H A Dzend_exceptions.c710 …e_type_error || Z_OBJCE_P(exception) == zend_ce_argument_count_error) && strstr(ZSTR_VAL(message),… in ZEND_METHOD()
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_basic_009.phpt17 var_dump(strstr(curl_getinfo($ch, CURLINFO_HEADER_OUT), "\r", true));
20 var_dump(strstr(curl_getinfo($ch2, CURLINFO_HEADER_OUT), "\r", true));
/PHP-7.4/ext/dom/
H A Ddomimplementation.c115 if (strstr(name, "%00")) { in PHP_METHOD()
/PHP-7.4/ext/exif/
H A Dexif.c4562 if (strstr(sections_str, tmp)) { in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch965 if (strstr(fn, ".mime") != NULL)
3188 + found = (strstr(vbuf_lower, pattern_lower) != NULL);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1209 char *p = strstr(me[i].mp->desc, text); in set_text_binary()
3281 if (strstr(fn, ".mime") != NULL)
H A Dreadcdf.c123 found = (strstr(vbuf_lower, pattern_lower) != NULL); in cdf_app_to_mime()
H A Dsoftmagic.c500 for (sptr = str; (ptr = strstr(sptr, "${")) != NULL;) { in varexpand()
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c402 if (*name == '/' || (name[0] != 0 && strstr(name, ":/"))) {
/PHP-7.4/ext/iconv/
H A Diconv.c403 char *p = strstr(get_output_encoding(), "//"); in php_iconv_output_handler()
/PHP-7.4/ext/imap/tests/
H A Dbug63126.phpt16 if (strstr($err, 'GSSAPI') || strstr($err, 'Kerberos')) {
38 if (strstr($err, 'GSSAPI') || strstr($err, 'Kerberos')) {
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c1324 token = strstr( cur_lang_tag , cur_loc_range ); in PHP_FUNCTION()
1376 token = strstr( cur_lang_tag , cur_loc_range ); in PHP_FUNCTION()
/PHP-7.4/ext/libxml/
H A Dlibxml.c306 if (strstr(filename, "%00")) { in php_libxml_streams_IO_open_wrapper()
489 if (strstr(URI, "%00")) { in php_libxml_output_buffer_create_filename()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_get_info.phpt51 ["strstr"]=>
115 ["strstr"]=>
141 ["strstr"]=>
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt64 if (!strstr($trace, 'mysqli_debug.phpt test line'))
75 if (!strstr(file_get_contents($trace_file), $trace))
H A Dmysqli_debug_mysqlnd_control_string.phpt66 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query'))
156 if (count($test_functions['simple']) < 2 && !strstr($func, '::'))
158 else if (count($test_functions['doubledot']) < 2 && strstr($func, '::'))
H A Dmysqli_debug_mysqlnd_only.phpt76 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query'))
100 if (!strstr($trace, 'SELECT * FROM test') && !strstr($trace, 'mysql_real_query'))
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c2538 if (strstr((char*)db, ";")) { in odbc_sqlconnect()
2540 if (uid && !strstr ((char*)db, "uid") && !strstr((char*)db, "UID")) { in odbc_sqlconnect()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1366 !strstr(ZSTR_VAL(filename), "://"); in is_phar_file()
1905 if ((ptr = strstr(phar_path, ".phar/")) != NULL) in check_persistent_script_access()
2673 if (strstr(PHP_VERSION, "-dev") != 0) { in accel_gen_system_id()
/PHP-7.4/ext/opcache/tests/
H A Djmp_elim_001.phpt11 $archName = (strstr($cpuArc, "64") || PHP_INT_SIZE === 8) ? "64" : "32";
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt58 if (!strstr($tmp, '2006'))
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c447 if (dbh->username && *dbh->username && !strstr(dbh->data_source, "uid") in pdo_odbc_handle_factory()
448 && !strstr(dbh->data_source, "UID")) { in pdo_odbc_handle_factory()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c43 if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) { in PHAR_FUNC()
117 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
247 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
348 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
592 if (!IS_ABSOLUTE_PATH(filename, filename_length) && !strstr(filename, "://")) { in phar_file_stat()
862 if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) { in PharFileFunction()
929 if (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://")) { in PHAR_FUNC()
H A Dphar.c1505 if (!strstr(fname, ".phar")) { in phar_open_from_filename()
1822 slash = strstr(realpath, filename); in phar_analyze_path()
1877 pos = strstr(ext_str, ".phar"); in phar_check_str()
1891 pos = strstr(ext_str, ".phar"); in phar_check_str()
3281 if (strstr(file_handle->filename, ".phar") && !strstr(file_handle->filename, "://")) { in phar_compile_file()

Completed in 136 milliseconds

123456