Searched defs:chars (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/filter/ |
H A D | sanitizing_filters.c | 26 static void php_filter_encode_html(zval *value, const unsigned char *chars) in php_filter_encode_html() 61 static void php_filter_encode_url(zval *value, const unsigned char* chars, const int char_len, int … in php_filter_encode_url()
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_neon_inc.h | 85 …T_FUNC FF_FUN(sljit_u8 *str_end, sljit_u8 *str_ptr, sljit_uw offs1, sljit_uw offs2, sljit_uw chars) in FF_FUN()
|
H A D | pcre2_jit_compile.c | 365 PCRE2_UCHAR chars[MAX_DIFF_CHARS]; member 5406 static SLJIT_INLINE void add_prefix_char(PCRE2_UCHAR chr, fast_forward_char_data *chars, BOOL last) in add_prefix_char() 5440 static int scan_prefix(compiler_common *common, PCRE2_SPTR cc, fast_forward_char_data *chars, int m… in scan_prefix() 5868 …OL check_fast_forward_char_pair_simd(compiler_common *common, fast_forward_char_data *chars, int m… in check_fast_forward_char_pair_simd() 6006 fast_forward_char_data chars[MAX_N_CHARS]; in fast_forward_first_n_chars() local
|
/PHP-8.2/ext/intl/converter/ |
H A D | converter.c | 72 char chars[127]; in php_converter_default_callback() local 553 char *chars; in PHP_METHOD() local 593 char chars[127]; in PHP_METHOD() local
|
H A D | converter.stub.php | 276 public function setSubstChars(string $chars): bool {}
|
/PHP-8.2/ext/standard/ |
H A D | scanf.c | 101 char *chars; member
|
H A D | url.c | 84 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn()
|
H A D | string.c | 5293 int chars[256]; local
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.c | 3733 static void php_ldap_escape_map_set_chars(bool *map, const char *chars, const size_t charslen, char… in php_ldap_escape_map_set_chars()
|
Completed in 85 milliseconds