Searched refs:allowInvalidOctal (Results 1 – 2 of 2) sorted by relevance
38 * @param bool $allowInvalidOctal Whether to allow invalid octal numbers (PHP 5)42 …public static function fromString(string $str, array $attributes = [], bool $allowInvalidOctal = f… argument62 if (!$allowInvalidOctal && strpbrk($str, '89')) {
738 …protected function parseLNumber(string $str, array $attributes, bool $allowInvalidOctal = false): … argument740 return Int_::fromString($str, $attributes, $allowInvalidOctal);
Completed in 9 milliseconds