postfix_len      1131 ext/spl/spl_iterators.c 	int   postfix_len;
postfix_len      1133 ext/spl/spl_iterators.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &postfix, &postfix_len) == FAILURE) {
postfix_len      1138 ext/spl/spl_iterators.c 	smart_str_appendl(&object->postfix[0], postfix, postfix_len);