Home
last modified time | relevance | path

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

/PHP-8.3/ext/tidy/
H A Dtidy.c211 static zend_result php_tidy_apply_config(TidyDoc doc, zend_string *str_string, HashTable *ht_option… in php_tidy_apply_config() argument
215 } else if (str_string) { in php_tidy_apply_config()
216 if (php_check_open_basedir(ZSTR_VAL(str_string))) { in php_tidy_apply_config()
219 php_tidy_load_config(doc, ZSTR_VAL(str_string)); in php_tidy_apply_config()

Completed in 8 milliseconds