Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DString_.php125 return self::codePointToUtf8(\is_int($dec) ? $dec : \PHP_INT_MAX);
141 private static function codePointToUtf8(int $num): string { function in PhpParser\\Node\\Scalar\\String_

Completed in 4 milliseconds