Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dstring.c299 zend_string *s11, *s22; in php_spn_common_handler() local
303 Z_PARAM_STR(s11) in php_spn_common_handler()
311 len = ZSTR_LEN(s11); in php_spn_common_handler()
317 start += (zend_long)ZSTR_LEN(s11); in php_spn_common_handler()
321 } else if ((size_t)start > ZSTR_LEN(s11)) { in php_spn_common_handler()
326 len += (ZSTR_LEN(s11) - start); in php_spn_common_handler()
332 if (len > (zend_long)ZSTR_LEN(s11) - start) { in php_spn_common_handler()
333 len = ZSTR_LEN(s11) - start; in php_spn_common_handler()
341 RETURN_LONG(php_strspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler()
343 ZSTR_VAL(s11) + start + len /*str1_end*/, in php_spn_common_handler()
[all …]

Completed in 15 milliseconds