Home
last modified time | relevance | path

Searched refs:strlen (Results 776 – 779 of 779) sorted by relevance

1...<<3132

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c6605 length = PRIV(strlen)(subject); in pcre2_match()
H A Dpcre2_compile.c10224 patlen = PRIV(strlen)(pattern); in pcre2_compile()
/php-src/ext/intl/uchar/
H A Duchar_arginfo.h320 …zend_string *const_UNICODE_VERSION_value_str = zend_string_init(U_UNICODE_VERSION, strlen(U_UNICOD… in register_class_IntlChar()
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1760 #define STR_EQUAL(name, name_len, str) (name_len == strlen(str) && memcmp(name, str, strlen(str)) =…

Completed in 106 milliseconds

1...<<3132