BinaryComparisonOperations.php 92 B

123456
  1. <?php
  2. return [
  3. [null, null, '=', true, true],
  4. [null, null, '<>', false, false],
  5. ];