chrisjj
chrisjj
advanced_html_dom.php in the current version has the same version number, 0.0.11, as did the version current in 2016.
This code ``` $html = str_get_html(''); var_dump(count(array_slice($html->find('tr'),0,1))); ``` with advanced_html_dom.php 0.0.11 fails: ``` Warning: array_slice() expects parameter 1 to be array, object given ``` whereas with 2016-12-11 simple_html_dom.php (1.5 ($Rev:...
This code ``` $html = str_get_html('1 23'); var_dump($html->find('tr',0)->text()); ``` on advanced_html_dom.php 0.0.11 outputs ``` string(4) "1 2" ``` whereas for compatibility with simple_html_dom.php (e.g. 1.5 ($Rev: 196 $)) it should...
With simple_html_dom this code: ```
Using simple_html_dom, this code: ```
V 1.37 on Windows 7. 1 In History, select two images, leaving the lower one focussed:  Expected: focussed image shown Observed: top image shown. Likewise  
For example I can find no keys to pull-down a menu, or e.g. Count Words.
On the table here http://tablesorter.com/docs/, when I click Last Name's ^/v, I get a ^ sort. Fine. When I then click First Name's ^/v and then Last Name's ^/v, I...
Please? I've got only 2.1.1, despite having done Developer mode Update.
I'm getting no auto-update on view-source:file:// tabs. file:// tabs are working fine. Any remedy?