include_once 'phpQuery.php';
$html = file_get_contents('https://snipp.ru/demo/76/index.html');
$html = iconv('utf-8//IGNORE', 'windows-1251//IGNORE', $html);
include_once __DIR__ . '/phpQuery.php';
$doc = phpQuery::newDocument($html);
Fatal error: Array and string offset access syntax with curly braces is no longer supported in строка в phpQuery.php - 2156
что я делаю не так?Используете древнюю библиотеку на современной версии php. Или ищите замену, или ставьте php 5.