----- Original Message ---- From: Matisse Enzer <[EMAIL PROTECTED]> > > if ( $parser->unexpectedly_succeeded ) { ... } > > > > But "unexpectedly_succeeded", while descriptive, is a terrible > > method name. For the life of me, I can't think of a better one > > which is also equally descriptive. > > $parser->todo_passed
That's what I've setttled on. It's short and, I think, relatively clear. Cheers, Ovid