diff options
Diffstat (limited to 'ext/pdo_pgsql/tests/bug71885_2.phpt')
-rw-r--r-- | ext/pdo_pgsql/tests/bug71885_2.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pdo_pgsql/tests/bug71885_2.phpt b/ext/pdo_pgsql/tests/bug71885_2.phpt index 2f9b9923b0..334899db48 100644 --- a/ext/pdo_pgsql/tests/bug71885_2.phpt +++ b/ext/pdo_pgsql/tests/bug71885_2.phpt @@ -40,18 +40,18 @@ foreach ([false, true] as $emulate) { --EXPECT-- array(1) { [0]=> - bool(false) + string(1) "0" } array(1) { [0]=> - bool(true) + string(1) "1" } array(1) { [0]=> - bool(false) + string(1) "0" } array(1) { [0]=> - bool(true) + string(1) "1" } ==OK== |