Test: /ext/pdo_mysql/tests/bug_38546.phpt - Version 7.4.21    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
038+ Warning: PDOStatement::execute(): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: 'true' for column `test`.`test`.`some_bool_1` at row 1 in %s/bug_38546.php on line 113 038- Warning: PDOStatement::execute(): SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'true' for column 'some_bool_1' at row 1 in %s 041+ string(5) "22007" 041- string(5) "HY000" 045+ string(79) "Incorrect integer value: 'true' for column `test`.`test`.`some_bool_1` at row 1" 045- string(65) "Incorrect integer value: 'true' for column 'some_bool_1' at row 1"