Я получаю Notice: Trying to get property of non-object
:
$var = trim($article->find('span[id$=qty]', 0)->innertext);
$ article – объект simple_html_dom()
.
Возможно, span[id$=qty]
оценивается как null; означает: ни один узел не найден.