Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
platform360
/
vendor
/
spomky-labs
/
pki-framework
/
src
/
X501
/
MatchingRule
/
File Content:
BinaryMatch.php
<?php declare (strict_types=1); namespace Platform360\SpomkyLabs\Pki\X501\MatchingRule; /** * Implements binary matching rule. * * Generally used only by UnknownAttribute and custom attributes. */ final class BinaryMatch extends MatchingRule { public function compare(string $assertion, string $value) : ?bool { return \strcmp($assertion, $value) === 0; } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
BinaryMatch.php
384 bytes
0644
CaseExactMatch.php
641 bytes
0644
CaseIgnoreMatch.php
668 bytes
0644
MatchingRule.php
589 bytes
0644
StringPrepMatchingRule.php
629 bytes
0644
N4ST4R_ID | Naxtarrr