Home
last modified time | relevance | path

Searched refs:s11 (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Dstring.c275 zend_string *s11, *s22; in php_spn_common_handler() local
279 Z_PARAM_STR(s11) in php_spn_common_handler()
287 len = ZSTR_LEN(s11); in php_spn_common_handler()
293 start += (zend_long)ZSTR_LEN(s11); in php_spn_common_handler()
297 } else if ((size_t)start > ZSTR_LEN(s11)) { in php_spn_common_handler()
302 len += (ZSTR_LEN(s11) - start); in php_spn_common_handler()
308 if (len > (zend_long)ZSTR_LEN(s11) - start) { in php_spn_common_handler()
309 len = ZSTR_LEN(s11) - start; in php_spn_common_handler()
317 RETURN_LONG(php_strspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler()
319 ZSTR_VAL(s11) + start + len /*str1_end*/, in php_spn_common_handler()
[all …]

Completed in 14 milliseconds