Home
last modified time | relevance | path

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

1234

/PHP-7.2/ext/standard/
H A Dproc_open.c574 if (strncmp(Z_STRVAL_P(zmode), "w", 1) != 0) { in PHP_FUNCTION()
H A Dbasic_functions.c3470 if (!strncmp(*env, pe->key, pe->key_len) && (*env)[pe->key_len] == '=') { /* found it */ in php_putenv_destructor()
3480 if (!strncmp(pe->key, "TZ", pe->key_len)) { in php_putenv_destructor()
4178 if (!strncmp(*env, pe.key, pe.key_len) && (*env)[pe.key_len] == '=') { /* found it */
4229 if (!strncmp(pe.key, "TZ", pe.key_len)) {
5455 return !strncmp(option_name, new_option_name, option_len);
H A Dstring.c1023 && !strncmp(ZSTR_VAL(text) + current, breakchar, breakchar_len)) { in PHP_FUNCTION()
/PHP-7.2/ext/phar/
H A Dzip.c395 …if (entry.filename_len == sizeof(".phar/signature.bin")-1 && !strncmp(entry.filename, ".phar/signa… in phar_parse_zipfile()
539 …if (!actual_alias && entry.filename_len == sizeof(".phar/alias.txt")-1 && !strncmp(entry.filename,… in phar_parse_zipfile()
H A Dphar.c550 && !strncmp(unixfname, phar->fname, fname_len)) || !alias)
557 && !strncmp(fname, phar->fname, fname_len)) || !alias)
998 if (alias && alias_len && (alias_len != (int)tmp_len || strncmp(alias, buffer, tmp_len)))
/PHP-7.2/ext/soap/
H A Dsoap.c1043 strncmp(ZSTR_VAL(name), "type_name", sizeof("type_name")-1) == 0) { in soap_create_typemap()
1049 strncmp(ZSTR_VAL(name), "type_ns", sizeof("type_ns")-1) == 0) { in soap_create_typemap()
1055 strncmp(ZSTR_VAL(name), "to_xml", sizeof("to_xml")-1) == 0) { in soap_create_typemap()
1058 strncmp(ZSTR_VAL(name), "from_xml", sizeof("from_xml")-1) == 0) { in soap_create_typemap()
2075 if (strncmp(Z_STRVAL_P(agent_name), "Shockwave Flash", sizeof("Shockwave Flash")-1) == 0) {
H A Dphp_encoding.c1935 (!strncmp(attr->namens, XML_NAMESPACE, sizeof(XML_NAMESPACE)) || in to_xml_object()
/PHP-7.2/ext/spl/
H A Dphp_spl.c781 …if (strncmp(ZSTR_VAL(alfi->func_ptr->common.function_name), "__lambda_func", sizeof("__lambda_func… in PHP_FUNCTION()
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c1074 strncmp(ctx->path, ctx->doc_root, docroot_len) != 0; in lsapi_activate_user_ini_walk_down_the_path()
/PHP-7.2/
H A Dserver-tests.php503 $this->test_executable_iscgi = strncmp($this->exec_info['PHP_SAPI'],'cgi',3)==0;
H A Drun-tests.php1305 if (!$borked && strncmp('--TEST--', $line, 8)) {
/PHP-7.2/ext/json/
H A Djson_scanner.c323 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH); in php_json_scan()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c276 if (strncmp(l, p->name, p->len) == 0) { in get_type()
1521 if (strncmp(l, p->name, p->len) == 0 && in get_cond()
/PHP-7.2/main/
H A Dfastcgi.c692 if (!*host || !strncmp(host, "*", sizeof("*")-1)) { in fcgi_listen()
/PHP-7.2/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.2/main/streams/
H A Dstreams.c1749 if ((*p == ':') && (n > 1) && (!strncmp("//", p+1, 2) || (n == 4 && !memcmp("data:", path, 5)))) {
/PHP-7.2/ext/imap/
H A Dphp_imap.c778 if (strncmp(qlist->name, "STORAGE", 7) == 0) in mail_getquota()
4924 if (strncmp(str, "[ALERT] ", 8) == 0) { in mm_notify()
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c2045 if (strncmp(mime_type, "text/", 5) == 0) { in php_cli_server_begin_send_static()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_connection.c1498 && !strncmp(p, MARIA_DB_VERSION_HACK_PREFIX, sizeof(MARIA_DB_VERSION_HACK_PREFIX)-1))
/PHP-7.2/ext/session/
H A Dsession.c1278 && !strncmp(header->header, session_cookie, session_cookie_len)) { in php_session_remove_cookie()
/PHP-7.2/ext/curl/
H A Dinterface.c221 …if (len > sizeof("file://") - 1 && '/' != url[sizeof("file://") - 1] && !strncmp("file://", url, s… in php_curl_option_url()
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c1547 if (!strncmp(state,"S1015",5)) { in PHP_FUNCTION()
/PHP-7.2/ext/exif/
H A Dexif.c3169 && strncmp(maker_note->id_string, value_ptr, maker_note->id_string_len)) in exif_process_IFD_in_MAKERNOTE()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c38613 if (0 == strncmp("msdos", fsInfo.f_fstypename, 5)) {
77657 if( strncmp(zSynopsis,"IF ",3)==0 ){
77677 if( strncmp(zSynopsis+ii+1, "@P", 2)==0 ){
77681 if( strncmp(zSynopsis+ii+1,"+1",2)==0 ){
133928 && (strncmp(zSubSql,"CRE",3)==0 || strncmp(zSubSql,"INS",3)==0)
157369 if( strncmp(zUri+5, "///", 3)==0 ){
157376 if( strncmp(zUri+7, "///", 3)==0 ){ iIn++; }
179445 && strncmp(z+i,"null",4)==0
179450 && strncmp(z+i,"true",4)==0
179455 && strncmp(z+i,"false",5)==0
[all …]

Completed in 635 milliseconds

1234