Searched defs:strlen (Results 1 – 7 of 7) sorted by relevance
209 PRIV(strlen)(PCRE2_SPTR str) in PRIV() argument
203 #define strlen(s) _strlen(s) macro
161 size_t strlen = Z_STRLEN_P(num); in PHP_FUNCTION() local
25 function strlen(string $string): int {} function
170 …ringl_constant(const char *name, size_t name_len, const char *strval, size_t strlen, int flags, in… in zend_register_stringl_constant()
328 ZEND_FUNCTION(strlen) in ZEND_FUNCTION() argument
182 int i = 0, strlen = Z_STRLEN_P(val); in php_converter_append_toUnicode_target() local
Completed in 43 milliseconds