Home
last modified time | relevance | path

Searched defs:strlen (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_string_utils.c209 PRIV(strlen)(PCRE2_SPTR str) in PRIV() argument
H A Dpcre2_internal.h203 #define strlen(s) _strlen(s) macro
/php-src/ext/standard/
H A Dtype.c162 size_t strlen = Z_STRLEN_P(num); in PHP_FUNCTION() local
/php-src/Zend/
H A Dzend_builtin_functions.stub.php20 function strlen(string $string): int {} function
H A Dzend_constants.c161 …ringl_constant(const char *name, size_t name_len, const char *strval, size_t strlen, int flags, in… in zend_register_stringl_constant()
H A Dzend_builtin_functions.c301 ZEND_FUNCTION(strlen) in ZEND_FUNCTION() argument
/php-src/ext/intl/converter/
H A Dconverter.c179 int i = 0, strlen = Z_STRLEN_P(val); in php_converter_append_toUnicode_target() local

Completed in 44 milliseconds