add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / comparisons / 944.php.expectf
blob5838b092d95fd99a2d601079fc6e498ba5979394
1 1%r\x09%rYYYY%r\x09%rnull !== true%r\x09%r
2 2%r\x09%rYYYY%r\x09%rnull !== false%r\x09%r
3 3%r\x09%rYYYY%r\x09%rnull !== 1%r\x09%r
4 4%r\x09%rYYYY%r\x09%rnull !== 0%r\x09%r
5 5%r\x09%rYYYY%r\x09%rnull !== -1%r\x09%r
6 6%r\x09%rYYYY%r\x09%rnull !== '1'%r\x09%r
7 7%r\x09%rYYYY%r\x09%rnull !== '0'%r\x09%r
8 8%r\x09%rYYYY%r\x09%rnull !== '-1'%r\x09%r
9 9%r\x09%rNNNN%r\x09%rnull !== null%r\x09%r
10 10%r\x09%rYYYY%r\x09%rnull !== array()%r\x09%r
11 11%r\x09%rYYYY%r\x09%rnull !== array(1)%r\x09%r
12 12%r\x09%rYYYY%r\x09%rnull !== array(2)%r\x09%r
13 13%r\x09%rYYYY%r\x09%rnull !== array('1')%r\x09%r
14 14%r\x09%rYYYY%r\x09%rnull !== array('0' => '1')%r\x09%r
15 15%r\x09%rYYYY%r\x09%rnull !== array('a')%r\x09%r
16 16%r\x09%rYYYY%r\x09%rnull !== array('a' => 1)%r\x09%r
17 17%r\x09%rYYYY%r\x09%rnull !== array('b' => 1)%r\x09%r
18 18%r\x09%rYYYY%r\x09%rnull !== array('a' => 1, 'b' => 2)%r\x09%r
19 19%r\x09%rYYYY%r\x09%rnull !== array(array('a' => 1))%r\x09%r
20 20%r\x09%rYYYY%r\x09%rnull !== array(array('b' => 1))%r\x09%r
21 21%r\x09%rYYYY%r\x09%rnull !== 'php'%r\x09%r
22 22%r\x09%rYYYY%r\x09%rnull !== ''