Home
last modified time | relevance | path

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

/PHP-7.3/Zend/tests/use_function/includes/
H A Dfoo_strlen.php5 function strlen($str) { function
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_string_utils.c209 PRIV(strlen)(PCRE2_SPTR str) in PRIV() argument
H A Dpcre2_internal.h183 #define strlen(s) _strlen(s) macro
/PHP-7.3/ext/standard/
H A Dtype.c107 size_t strlen = Z_STRLEN_P(num); in PHP_FUNCTION() local
/PHP-7.3/Zend/
H A Dzend_constants.c191 …ter_stringl_constant(const char *name, size_t name_len, char *strval, size_t strlen, int flags, in… in zend_register_stringl_constant()
H A Dzend_builtin_functions.c577 ZEND_FUNCTION(strlen) in ZEND_FUNCTION() argument
/PHP-7.3/ext/intl/converter/
H A Dconverter.c199 int i = 0, strlen = Z_STRLEN_P(val); in php_converter_append_toUnicode_target() local

Completed in 39 milliseconds