Searched refs:strict (Results 1 – 6 of 6) sorted by relevance
32 * @param boolean $strict Check for invalid sequences?35 public static function fromUtf8($str, $strict = false) argument93 } elseif ($strict) {131 if ($strict) {152 } elseif ($strict) {184 * @param boolean $strict Check for invalid sequences?194 public static function toUtf8($arr, $strict = false) argument213 if ($strict) {232 } elseif ($strict) {
144 * @param bool $strict147 public function get_label($strict = false) argument149 if ($this->label === null && $strict !== true) {
235 function utf8_to_unicode($str, $strict = false) argument238 return Unicode::fromUtf8($str, $strict);244 function unicode_to_utf8($arr, $strict = false) argument247 return Unicode::toUtf8($arr, $strict);
29 response (when in strict mode) or to only partially converted strings.
502 * Improve the performance of the strict mode tokenizer, making highlighting of languages like508 …* Languages with STRICT_MODE_APPLIES = GESHI_MAYBE default to strict mode now. When no highlightab…536 * Added possibility to define strict blocks using an Regexp (BenBE)550 * Reduce strict errors & notices for language files (milian)621 - Optimized generation of code parts in strict mode (Milian Wolff)872 - Fixed up no </span> in XML and other strict languages (regression from 1.0.7.3 fix: removed873 unnecessary </span> when using strict mode) (Daniel Ecer, drskrud),880 - Removed unnecessary </span> when using strict mode (Tim Van Wassenhove)931 - set_language resets error status and strict mode (Andrew Black)
150 * Tests: use strict assertions by @jrfnl in [#692](https://github.com/simplepie/simplepie/pull/692)