Searched refs:parseFile (Results 1 – 5 of 5) sorted by relevance
9 var_dump($tidy->parseFile("does_not_exist.html"));16 Warning: tidy::parseFile(): Cannot load "does_not_exist.html" into memory in %s on line %d
33 var_dump($tidy->parseFile($path));
72 …public function parseFile(string $filename, array|string|null $config = null, ?string $encoding = … function in tidy
214 ZEND_METHOD(tidy, parseFile);263 ZEND_ME(tidy, parseFile, arginfo_class_tidy_parseFile, ZEND_ACC_PUBLIC)
1380 PHP_METHOD(tidy, parseFile) in PHP_METHOD() argument
Completed in 13 milliseconds