Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_iterators.c1143 size_t postfix_len; in SPL_METHOD() local
1145 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &postfix, &postfix_len) == FAILURE) { in SPL_METHOD()
1150 smart_str_appendl(&object->postfix[0], postfix, postfix_len); in SPL_METHOD()

Completed in 29 milliseconds