Home
last modified time | relevance | path

Searched refs:zend_binary_strncasecmp (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/main/
H A Dphp_ini.c261 …if (!zend_binary_strncasecmp(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1), "PATH", sizeof("PATH") - 1, sizeo… in php_ini_parser_cb()
272 …} else if (!zend_binary_strncasecmp(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1), "HOST", sizeof("HOST") - 1… in php_ini_parser_cb()
H A Dmain.c2757 …if (auth && auth_len > 0 && zend_binary_strncasecmp(auth, auth_len, "Basic ", sizeof("Basic ")-1, … in php_handle_auth_data()
2780 …if (ret == -1 && auth && auth_len > 0 && zend_binary_strncasecmp(auth, auth_len, "Digest ", sizeof… in php_handle_auth_data()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c656 if (!zend_binary_strncasecmp(Z_STRVAL_P(parameter), Z_STRLEN_P(parameter), "true", 4, 4)) { in firebird_stmt_param_hook()
658 …} else if (!zend_binary_strncasecmp(Z_STRVAL_P(parameter), Z_STRLEN_P(parameter), "false", 5, 5)) { in firebird_stmt_param_hook()
/PHP-7.4/Zend/
H A Dzend_operators.h414 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz…
H A Dzend_object_handlers.c1414 …&& zend_binary_strncasecmp(ZSTR_VAL(lc_function_name), ZSTR_LEN(lc_function_name), ZSTR_VAL(ce->na… in zend_std_get_static_method()
H A Dzend_builtin_functions.c667 RETURN_LONG(zend_binary_strncasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len)); in ZEND_FUNCTION()
H A Dzend_operators.c2775 ZEND_API int ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const char *s2, siz… in zend_binary_strncasecmp() function
/PHP-7.4/ext/libxml/
H A Dlibxml.c426 …!zend_binary_strncasecmp(Z_STRVAL_P(header), Z_STRLEN_P(header), buf, sizeof(buf)-1, sizeof(buf)-1… in php_libxml_input_buffer_create_filename()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c461zend_binary_strncasecmp(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), Z_STRVAL_P(tmp), ZSTR_LEN(ce->name… in master_to_xml_int()

Completed in 52 milliseconds