Home
last modified time | relevance | path

Searched refs:parseFile (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/tidy/tests/
H A Dopen_basedir_failure_config.phpt26 echo "=== parseFile ===\n";
28 $tidy->parseFile(__DIR__.'/open_basedir/test.html', 'my_config_file.ini');
46 === parseFile ===
48 Warning: tidy::parseFile(): open_basedir restriction in effect. File(my_config_file.ini) is not wit…
H A Dparsing_inexistent_file.phpt9 var_dump($tidy->parseFile("does_not_exist.html"));
20 Warning: tidy::parseFile(): Cannot load "does_not_exist.html" into memory in %s on line %d
H A Dparsing_file_too_large.phpt34 var_dump($tidy->parseFile($path));
/php-src/ext/tidy/
H A Dtidy.stub.php884 …public function parseFile(string $filename, array|string|null $config = null, ?string $encoding = … function in tidy
H A Dtidy_arginfo.h217 ZEND_METHOD(tidy, parseFile);
266 ZEND_ME(tidy, parseFile, arginfo_class_tidy_parseFile, ZEND_ACC_PUBLIC)
H A Dtidy.c1399 PHP_METHOD(tidy, parseFile) in PHP_METHOD() argument

Completed in 29 milliseconds