Home
last modified time | relevance | path

Searched refs:strncmp (Results 76 – 96 of 96) sorted by relevance

1234

/PHP-7.4/ext/standard/
H A Dproc_open.c701 if (strncmp(Z_STRVAL_P(zmode), "w", 1) != 0) { in PHP_FUNCTION()
H A Dstring.c997 && !strncmp(ZSTR_VAL(text) + current, breakchar, breakchar_len)) { in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dphp_spl.c803 …if (strncmp(ZSTR_VAL(alfi->func_ptr->common.function_name), "__lambda_func", sizeof("__lambda_func… in PHP_FUNCTION()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h186 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) macro
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c1052 strncmp(ctx->path, ctx->doc_root, docroot_len) != 0; in lsapi_activate_user_ini_walk_down_the_path()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c270 if (strncmp(l, p->name, p->len) == 0) { in get_type()
1577 if (strncmp(l, p->name, p->len) == 0 && in get_cond()
/PHP-7.4/ext/phar/
H A Dphar.c550 && !strncmp(fname, phar->fname, fname_len)) || !alias) in phar_open_parsed_phar()
989 if (alias && alias_len && (alias_len != tmp_len || strncmp(alias, buffer, tmp_len))) in phar_parse_pharfile()
/PHP-7.4/main/
H A Dfastcgi.c690 if (!*host || !strncmp(host, "*", sizeof("*")-1)) { in fcgi_listen()
H A Dmain.c1105 if (strncmp(docref, "http://", 7)) { in php_verror()
/PHP-7.4/ext/oci8/
H A Doci8_statement.c409 …} else if (((int) column->name_len == column_name_len) && (!strncmp(column->name, column_name, col… in php_oci_statement_get_column()
/PHP-7.4/main/streams/
H A Dstreams.c1837 if ((*p == ':') && (n > 1) && (!strncmp("//", p+1, 2) || (n == 4 && !memcmp("data:", path, 5)))) {
/PHP-7.4/ext/imap/
H A Dphp_imap.c780 if (strncmp(qlist->name, "STORAGE", 7) == 0) in mail_getquota()
5026 if (strncmp(str, "[ALERT] ", 8) == 0) { in mm_notify()
/PHP-7.4/
H A Drun-tests.php1803 if ($bork_info === null && strncmp('--TEST--', $line, 8)) {
/PHP-7.4/ext/session/
H A Dsession.c1276 && !strncmp(header->header, session_cookie, session_cookie_len)) { in php_session_remove_cookie()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2160 if (strncmp(mime_type, "text/", 5) == 0) { in php_cli_server_begin_send_static()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c1447 && !strncmp(p, MARIA_DB_VERSION_HACK_PREFIX, sizeof(MARIA_DB_VERSION_HACK_PREFIX)-1))
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1543 if (!strncmp(state,"S1015",5)) { in PHP_FUNCTION()
/PHP-7.4/ext/curl/
H A Dinterface.c161 …if (len > sizeof("file://") - 1 && '/' != url[sizeof("file://") - 1] && !strncmp("file://", url, s… in php_curl_option_url()
/PHP-7.4/ext/exif/
H A Dexif.c3182 && strncmp(maker_note->id_string, value_ptr, maker_note->id_string_len)) in exif_process_IFD_in_MAKERNOTE()
/PHP-7.4/ext/ffi/
H A Dffi.c4575 if (strncmp(code_pos, "#define FFI_SCOPE", sizeof("#define FFI_SCOPE") - 1) == 0 in zend_ffi_parse_directives()
4622 } else if (strncmp(code_pos, "#define FFI_LIB", sizeof("#define FFI_LIB") - 1) == 0 in zend_ffi_parse_directives()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1910 (!strncmp(attr->namens, XML_NAMESPACE, sizeof(XML_NAMESPACE)) || in to_xml_object()

Completed in 204 milliseconds

1234