Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php598 $maymatch = $i < $n; // Match only existing input.
599 if ($maymatch) {
619 $maymatch = $constant == $temp['constant'] && $childClass == $tempClass;
622 $maymatch = !isset($child['constant']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOICE]) !== false;
627 if ($maymatch) {
630 $maymatch = $candidate !== null;
633 if ($maymatch) {
677 $maymatch = true;
691 $maymatch = $constant == $temp['constant'] && $childClass == $tempClass;
694 $maymatch
[all...]