Test: /ext/pdo_pgsql/tests/bug_33876.phpt - Version 5.5.0-dev    

There is 1 diff reported by users for this test.

Count Diff
275 (100%)
034+ [0] => 42883
035+ [1] => 7
036+ [2] => ERROR: operator does not exist: boolean = integer
037+ LINE 1: SELECT foo from test where bar = 0
038+ ^
039+ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
034- [0] => Array
035- (
036- [foo] => false
037- )
038-
042- [0] => Array
043- (
044- [foo] => true
045- )
046-
043+ [0] => 42883
044+ [1] => 7
045+ [2] => ERROR: operator does not exist: boolean = integer
046+ LINE 1: SELECT foo from test where bar = 1
047+ ^
048+ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.