protected property Escaper::$htmlSpecialCharsFlags in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-escaper/src/Escaper.php \Zend\Escaper\Escaper::htmlSpecialCharsFlags
Holds the value of the special flags passed as second parameter to htmlspecialchars(). We modify these for PHP 5.4 to take advantage of the new ENT_SUBSTITUTE flag for correctly dealing with invalid UTF-8 sequences.
Type: string
File
- vendor/
zendframework/ zend-escaper/ src/ Escaper.php, line 50
Class
- Escaper
- Context specific methods for use in secure output escaping
Namespace
Zend\EscaperCode
protected $htmlSpecialCharsFlags = ENT_QUOTES;