Home
last modified time | relevance | path

Searched refs:strncasecmp (Results 51 – 74 of 74) sorted by relevance

123

/PHP-8.2/ext/bz2/
H A Dbz2.c189 if (strncasecmp("compress.bzip2://", path, 17) == 0) { in _php_stream_bz2open()
/PHP-8.2/ext/xmlreader/
H A Dphp_xmlreader.c222 if (strncasecmp(source, "file:///",8) == 0) { in _xmlreader_get_valid_file_path()
229 } else if (strncasecmp(source, "file://localhost/",17) == 0) { in _xmlreader_get_valid_file_path()
/PHP-8.2/ext/date/
H A Dphp_date.c4926 …if ((what & PHP_DATE_TIMEZONE_GROUP_AFRICA) && strncasecmp(id, "Africa/", 7) == 0) return… in check_id_allowed()
4927 …if ((what & PHP_DATE_TIMEZONE_GROUP_AMERICA) && strncasecmp(id, "America/", 8) == 0) return… in check_id_allowed()
4928 …if ((what & PHP_DATE_TIMEZONE_GROUP_ANTARCTICA) && strncasecmp(id, "Antarctica/", 11) == 0) return… in check_id_allowed()
4929 …if ((what & PHP_DATE_TIMEZONE_GROUP_ARCTIC) && strncasecmp(id, "Arctic/", 7) == 0) return… in check_id_allowed()
4930 …if ((what & PHP_DATE_TIMEZONE_GROUP_ASIA) && strncasecmp(id, "Asia/", 5) == 0) return… in check_id_allowed()
4931 …if ((what & PHP_DATE_TIMEZONE_GROUP_ATLANTIC) && strncasecmp(id, "Atlantic/", 9) == 0) return… in check_id_allowed()
4932 …if ((what & PHP_DATE_TIMEZONE_GROUP_AUSTRALIA) && strncasecmp(id, "Australia/", 10) == 0) return… in check_id_allowed()
4933 …if ((what & PHP_DATE_TIMEZONE_GROUP_EUROPE) && strncasecmp(id, "Europe/", 7) == 0) return… in check_id_allowed()
4934 …if ((what & PHP_DATE_TIMEZONE_GROUP_INDIAN) && strncasecmp(id, "Indian/", 7) == 0) return… in check_id_allowed()
4935 …if ((what & PHP_DATE_TIMEZONE_GROUP_PACIFIC) && strncasecmp(id, "Pacific/", 8) == 0) return… in check_id_allowed()
[all …]
/PHP-8.2/ext/standard/
H A Durl_scanner_ex.re429 if (!strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))
464 && !strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))) {
480 strncasecmp(ZSTR_VAL(ctx->arg.s), "action", ZSTR_LEN(ctx->arg.s)) == 0) {
H A Dfile.c488 if (strncasecmp(filename, "file://", sizeof("file://") - 1)) { in PHP_FUNCTION()
/PHP-8.2/ext/dom/
H A Ddocument.c1167 if (strncasecmp(source, "file://",7) == 0 && ':' == source[8]) { in _dom_get_valid_file_path()
1172 if (strncasecmp(source, "file:///",8) == 0) { in _dom_get_valid_file_path()
1179 } else if (strncasecmp(source, "file://localhost/",17) == 0) { in _dom_get_valid_file_path()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_utils.c269 if (strncasecmp(name, element->name, len) == SUCCESS) { in phpdbg_get_element()
H A Dphpdbg_cmd.c590 if (strncasecmp(command->name, name->str, name->len) == SUCCESS) { in phpdbg_stack_resolve()
H A Dphpdbg.c1100 if (!strncasecmp(path, "php://", 6)) { in phpdbg_stream_url_wrap_php()
1104 if (!strncasecmp(path, "stdin", 6) && PHPDBG_G(stdin_file)) { in phpdbg_stream_url_wrap_php()
/PHP-8.2/Zend/
H A Dzend_builtin_functions.c349 ZEND_FUNCTION(strncasecmp) in ZEND_FUNCTION() argument
1958 if (strncasecmp(ZSTR_VAL(extension_name), "zend", sizeof("zend"))) { in ZEND_FUNCTION()
H A Dzend_language_scanner.l420 if (strncasecmp((char*)pos2, "_HALT_COMPILER", sizeof("_HALT_COMPILER")-1) == 0) { in zend_multibyte_detect_unicode()
2272 || (!strncasecmp((char*)YYCURSOR + 1, "php", 3) && /* <?php[ \t\r\n] */
/PHP-8.2/ext/pdo_sqlite/
H A Dsqlite_driver.c747 if (*filename && strncasecmp(filename, "file:", 5) == 0) { in make_filename_safe()
/PHP-8.2/ext/libxml/
H A Dlibxml.c267 if (strncasecmp(resolved_path, "file:/", pre_len) == 0 in php_libxml_streams_IO_open_wrapper()
/PHP-8.2/main/streams/
H A Dstreams.c1969 if (!protocol || !strncasecmp(protocol, "file", n)) {
1976 if (!strncasecmp(path, "file://localhost/", 17)) {
/PHP-8.2/ext/mysqli/
H A Dmysqli_nonapi.c141 if (strlen(SAFE_STR(hostname)) > 2 && !strncasecmp(hostname, "p:", 2)) {
/PHP-8.2/ext/phar/
H A Dstream.c66 if (strlen(filename) < 7 || strncasecmp(filename, "phar://", 7)) { in phar_parse_url()
H A Dphar.c2257 if (!strncasecmp(filename, "phar://", 7)) { in phar_split_fname()
/PHP-8.2/ext/soap/
H A Dphp_encoding.c993 if (strncasecmp((char*)data->children->content, "NaN", sizeof("NaN")-1) == 0) { in to_zval_double()
995 } else if (strncasecmp((char*)data->children->content, "INF", sizeof("INF")-1) == 0) { in to_zval_double()
997 } else if (strncasecmp((char*)data->children->content, "-INF", sizeof("-INF")-1) == 0) { in to_zval_double()
H A Dphp_sdl.c3292 strncasecmp(uri, "https://", sizeof("https://")-1) != 0) { in get_sdl()
/PHP-8.2/ext/iconv/
H A Diconv.c311 if (SG(sapi_headers).mimetype && !strncasecmp(SG(sapi_headers).mimetype, "text/", 5)) { in php_iconv_output_handler()
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_connection.c523 if (hostname.l == sizeof("localhost") - 1 && !strncasecmp(hostname.s, "localhost", hostname.l)) {
/PHP-8.2/ext/openssl/
H A Dxp_ssl.c435 if (prefix_len && strncasecmp(subjectname, certname, prefix_len) != 0) { in php_openssl_matches_wildcard_name()
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c361 if (strncasecmp(h->header, "Date:", strlen("Date:")) == 0) { in append_essential_headers()
/PHP-8.2/ext/ldap/
H A Dldap.c43 #undef strncasecmp

Completed in 141 milliseconds

123