Home
last modified time | relevance | path

Searched refs:tidy_repair_file (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/tidy/tests/
H A D019.phpt17 tidy_repair_file($s, $l, $l, $l);
18 tidy_repair_file($s, $s, $s, $s);
19 tidy_repair_file($l, $l, $l ,$l);
20 tidy_repair_file($a, $a, $a, $a);
37 Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d
39 Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d
41 Warning: tidy_repair_file() expects parameter 1 to be a valid path, array given in %s on line %d
H A D022.phpt17 tidy_repair_file($s, $l, $l, $l);
18 tidy_repair_file($s, $s, $s, $s);
19 tidy_repair_file($l, $l, $l ,$l);
20 tidy_repair_file($a, $a, $a, $a);
37 Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d
39 Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d
41 Warning: tidy_repair_file() expects parameter 1 to be a valid path, array given in %s on line %d
/PHP-5.5/ext/tidy/
H A Dtidy.c237 static PHP_FUNCTION(tidy_repair_file);
385 PHP_FE(tidy_repair_file, arginfo_tidy_repair_file)
413 TIDY_METHOD_MAP(repairFile, tidy_repair_file, NULL)
1331 static PHP_FUNCTION(tidy_repair_file) in PHP_FUNCTION() argument

Completed in 9 milliseconds