Pastoid

The page you are looking at now is at this URL: http://pastoid.com/at5

This paste was last updated on March 26, 2009 at 10:48 am.

Pasted Coderaw

switch ($this->state) {
    case 'data':
        $this->dataState();
        break;
    case 'characterReferenceData':
        $this->characterReferenceDataState();
        break;
    case 'tagOpen':
        $this->tagOpenState();
        break;
    case 'closeTagOpen':
        $this->closeTagOpenState();
        break;
    case 'tagName':
        $this->tagNameState();
        break;
    case 'beforeAttributeName':
        $this->beforeAttributeNameState();
        break;
    case 'attributeName':
        $this->attributeNameState();
        break;
    case 'afterAttributeName':
        $this->afterAttributeNameState();
        break;
    case 'beforeAttributeValue':
        $this->beforeAttributeValueState();
        break;
    case 'attributeValueDoubleQuoted':
        $this->attributeValueDoubleQuotedState();
        break;
    case 'attributeValueSingleQuoted':
        $this->attributeValueSingleQuotedState();
        break;
    case 'attributeValueUnquoted':
        $this->attributeValueUnquotedState();
        break;
    case 'afterAttributeValueQuoted':
        $this->afterAttributeValueQuotedState();
        break;
    case 'selfClosingStartTag':
        $this->selfClosingStartTagState();
        break;
    case 'bogusComment':
        $this->bogusCommentState();
        break;
    case 'markupDeclarationOpen':
        $this->markupDeclarationOpenState();
        break;
    case 'commentStart':
        $this->commentStartState();
        break;
    case 'commentStartDash':
        $this->commentStartDashState();
        break;
    case 'comment':
        $this->commentState();
        break;
    case 'commentEndDash':
        $this->commentEndDashState();
        break;
    case 'commentEnd':
        $this->commentEndState();
        break;
    case 'doctype':
        $this->doctypeState();
        break;
    case 'beforeDoctypeName':
        $this->beforeDoctypeNameState();
        break;
    case 'doctypeName':
        $this->doctypeNameState();
        break;
    case 'afterDoctypeName':
        $this->afterDoctypeNameState();
        break;
    case 'beforeDoctypePublicIdentifier':
        $this->beforeDoctypePublicIdentifierState();
        break;
    case 'doctypePublicIdentifierDoubleQuoted':
        $this->doctypePublicIdentifierDoubleQuotedState();
        break;
    case 'doctypePublicIdentifierSingleQuoted':
        $this->doctypePublicIdentifierSingleQuotedState();
        break;
    case 'afterDoctypePublicIdentifier':
        $this->afterDoctypePublicIdentifierState();
        break;
    case 'beforeDoctypeSystemIdentifier':
        $this->beforeDoctypeSystemIdentifierState();
        break;
    case 'doctypeSystemIdentifierDoubleQuoted':
        $this->doctypeSystemIdentifierDoubleQuotedState();
        break;
    case 'doctypeSystemIdentifierSingleQuoted':
        $this->doctypeSystemIdentifierSingleQuotedState();
        break;
    case 'afterDoctypeSystemIdentifier':
        $this->afterDoctypeSystemIdentifierState();
        break;
    case 'bogusDoctype':
        $this->bogusDoctypeState();
        break;
}

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 6
search.live.com 1
mibbit.com 1
Is this paste spam?
<Hide