Searched refs:str_string (Results 1 – 1 of 1) sorted by relevance
211 static zend_result php_tidy_apply_config(TidyDoc doc, zend_string *str_string, HashTable *ht_option… in php_tidy_apply_config() argument215 } 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 10 milliseconds