Syntax Syntax
Source Source
File: wp-includes/SimplePie/XML/Declaration/Parser.php
{ $this->skip_whitespace(); if ($this->has_data()) { $this->state = 'standalone_name'; } else { $this->state = 'emit'; } } else { $this->state = false; } } public function standalone_name() {