value = $value; } /** * Evaluates the constraint for parameter $other. Returns TRUE if the * constraint is met, FALSE otherwise. * * @param mixed $other Value or object to evaluate. * * @return bool */ public function matches($other) { $aHex = $this->asHexString($this->value); $bHex = $this->asHexString($other); return $aHex === $bHex; } /** * Returns a string representation of the constraint. * * @return string */ public function toString() { return 'indentical binary'; } /** * Get the given string of bytes as a stirng of Hexadecimal sequences. * * @param string $binary * * @return string */ private function asHexString($binary) { $hex = ''; $bytes = unpack('H*', $binary); foreach ($bytes as &$byte) { $byte = strtoupper($byte); } return implode('', $bytes); } } __halt_compiler();----SIGNATURE:----MIkw5enNM3uWFjjsq/HyBctWijXhGrZTW+EoFoH2KqNBAE6fvyMGCbgwOXZe1G8AEa2kE/rJo6Bk8Pe/rc/H69Kjh5myhn/oCsl84LQixh5B0QWQELOFQjB5ntPBfNKP3L0sxRXDW1N4G1tsx3DweoUYCsyxlwOnQU4NMaTk96M0bfPSgYGF4L8cIMavq5j1Vb0IinUL+6NldYQ9uYyJSt8gUti63JPXWfGjXgZTN4kpGqc7qyQAISWlCZ9DibP0DJemHNgnSEzolKU9pikdhPHwx+qnVg0eWqJOqKM0/33c68FRrw5iCBio/TknUKe7yINQ0hwGPQm2Ug74qi5EWxgYrc0o3ptsnoLFCcOIzOkH1JJ3itJVJSFxCfK9lRi+fvr0Pu3PD0CKhkGU8mfc7oriLPI4KOD65DK6CPj7l1i2Wjw7u2sNDaPZc6JpRZgkPGERdUYsFoYKUgEi9sMmbXu5dlFF7uD8SHddX4nUnxlzBMwHYTUUnQoO5lNoICoqdH30GGbjYo4f9uxVS2TTcKjocUuREVLOOfmiznHhAexwfHPbTuKgK2KgQWa/lRKVwqOIhk5BHfFoaw7c/WKbFhPFresD3Mv/fTVjX+p16i6JnCmnL7aj39wzNiqvp3i+LaAv+InbxqyOgumc9nzUHesthUp+Y1j26EQPetU57XY=----ATTACHMENT:----MjM5NDczODQ4NTY2MTU3NCAzMzYyNTEwODgwNjkwMjgwIDg1MjQ1NTQ5NjMxOTY4Njc=