Lines Matching refs:postfix
90 zend_string *postfix[1]; member
931 if (object->postfix[0]) { in spl_RecursiveIteratorIterator_free_storage()
932 zend_string_release(object->postfix[0]); in spl_RecursiveIteratorIterator_free_storage()
968 intern->postfix[0] = ZSTR_EMPTY_ALLOC(); in spl_RecursiveIteratorIterator_new_ex()
1045 return zend_string_copy(object->postfix[0]); in spl_recursive_tree_iterator_get_postfix()
1093 zend_string *postfix; in PHP_METHOD() local
1095 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S", &postfix) == FAILURE) { in PHP_METHOD()
1099 zend_string_release(object->postfix[0]); in PHP_METHOD()
1100 object->postfix[0] = zend_string_copy(postfix); in PHP_METHOD()
1169 zend_string *postfix = spl_recursive_tree_iterator_get_postfix(object); in PHP_METHOD() local
1174 ZSTR_VAL(postfix), ZSTR_LEN(postfix)); in PHP_METHOD()
1178 zend_string_release(postfix); in PHP_METHOD()
1206 zend_string *postfix = spl_recursive_tree_iterator_get_postfix(object); in PHP_METHOD() local
1211 ZSTR_VAL(postfix), ZSTR_LEN(postfix)); in PHP_METHOD()
1215 zend_string_release(postfix); in PHP_METHOD()