Home
last modified time | relevance | path

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

/dports/www/matomo/piwik/core/
H A DCommon.php343 * @param bool $alreadyStripslashed Implementation detail, ignore.
348 public static function sanitizeInputValues($value, $alreadyStripslashed = false) argument
357 $newKey = self::sanitizeInputValues($newKey, $alreadyStripslashed);
363 $value[$newKey] = self::sanitizeInputValues($value[$newKey], $alreadyStripslashed);
531 return self::sanitizeInputValues($value, $alreadyStripslashed = true);