Home
last modified time | relevance | path

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

1234

/PHP-7.1/ext/standard/
H A Durl_scanner_ex.re431 if (!strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))
466 && !strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))) {
482 strncasecmp(ZSTR_VAL(ctx->arg.s), "action", ZSTR_LEN(ctx->arg.s)) == 0) {
H A Durl.c160 if (!strncasecmp("file", ret->scheme, sizeof("file"))) { in php_url_parse_ex()
H A Dfile.c601 if (strncasecmp(filename, "file://", sizeof("file://") - 1)) { in PHP_FUNCTION()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c411 strncasecmp(SG(sapi_headers).http_status_line, "HTTP/", 5) == 0 in sapi_cgi_send_headers()
419 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_cgi_send_headers()
455 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_cgi_send_headers()
463 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:")-1) == 0 in sapi_cgi_send_headers()
/PHP-7.1/ext/bz2/
H A Dbz2.c252 if (strncasecmp("compress.bzip2://", path, 17) == 0) { in _php_stream_bz2open()
/PHP-7.1/ext/xmlreader/
H A Dphp_xmlreader.c239 if (strncasecmp(source, "file:///",8) == 0) { in _xmlreader_get_valid_file_path()
246 } else if (strncasecmp(source, "file://localhost/",17) == 0) { in _xmlreader_get_valid_file_path()
/PHP-7.1/Zend/
H A Dzend_builtin_functions.c49 static ZEND_FUNCTION(strncasecmp);
335 ZEND_FE(strncasecmp, arginfo_strncmp)
704 ZEND_FUNCTION(strncasecmp) in ZEND_FUNCTION() argument
2846 if (strncasecmp(ZSTR_VAL(extension_name), "zend", sizeof("zend"))) { in ZEND_FUNCTION()
H A Dzend_language_scanner.l395 if (strncasecmp((char*)pos2, "_HALT_COMPILER", sizeof("_HALT_COMPILER")-1) == 0) { in zend_multibyte_detect_unicode()
1820 …if (CG(short_tags) || !strncasecmp((char*)YYCURSOR + 1, "php", 3) || (*(YYCURSOR + 1) == '=')) { /…
/PHP-7.1/ext/dom/
H A Ddocument.c1313 if (strncasecmp(source, "file://",7) == 0 && ':' == source[8]) { in _dom_get_valid_file_path()
1318 if (strncasecmp(source, "file:///",8) == 0) { in _dom_get_valid_file_path()
1325 } else if (strncasecmp(source, "file://localhost/",17) == 0) { in _dom_get_valid_file_path()
/PHP-7.1/ext/zlib/
H A Dzlib.c1382 if (!strncasecmp(ZSTR_VAL(new_value), "off", sizeof("off"))) { in PHP_INI_MH()
1384 } else if (!strncasecmp(ZSTR_VAL(new_value), "on", sizeof("on"))) { in PHP_INI_MH()
/PHP-7.1/ext/opcache/Optimizer/
H A Dpass1_5.c303 !strncasecmp(Z_STRVAL(ZEND_OP1_LITERAL(opline)), in zend_optimizer_pass1()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_cmd.c588 if (strncasecmp(command->name, name->str, name->len) == SUCCESS) { in phpdbg_stack_resolve()
H A Dphpdbg_utils.c272 if (strncasecmp(name, element->name, len) == SUCCESS) { in phpdbg_get_element()
H A Dphpdbg.c1347 if (!strncasecmp(path, "php://", 6)) { in phpdbg_stream_url_wrap_php()
1351 if (!strncasecmp(path, "stdin", 6) && PHPDBG_G(stdin_file)) { in phpdbg_stream_url_wrap_php()
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c167 if (strncasecmp(Z_STRVAL_P(tmp), SERVER_MICROSOFT_IIS, sizeof(SERVER_MICROSOFT_IIS)-1) == 0) { in is_http_stream_talking_to_iis()
169 } else if (strncasecmp(Z_STRVAL_P(tmp), SERVER_GOOGLE, sizeof(SERVER_GOOGLE)-1) == 0) { in is_http_stream_talking_to_iis()
375 if (prefix_len && strncasecmp(subjectname, certname, prefix_len) != 0) { in matches_wildcard_name()
/PHP-7.1/ext/xmlwriter/
H A Dphp_xmlwriter.c599 if (strncasecmp(source, "file:///", 8) == 0) { in _xmlwriter_get_valid_file_path()
610 } else if (strncasecmp(source, "file://localhost/",17) == 0) { in _xmlwriter_get_valid_file_path()
/PHP-7.1/ext/date/lib/
H A Dparse_date.re503 …if (!strncasecmp(*ptr, "nd", 2) || !strncasecmp(*ptr, "rd", 2) ||!strncasecmp(*ptr, "st", 2) || !s…
/PHP-7.1/main/streams/
H A Dstreams.c1795 if (!protocol || !strncasecmp(protocol, "file", n)) {
1802 if (!strncasecmp(path, "file://localhost/", 17)) {
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c585 if (( keyLen == 7 )&&( strncasecmp( pKey, "engine", 6 )== 0 )) in alter_ini()
/PHP-7.1/ext/libxml/
H A Dlibxml.c324 if (strncasecmp(resolved_path, "file:/", pre_len) == 0 in php_libxml_streams_IO_open_wrapper()
/PHP-7.1/ext/mysqli/
H A Dmysqli_nonapi.c152 if (strlen(SAFE_STR(hostname)) > 2 && !strncasecmp(hostname, "p:", 2)) {
/PHP-7.1/ext/phar/
H A Dstream.c66 if (strlen(filename) < 7 || strncasecmp(filename, "phar://", 7)) { in phar_parse_url()
/PHP-7.1/
H A Dserver-tests.php957 if (!strncasecmp($user_input, 'y', 1) || strlen(trim($user_input)) == 0) {
/PHP-7.1/ext/mbstring/
H A Dmbstring.c2003 if (strncasecmp("none", Z_STRVAL_P(arg1), Z_STRLEN_P(arg1)) == 0) { in PHP_FUNCTION()
2005 } else if (strncasecmp("long", Z_STRVAL_P(arg1), Z_STRLEN_P(arg1)) == 0) { in PHP_FUNCTION()
2007 } else if (strncasecmp("entity", Z_STRVAL_P(arg1), Z_STRLEN_P(arg1)) == 0) { in PHP_FUNCTION()
/PHP-7.1/ext/soap/
H A Dphp_encoding.c1013 if (strncasecmp((char*)data->children->content, "NaN", sizeof("NaN")-1) == 0) { in to_zval_double()
1015 } else if (strncasecmp((char*)data->children->content, "INF", sizeof("INF")-1) == 0) { in to_zval_double()
1017 } else if (strncasecmp((char*)data->children->content, "-INF", sizeof("-INF")-1) == 0) { in to_zval_double()

Completed in 143 milliseconds

1234