Home
last modified time | relevance | path

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

1234

/PHP-5.4/Zend/
H A Dzend_compile.c3650 if (!strncmp(mname, ZEND_CLONE_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
3652 } else if (!strncmp(mname, ZEND_CONSTRUCTOR_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
3657 } else if (!strncmp(mname, ZEND_DESTRUCTOR_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
3659 } else if (!strncmp(mname, ZEND_GET_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
3661 } else if (!strncmp(mname, ZEND_SET_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
3663 } else if (!strncmp(mname, ZEND_CALL_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
3665 } else if (!strncmp(mname, ZEND_UNSET_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
3667 } else if (!strncmp(mname, ZEND_ISSET_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
3669 } else if (!strncmp(mname, ZEND_CALLSTATIC_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
3671 } else if (!strncmp(mname, ZEND_TOSTRING_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
/PHP-5.4/ext/standard/
H A Dbasic_functions.c3424 if (!strncmp(*env, pe->key, pe->key_len) && (*env)[pe->key_len] == '=') { /* found it */ in php_putenv_destructor()
3434 if (!strncmp(pe->key, "TZ", pe->key_len)) { in php_putenv_destructor()
4068 if (!strncmp(*env, pe.key, pe.key_len) && (*env)[pe.key_len] == '=') { /* found it */
4100 if (!strncmp(pe.key, "TZ", pe.key_len)) {
5369 return !strncmp(option_name, new_option_name, option_len);
H A Dstring.c952 && !strncmp(text+current, breakchar, breakcharlen)) { in PHP_FUNCTION()
/PHP-5.4/ext/phar/
H A Dphar.c547 && !strncmp(unixfname, phar->fname, fname_len)) || !alias)
554 && !strncmp(fname, phar->fname, fname_len)) || !alias)
983 if (alias && alias_len && (alias_len != (int)tmp_len || strncmp(alias, buffer, tmp_len)))
/PHP-5.4/ext/soap/
H A Dsoap.c1016 strncmp(name, "type_name", sizeof("type_name")-1) == 0) { in soap_create_typemap()
1022 strncmp(name, "type_ns", sizeof("type_ns")-1) == 0) { in soap_create_typemap()
1028 strncmp(name, "to_xml", sizeof("to_xml")-1) == 0) { in soap_create_typemap()
1031 strncmp(name, "from_xml", sizeof("from_xml")-1) == 0) { in soap_create_typemap()
2078 if (strncmp(Z_STRVAL_PP(agent_name), "Shockwave Flash", sizeof("Shockwave Flash")-1) == 0) {
H A Dphp_encoding.c2028 (!strncmp((*attr)->namens, XML_NAMESPACE, sizeof(XML_NAMESPACE)) || in to_xml_object()
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapprentice.c251 if (strncmp(l, p->name, p->len) == 0) { in get_type()
1434 if (strncmp(l, p->name, p->len) == 0 && in get_cond()
/PHP-5.4/main/streams/
H A Dplain_wrapper.c1007 if (strncmp(url, "file://", sizeof("file://") - 1) == 0) { in php_plain_files_url_stater()
H A Dstreams.c1781 if ((*p == ':') && (n > 1) && (!strncmp("//", p+1, 2) || (n == 4 && !memcmp("data:", path, 5)))) {
/PHP-5.4/
H A Dserver-tests.php513 $this->test_executable_iscgi = strncmp($this->exec_info['PHP_SAPI'],'cgi',3)==0;
H A Drun-tests.php1225 if (!$borked && strncmp('--TEST--', $line, 8)) {
H A DNEWS7516 - Fixed bug #36944 (strncmp & strncasecmp do not return false on negative
/PHP-5.4/sapi/cgi/
H A Dfastcgi.c611 if (!*host || !strncmp(host, "*", sizeof("*")-1)) { in fcgi_listen()
/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c247 if (!strncmp(data_source, "uri:", sizeof("uri:")-1)) { in PHP_METHOD()
/PHP-5.4/ext/oci8/
H A Doci8_statement.c320 …} else if (((int) column->name_len == column_name_len) && (!strncmp(column->name, column_name, col… in php_oci_statement_get_column()
/PHP-5.4/ext/session/
H A Dsession.c1220 && !strncmp(header->header, session_cookie, session_cookie_len)) {
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c1934 if (strncmp(mime_type, "text/", 5) == 0) { in php_cli_server_begin_send_static()
/PHP-5.4/ext/imap/
H A Dphp_imap.c771 if (strncmp(qlist->name, "STORAGE", 7) == 0) in mail_getquota()
4888 if (strncmp(str, "[ALERT] ", 8) == 0) { in mm_notify()
/PHP-5.4/ext/odbc/
H A Dphp_odbc.c1508 if (!strncmp(state,"S1015",5)) { in PHP_FUNCTION()
/PHP-5.4/ext/exif/
H A Dexif.c2740 if (maker_note->id_string && strncmp(maker_note->id_string, value_ptr, maker_note->id_string_len)) in exif_process_IFD_in_MAKERNOTE()
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch753 + if ( strncmp(hc->decodedurl, "/nocache/", sizeof("/nocache/") - 1 ) == 0 )
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c15937 if( strncmp(z, "weekday ", 8)==0 in parseModifier()
15960 if( strncmp(z, "start of ", 9)!=0 ) break; in parseModifier()
31310 if (0 == strncmp("msdos", fsInfo.f_fstypename, 5)) {
31313 if (0 == strncmp("exfat", fsInfo.f_fstypename, 5)) {
32546 (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){
65785 if( strncmp(zSynopsis+ii+1, "@P", 2)==0 ){
65789 if( strncmp(zSynopsis+ii+1,"+1",2)==0 ){
120359 if( strncmp(zName, "sqlite_autoindex_", 17)==0 ){
130437 if( strncmp(zUri+5, "///", 3)==0 ){
130444 if( strncmp(zUri+7, "///", 3)==0 ){ iIn++; }
[all …]

Completed in 693 milliseconds

1234