Home
last modified time | relevance | path

Searched refs:strcasecmp (Results 26 – 50 of 126) sorted by relevance

123456

/PHP-5.6/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation10.phpt19 return strcasecmp($a, $b);
23 return strcasecmp($a, $b);
H A Darray_intersect_ukey_variation9.phpt19 return strcasecmp($key1, $key2);
23 return strcasecmp($key1, $key2);
H A Darray_diff_ukey_variation7.phpt18 return strcasecmp($key1, $key2);
H A Darray_diff_ukey_variation8.phpt18 return strcasecmp($key1, $key2);
/PHP-5.6/ext/standard/
H A Ddns.c381 if (!strcasecmp("A", rectype)) type = T_A; in PHP_FUNCTION()
382 else if (!strcasecmp("NS", rectype)) type = DNS_T_NS; in PHP_FUNCTION()
383 else if (!strcasecmp("MX", rectype)) type = DNS_T_MX; in PHP_FUNCTION()
384 else if (!strcasecmp("PTR", rectype)) type = DNS_T_PTR; in PHP_FUNCTION()
385 else if (!strcasecmp("ANY", rectype)) type = DNS_T_ANY; in PHP_FUNCTION()
386 else if (!strcasecmp("SOA", rectype)) type = DNS_T_SOA; in PHP_FUNCTION()
387 else if (!strcasecmp("TXT", rectype)) type = DNS_T_TXT; in PHP_FUNCTION()
388 else if (!strcasecmp("CNAME", rectype)) type = DNS_T_CNAME; in PHP_FUNCTION()
389 else if (!strcasecmp("AAAA", rectype)) type = DNS_T_AAAA; in PHP_FUNCTION()
390 else if (!strcasecmp("SRV", rectype)) type = DNS_T_SRV; in PHP_FUNCTION()
[all …]
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.h51 # undef strcasecmp
53 # define strcasecmp _stricmp macro
/PHP-5.6/ext/oci8/tests/
H A Ddb_op_1.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) {
H A Ddb_op_2.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) {
H A Ddrcp_cclass1.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
H A Ddriver_name.phpt7 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
H A Dconn_attr_5.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
H A Dpassword.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
H A Dpassword_2.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
H A Ddrcp_privileged.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
H A Dconn_attr_3.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
/PHP-5.6/sapi/phttpd/
H A Dphttpd.c286 if (strcasecmp(hip->method, "GET") == 0 || in pm_request()
287 strcasecmp(hip->method, "HEAD") == 0 || in pm_request()
288 strcasecmp(hip->method, "POST") == 0) { in pm_request()
/PHP-5.6/ext/soap/interop/
H A Dtest.utility.php36 return strcasecmp($f1,$f2) == 0;
76 return $ok || $e1 == $e2 || strcasecmp(trim($e1), trim($e2)) == 0;
H A Dclient_round2_interop.php312 (strcasecmp(get_class($soapval),"SoapParam") == 0 ||
313 strcasecmp(get_class($soapval),"SoapVar") == 0)) {
314 if (strcasecmp(get_class($soapval),"SoapParam") == 0)
324 (strcasecmp(get_class($soapval),"SoapParam") == 0 ||
325 strcasecmp(get_class($soapval),"SoapVar") == 0)) {
/PHP-5.6/scripts/dev/
H A Dfind_tested.php59 if (strcasecmp($extension_name, $method_record[EXTENSION_NAME]) == 0) {
93 if (strcasecmp($tested_function, $current_method_record[METHOD_NAME]) == 0) {
/PHP-5.6/Zend/
H A Dzend_ini.c478 if (tmp_value_len == 4 && strcasecmp(tmp_value, "true") == 0) { in ZEND_INI_DISP()
480 } else if (tmp_value_len == 3 && strcasecmp(tmp_value, "yes") == 0) { in ZEND_INI_DISP()
482 } else if (tmp_value_len == 2 && strcasecmp(tmp_value, "on") == 0) { in ZEND_INI_DISP()
562 if (new_value_length == 2 && strcasecmp("on", new_value) == 0) { in ZEND_INI_MH()
565 else if (new_value_length == 3 && strcasecmp("yes", new_value) == 0) { in ZEND_INI_MH()
568 else if (new_value_length == 4 && strcasecmp("true", new_value) == 0) { in ZEND_INI_MH()
H A Dzend_config.w32.h54 #define strcasecmp(s1, s2) stricmp(s1, s2) macro
/PHP-5.6/ext/zip/lib/
H A Dzip_name_locate.c68 cmp = (flags & ZIP_FL_NOCASE) ? strcasecmp : strcmp; in _zip_name_locate()
/PHP-5.6/sapi/apache/
H A Dmod_php5.c197 if (!strcasecmp(header_name, "Content-Type")) { in sapi_apache_header_handler()
199 } else if (!strcasecmp(header_name, "Content-Length")) { in sapi_apache_header_handler()
201 } else if (!strcasecmp(header_name, "Set-Cookie")) { in sapi_apache_header_handler()
546 if (!strcasecmp(p, "Basic")) { in init_request_info()
557 } else if (!strcasecmp(p, "Digest")) { in init_request_info()
811 if (strcasecmp(arg2, "none") == 0) { in php_apache_value_handler_ex()
853 if (!strcasecmp(arg2, "On") || (arg2[0] == '1' && arg2[1] == '\0')) { in php_apache_flag_handler_ex()
/PHP-5.6/ext/date/lib/
H A Dtimelib.h65 #if defined(_MSC_VER) && !defined(strcasecmp)
66 #define strcasecmp stricmp macro
/PHP-5.6/ext/mbstring/libmbfl/
H A Dconfigure.in31 AC_CHECK_FUNCS([strcasecmp strchr])

Completed in 40 milliseconds

123456