Syntax Syntax
Source Source
File: wp-includes/SimplePie/XML/Declaration/Parser.php
{
$this->position += 10;
$this->skip_whitespace();
$this->state = 'standalone_equals';
}
else
{
$this->state = false;
}
}
public function standalone_equals()
{