Home
last modified time | relevance | path

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

/PHP-7.0/ext/tidy/
H A Dtidy.c206 static zend_string *php_tidy_file_to_mem(char *, zend_bool);
570 if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { in php_tidy_quick_repair()
645 static zend_string *php_tidy_file_to_mem(char *filename, zend_bool use_include_path) in php_tidy_file_to_mem() function
1274 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in PHP_FUNCTION()
1592 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in TIDY_DOC_METHOD()
1628 if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { in TIDY_DOC_METHOD()

Completed in 8 milliseconds