-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hello,
I'm parsing some game reports, and players can choose their own name. (here it's <:::::::::::::)=o)
$dom = \pQuery::parseStr('<td><:::::::::::::)=o</td><td>1,524</td><td>29</td>');
foreach ($dom->query('td') as $td)
{
var_dump($td->text());
}
Results:
string(7) "1,52429"
string(5) "1,524"
string(2) "29"
The <td><:::::::::::::)=o</td> is missing.
Is that a known bug ?
Thanks,
Metadata
Metadata
Assignees
Labels
No labels