Home
last modified time | relevance | path

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

/php-src/ext/tidy/
H A Dtidy.c134 static zend_string *php_tidy_file_to_mem(char *, bool);
292 if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { in php_tidy_quick_repair()
369 static zend_string *php_tidy_file_to_mem(char *filename, bool use_include_path) in php_tidy_file_to_mem() function
1077 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_FUNCTION()
1375 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_METHOD()
1414 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_METHOD()

Completed in 10 milliseconds