Searched refs:mq_fix (Results 1 – 1 of 1) sorted by relevance
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
D | Config.php | 763 * @param bool $mq_fix Boolean whether or not to enable magic quotes fix 768 …public static function loadArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true, … argument 770 … $ret = HTMLPurifier_Config::prepareArrayFromForm($array, $index, $allowed, $mq_fix, $schema); 781 * @param bool $mq_fix Boolean whether or not to enable magic quotes fix 783 public function mergeArrayFromForm($array, $index = false, $allowed = true, $mq_fix = true) argument 785 … $ret = HTMLPurifier_Config::prepareArrayFromForm($array, $index, $allowed, $mq_fix, $this->def); 796 * @param bool $mq_fix Boolean whether or not to enable magic quotes fix 801 …public static function prepareArrayFromForm($array, $index = false, $allowed = true, $mq_fix = tru… argument 806 …$mq = $mq_fix && version_compare(PHP_VERSION, '7.4.0', '<') && function_exists('get_magic_quotes_g…
|