Home
last modified time | relevance | path

Searched refs:strncasecmp (Results 26 – 50 of 77) sorted by relevance

1234

/php-src/ext/pdo/tests/
H A Dpdo_033.phpt9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'odbc', strlen('odbc'))) die('skip odbc driver doesn\'t hav…
H A Dbug_38394.phpt9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'sqlite2', strlen('sqlite2'))) die('skip not relevant for p…
H A Dbug_44861.phpt12 if (!strncasecmp(getenv('PDOTEST_DSN'), $driver, strlen($driver))) {
H A Dbug_69356.phpt9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip query not supported');
H A Dpdo_016.phpt9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
H A Dpdo_016a.phpt10 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
/php-src/sapi/cli/tests/
H A Dbug61977.phpt32 if (strncasecmp("Content-type:", $text, 13) == 0) {
/php-src/ext/curl/
H A Dconfig.m456 if (strncasecmp(ptr, "OpenSSL", sizeof("OpenSSL")-1) == 0) {
/php-src/ext/zip/
H A Dzip_stream.c141 if (strncasecmp("zip://", path, 6) == 0) { in php_zip_ops_stat()
303 if (strncasecmp("zip://", path, 6) == 0) { in php_stream_zip_opener()
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.c342 if (strncasecmp((*encoding)->name, name, name_len) == 0) { in mbfl_name2encoding_ex()
/php-src/Zend/
H A Dzend_builtin_functions.stub.php32 function strncasecmp(string $string1, string $string2, int $length): int {} function
H A Dzend_vm_gen.php800 if (strncasecmp($matches[0], "EXECUTE_DATA", strlen("EXECUTE_DATA")) == 0) {
802 …} else if (strncasecmp($matches[0], "ZEND_VM_DISPATCH_TO_HANDLER", strlen("ZEND_VM_DISPATCH_TO_HAN…
836 if (strncasecmp($matches[0], "EXECUTE_DATA", strlen("EXECUTE_DATA")) == 0) {
838 …} else if (strncasecmp($matches[0], "ZEND_VM_DISPATCH_TO_HANDLER", strlen("ZEND_VM_DISPATCH_TO_HAN…
870 if (strncasecmp($matches[0], "EXECUTE_DATA", strlen("EXECUTE_DATA")) == 0) {
872 …} else if (strncasecmp($matches[0], "ZEND_VM_DISPATCH_TO_HANDLER", strlen("ZEND_VM_DISPATCH_TO_HAN…
894 if (strncasecmp($matches[0], "EXECUTE_DATA", strlen("EXECUTE_DATA")) == 0) {
896 …} else if (strncasecmp($matches[0], "ZEND_VM_DISPATCH_TO_HANDLER", strlen("ZEND_VM_DISPATCH_TO_HAN…
H A Dzend_builtin_functions_arginfo.h243 ZEND_FUNCTION(strncasecmp);
/php-src/main/streams/
H A Dplain_wrapper.c1220 if (strncasecmp(url, "file://", sizeof("file://") - 1) == 0) { in php_plain_files_url_stater()
1247 if (strncasecmp(url, "file://", sizeof("file://") - 1) == 0) { in php_plain_files_unlink()
1288 if (strncasecmp(url_from, "file://", sizeof("file://") - 1) == 0) { in php_plain_files_rename()
1292 if (strncasecmp(url_to, "file://", sizeof("file://") - 1) == 0) { in php_plain_files_rename()
1372 if (strncasecmp(dir, "file://", sizeof("file://") - 1) == 0) { in php_plain_files_mkdir()
1464 if (strncasecmp(url, "file://", sizeof("file://") - 1) == 0) { in php_plain_files_rmdir()
1507 if (strncasecmp(url, "file://", sizeof("file://") - 1) == 0) { in php_plain_files_metadata()
/php-src/sapi/apache2handler/
H A Dphp_functions.c23 #ifdef strncasecmp
24 # undef strncasecmp
H A Dsapi_apache2.c25 #ifdef strncasecmp
26 # undef strncasecmp
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c346 strncasecmp(SG(sapi_headers).http_status_line, "HTTP/", 5) == 0 in sapi_cgi_send_headers()
354 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
391 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
399 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:") - 1) == 0 in sapi_cgi_send_headers()
1033strncasecmp(env_script_filename, APACHE_PROXY_FCGI_PREFIX, sizeof(APACHE_PROXY_FCGI_PREFIX) - 1) =… in init_request_info()
1054strncasecmp(env_script_filename, APACHE_PROXY_BALANCER_PREFIX, sizeof(APACHE_PROXY_BALANCER_PREFIX… in init_request_info()
/php-src/sapi/litespeed/
H A Dlsapi_main.c388 strncasecmp(SG(sapi_headers).http_status_line, "HTTP/", 5) == 0 in sapi_lsapi_send_headers_like_cgi()
396 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_lsapi_send_headers_like_cgi()
431 strncasecmp(h->header, "Status:", sizeof("Status:")-1) == 0 in sapi_lsapi_send_headers_like_cgi()
438 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:")-1) == 0 in sapi_lsapi_send_headers_like_cgi()
808 if (( keyLen == 7 )&&( strncasecmp( pKey, "engine", 6 )== 0 )) in alter_ini()
/php-src/ext/libxml/
H A Dmime_sniff.c294 …&& strncasecmp(parameter_name, "charset", strlen("charset")) == 0 /* Because of lowercasing in ste… in php_libxml_sniff_charset_from_string()
/php-src/ext/standard/
H A Dfilestat.c324 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chgrp()
450 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chown()
545 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION()
612 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION()
/php-src/main/
H A DSAPI.c321 if (*charset && strncasecmp(mimetype, "text/", 5) == 0) { in get_default_content_type()
608 && !strncasecmp(header->header, name, len)) { in sapi_remove_header()
762 && !strncasecmp(header_line, "HTTP/", 5)) { in sapi_header_op()
1029 if (!strncasecmp(name, "HTTP_PROXY", name_len)) { in sapi_getenv()
H A Dfopen_wrappers.c254 if (strncasecmp(resolved_basedir, resolved_name, resolved_basedir_len) == 0) {
269 if (strncasecmp(resolved_basedir, resolved_name, resolved_name_len) == 0) {
/php-src/tests/strings/
H A D001.phpt197 $len = strncasecmp(PHP_OS, 'CYGWIN', 6) ? 19 : 29;
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c121 if (strncasecmp(source, "file:///", 8) == 0) { in _xmlwriter_get_valid_file_path()
132 } else if (strncasecmp(source, "file://localhost/",17) == 0) { in _xmlwriter_get_valid_file_path()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c578 if ((var->aliasname_length && !strncasecmp(ZSTR_VAL(param->name), var->aliasname, in pdo_firebird_stmt_param_hook()
580 || (var->sqlname_length && !strncasecmp(ZSTR_VAL(param->name), var->sqlname, in pdo_firebird_stmt_param_hook()

Completed in 91 milliseconds

1234