Searched refs:postfix_len (Results 1 – 1 of 1) sorted by relevance
1135 int postfix_len; in SPL_METHOD() local1137 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &postfix, &postfix_len) == FAILURE) { in SPL_METHOD()1142 smart_str_appendl(&object->postfix[0], postfix, postfix_len); in SPL_METHOD()
Completed in 12 milliseconds