Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php79 protected function validateDateFormat(array $matches, array $matchMap)
81 if (isset($matchMap['fractions']) && isset($matches[$matchMap['fractions']]) && $matches[$matchMap['fractions']] !== '') {
82 if ($matches[$matchMap['fractions']][-1] === '0') {
72 validateDateFormat(array $matches, array $matchMap) global() argument
H A DBerEncoder.php914 * @param array $matchMap
919 protected function decodeTime(string $format, string $regex, array $matchMap, $length): array
926 if ($matches[$matchMap['hours']] === '24') {
933 if (isset($matches[$matchMap['minutes']]) && $matches[$matchMap['minutes']] !== '') {
938 if (isset($matches[$matchMap['seconds']]) && $matches[$matchMap['seconds']] !== '') {
943 if (isset($matchMap['fractions']) && isset($matches[$matchMap['fractions']]) && $matches[$matchMap['fraction
879 decodeTime(string $format, string $regex, array $matchMap, $length) global() argument
929 validateDateFormat(array $matches, array $matchMap) global() argument
[all...]