Home
last modified time | relevance | path

Searched refs:zend_binary_strcasecmp (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_print.c272 …if (func->op_array.function_name->len == len && !zend_binary_strcasecmp(function, len, func->op_ar… in phpdbg_print_opcodes_function()
308 …if (ce->name->len == strlen(class) && !zend_binary_strcasecmp(class, strlen(class), ce->name->val,… in phpdbg_print_opcodes_method()
366 …if (ce->name->len == strlen(class) && !zend_binary_strcasecmp(class, strlen(class), ce->name->val,… in phpdbg_print_opcodes_class()
/PHP-8.0/win32/
H A Dcodepage.c347 if (0 == zend_binary_strcasecmp(enc, enc_len, cp->name, strlen(cp->name))) { in php_win32_cp_get_by_enc()
357 if (0 == zend_binary_strcasecmp(enc, enc_len, start, idx - start)) { in php_win32_cp_get_by_enc()
364 if (0 == zend_binary_strcasecmp(enc, enc_len, start, strlen(start))) { in php_win32_cp_get_by_enc()
/PHP-8.0/Zend/
H A Dzend_string.h358 …(ZSTR_LEN(s1) == ZSTR_LEN(s2) && !zend_binary_strcasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2),…
361 …(ZSTR_LEN(str) == sizeof(c) - 1 && !zend_binary_strcasecmp(ZSTR_VAL(str), ZSTR_LEN(str), (c), size…
H A Dzend_ini.c183 …return zend_binary_strcasecmp(ZSTR_VAL(f->key), ZSTR_LEN(f->key), ZSTR_VAL(s->key), ZSTR_LEN(s->ke… in ini_key_compare()
H A Dzend_operators.h420 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size…
H A Dzend_builtin_functions.c344 RETURN_LONG(zend_binary_strcasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2))); in ZEND_FUNCTION()
H A Dzend_operators.c2723 ZEND_API int ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const char *s2, size… in zend_binary_strcasecmp() function
H A Dzend_compile.c193 && zend_binary_strcasecmp(uqname, uqname_len, reserved->name, reserved->len) == 0 in zend_is_reserved_class_name()
252 && zend_binary_strcasecmp(ZSTR_VAL(name), ZSTR_LEN(name), info->name, info->name_len) == 0 in zend_lookup_builtin_type_by_name()
/PHP-8.0/ext/standard/
H A Dhttp_fopen_wrapper.c273 zend_binary_strcasecmp(s, sizeof("Proxy-Authorization:") - 1, in php_stream_url_wrap_http_ex()
297 zend_binary_strcasecmp(s, sizeof("Proxy-Authorization:") - 1, in php_stream_url_wrap_http_ex()
H A Dbrowscap.c564 if (zend_binary_strcasecmp( in browser_reg_compare()
H A Dhtml.c379 zend_binary_strcasecmp(charset_hint, len, charset_map[i].codeset, len) == 0) { in determine_charset()
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c333 …if((flen == sizeof("function_exists")-1 && zend_binary_strcasecmp(fname, flen, "function_exists", … in zend_optimize_block()
334 …(flen == sizeof("is_callable")-1 && zend_binary_strcasecmp(fname, flen, "is_callable", sizeof("is_… in zend_optimize_block()
344 …} else if(flen == sizeof("constant")-1 && zend_binary_strcasecmp(fname, flen, "constant", sizeof("… in zend_optimize_block()
354 …} else if(flen == sizeof("extension_loaded")-1 && zend_binary_strcasecmp(fname, flen, "extension_l… in zend_optimize_block()
H A Dpass1.c346zend_binary_strcasecmp(Z_STRVAL(ZEND_OP2_LITERAL(init_opline)), Z_STRLEN(ZEND_OP2_LITERAL(init_opl… in zend_optimizer_pass1()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c2549 …if (0 == zend_binary_strcasecmp(ZSTR_VAL(class_name), ZSTR_LEN(class_name), "self", sizeof("self")… in ZEND_METHOD()
2556 …} else if (0 == zend_binary_strcasecmp(ZSTR_VAL(class_name), ZSTR_LEN(class_name), "parent", sizeo… in ZEND_METHOD()

Completed in 92 milliseconds