Home
last modified time | relevance | path

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

/PHP-7.4/ext/tidy/
H A Dtidy.c220 static zend_string *php_tidy_file_to_mem(char *, zend_bool);
603 if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { in php_tidy_quick_repair()
678 static zend_string *php_tidy_file_to_mem(char *filename, zend_bool use_include_path) in php_tidy_file_to_mem() function
1326 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_FUNCTION()
1648 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in TIDY_DOC_METHOD()
1684 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in TIDY_DOC_METHOD()

Completed in 13 milliseconds