Home
last modified time | relevance | path

Searched refs:strcmp (Results 101 – 125 of 175) sorted by relevance

1234567

/PHP-5.5/ext/session/
H A Dmod_mm.c191 if (ret->hv == hv && !strcmp(ret->key, key)) { in ps_sd_lookup()
/PHP-5.5/ext/standard/
H A Dvar.c654 if (incomplete_class && strcmp(key, MAGIC_MEMBER) == 0) { in php_var_serialize_class()
864 if (incomplete_class && strcmp(key, MAGIC_MEMBER) == 0) { in php_var_serialize_intern()
H A Dftp_fopen_wrapper.c972 strcmp(resource_from->scheme, resource_to->scheme) || in php_stream_ftp_rename()
975 strcmp(resource_from->host, resource_to->host) || in php_stream_ftp_rename()
H A Dimage.c1037 if (!strcmp("width", type)) { in php_get_xbm()
1044 if (!strcmp("height", type)) { in php_get_xbm()
H A Dcrypt_freesec.c798 if (!strcmp(hash, tests[i].hash)) in main()
H A Dcrypt_sha256.c748 if (strcmp(cp, tests2[cnt].expected) != 0) { in main()
H A Dcrypt_sha512.c815 if (strcmp (cp, tests2[cnt].expected) != 0) { in main()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c48 strcmp,
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c706 mydata.needs_enc_conversion = options->encoding && strcmp(options->encoding, encoding_utf_8); in xml_elem_parse_buf()
/PHP-5.5/ext/zip/lib/
H A Dzip_open.c404 || strcmp(h1->filename, h2->filename)) in _zip_headercomp()
/PHP-5.5/ext/spl/
H A Dphp_spl.c670 if (func_name_len == sizeof("spl_autoload_call")-1 && !strcmp(lc_name, "spl_autoload_call")) { in PHP_FUNCTION()
688 } else if (func_name_len == sizeof("spl_autoload")-1 && !strcmp(lc_name, "spl_autoload")) { in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/strings/
H A Dstripslashes_variation2.phpt100 if( strcmp($str, $str_stripslashes) != 0 )
/PHP-5.5/win32/
H A Dsendmail.c952 if ((lAddr == INADDR_NONE) && (strcmp(szHost, "255.255.255.255"))) { in GetAddr()
H A Dglob.c532 return(strcmp(*(char **)p, *(char **)q)); in compare()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_statement.c187 if (sqlstate && !strcmp(sqlstate, "42P05")) { in pgsql_stmt_execute()
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php588 … if ($this->testMethod && strcmp($this->testMethod,$soap_test->test_name) != 0) continue;
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c682 …if (!strcmp(name, "?") || zend_hash_find(stmt->bound_param_map, name, plc->len + 1, (void**) &p) =… in pdo_parse_params()
/PHP-5.5/main/
H A Dfopen_wrappers.c155 if (strcmp(basedir, ".") || !VCWD_GETCWD(local_open_basedir, MAXPATHLEN)) {
/PHP-5.5/sapi/caudium/
H A Dcaudium.c623 if (!strcmp(SG(request_info).request_method, "HEAD")) { in php_caudium_module_main()
/PHP-5.5/
H A Drun-tests.php931 return strcmp($a, $b);
2015 if (!strcmp($output, $wanted)) {
2141 return !strcmp($l1, $l2);
H A Dserver-tests.php733 return strcmp($a, $b);
1530 $failed = (0 != strcmp($output,$wanted));
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c911 ( strcmp( pEnv->pKey+1, "SUEXEC_AUTH" ) == 0 )) in lsapi_changeUGid()
916 ( strcmp( pEnv->pKey+1, "SUEXEC_UGID" ) == 0 )) in lsapi_changeUGid()
1840 if ( strcmp( name, CGI_HEADERS[i] ) == 0 ) in GetHeaderVar()
1904 if ( strcmp( name, pBegin->pKey ) == 0 ) in LSAPI_GetEnv_r()
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c38 static ZEND_FUNCTION(strcmp);
249 ZEND_FE(strcmp, arginfo_strcmp)
494 ZEND_FUNCTION(strcmp) in ZEND_FUNCTION() argument
/PHP-5.5/TSRM/
H A Dtsrm_win32.c521 if (strcmp(sapi_module.name, "cli") != 0) { in popen_ex()
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c647 if (strcmp(f->frec->name, "PHP") == 0) { in php_add_filter()

Completed in 122 milliseconds

1234567