File ManagerCurrent Directory: wp-content/plugins/wpforms/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/TokenLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: End.php <?php namespace WPForms\Vendor; /** * Concrete end token class. * * @warning This class accepts attributes even though end tags cannot. This * is for optimization reasons, as under normal circumstances, the Lexers * do not pass attributes. */ class HTMLPurifier_Token_End extends HTMLPurifier_Token_Tag { /** * Token that started this node. * Added by MakeWellFormed. Please do not edit this! * @type HTMLPurifier_Token */ public $start; public function toNode() { throw new \Exception("HTMLPurifier_Token_End->toNode not supported!"); } } // vim: et sw=4 sts=4 Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirComment.phpFile787.00 B Rename | Delete | EditEmpty.phpFile279.00 B Rename | Delete | EditEnd.phpFile618.00 B Rename | Delete | EditStart.phpFile161.00 B Rename | Delete | EditTag.phpFile2.01 KB Rename | Delete | EditText.phpFile1.32 KB Rename | Delete | Edit