You are here

protected property Escaper::$htmlSpecialCharsFlags in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Escaper

Code

protected $htmlSpecialCharsFlags = ENT_QUOTES;