PhpPeg\PHPWriter::match_fail_conditional PHP Method

match_fail_conditional() public method

public match_fail_conditional ( $on, $match = NULL, $fail = NULL )
    function match_fail_conditional($on, $match = NULL, $fail = NULL)
    {
        return PHPBuilder::build()->b('if (' . $on . ')', $match, 'MATCH')->b('else', $fail, 'FAIL');
    }