Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 25 of 135) sorted by last modified time

123456

/PHP-7.4/ext/phar/
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()
H A Dphar_object.c611 !strstr(Z_STRVAL_P(z_script_name), basename)) { in PHP_METHOD()
635 if (!(pt = strstr(testit, basename))) { in PHP_METHOD()
660 if (!(pt = strstr(path_info, basename))) { in PHP_METHOD()
784 tmp = strstr(path_info, basename) + fname_len; in PHP_METHOD()
3892 if (!strstr(fname, "://") && php_check_open_basedir(fname)) { in PHP_METHOD()
H A Dtar.c119 if (!ret && (bname = strstr(fname, ".tar")) && (bname[4] == '\0' || bname[4] == '.')) { in phar_is_tar()
/PHP-7.4/ext/dom/
H A Ddomimplementation.c115 if (strstr(name, "%00")) { in PHP_METHOD()
/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/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/zip/
H A Dphp_zip.c1728 } else if (remove_path && strstr(Z_STRVAL_P(zval_file), remove_path) != NULL) {
/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/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/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/sapi/cgi/
H A Dcgi_main.c1362 strstr(pt, env_script_name)
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c870 p = strstr(path, ".."); in is_valid_path()
878 p = strstr(p+1, ".."); in is_valid_path()
1217 strstr(pt, env_script_name) in init_request_info()
/PHP-7.4/ext/standard/
H A Dstring.c1889 PHP_FUNCTION(strstr) argument
5133 if (strstr(set, norm)) {
H A Dhttp_fopen_wrapper.c88 char *lc_header_start = strstr(lc_header_bag, lc_header_name); in strip_header()
110 while ((s = strstr(s, header))) { in check_has_header()
496 if (use_proxy && use_ssl && (s = strstr(t, "proxy-authorization:")) && in php_stream_url_wrap_http_ex()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1057 if (strstr(reflection_what, "::")) { in do_cli()
/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/spl/
H A Dspl_directory.c740 if (SPL_HAS_FLAG(ctor_flags, DIT_CTOR_GLOB) && strstr(path, "glob://") != path) { in spl_filesystem_object_construct()
/PHP-7.4/ext/session/
H A Dsession.c1575 (p = strstr(Z_STRVAL_P(data), PS(session_name))) && in php_session_start()
1591 strstr(Z_STRVAL_P(data), PS(extern_referer_chk)) == NULL in php_session_start()
/PHP-7.4/win32/
H A Dsendmail.c222 pos1 = strstr(lookup, "from:"); in TSendMail()
241 if (NULL == (pos2 = strstr(pos1, "\r\n"))) { in TSendMail()
484 …else if (headers && (pos1 = strstr(headers_lc, "cc:")) && ((pos1 == headers_lc) || (*(pos1-1) == '… in SendText()
489 if (NULL == (pos2 = strstr(pos1, "\r\n"))) { in SendText()
494 pos3 = strstr(pos2 + 2, "\r\n"); in SendText()
549 if ((pos1 = strstr(headers_lc, "bcc:")) && (pos1 == headers_lc || *(pos1-1) == '\n')) { in SendText()
554 if (NULL == (pos2 = strstr(pos1, "\r\n"))) { in SendText()
562 pos3 = strstr(pos2 + 2, "\r\n"); in SendText()
733 if (!xheaders || !strstr(headers_lc, "date:")) { in PostHeader()
741 if (!headers_lc || !strstr(headers_lc, "from:")) { in PostHeader()
[all …]
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2945 if ((tmp = strstr(name_str, "::")) == NULL) { in ZEND_METHOD()
4291 if ((tmp = strstr(ZSTR_VAL(name), "::")) != NULL) { in ZEND_METHOD()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c236 s = strstr(ctx->sdl->source, "://"); in sdl_set_uri_credentials()
240 s = strstr((char*)uri, "://"); in sdl_set_uri_credentials()
288 s = strstr(Z_STRVAL_P(header), "Authorization: Basic"); in sdl_set_uri_credentials()
290 char *rest = strstr(s, "\r\n"); in sdl_set_uri_credentials()
/PHP-7.4/main/
H A Drfc1867.c719 boundary = strstr(content_type_dup, "boundary");
725 boundary = strstr(content_type_lcase, "boundary");
/PHP-7.4/ext/mysqli/tests/
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'))
H A Dmysqli_debug_append.phpt64 if (!strstr($trace, 'mysqli_debug.phpt test line'))
75 if (!strstr(file_get_contents($trace_file), $trace))

Completed in 178 milliseconds

123456