Menu

#184 Parse error: syntax error, unexpected '[' on lin 637

wont-fix
None
2022-04-01
2020-11-11
Slava
No

On PHP Version 5.0.4 result: Parse error: syntax error, unexpected '[' in S:\Web\wwwroot\Я-2\simple_html_dom.php on line 637

And its works fine after change instructions on line 637 to follow:
$node_idS = explode(' ', trim($node->attr['id']));
$node_id = $node_idS[0];

Discussion

  • LogMANOriginal

    LogMANOriginal - 2022-04-01
    • status: open --> wont-fix
    • assigned_to: LogMANOriginal
     
  • LogMANOriginal

    LogMANOriginal - 2022-04-01

    simplehtmldom requires PHP 5.6 or higher. PHP 5.0.4 is too old.

     

Log in to post a comment.

Monday.com Logo