--TEST-- GitHub issue 1329 - string truncation error when binding some parameters as non-nulls the second time --DESCRIPTION-- The test shows the same parameters, though bound as nulls in the first insertion, can be bound as non-nulls in the subsequent insertions. --ENV-- PHPT_EXEC=true --SKIPIF-- --FILE-- 'UTF-8'); $conn = AE\connect($connectionInfo); dropTable($conn, 'srv_domains'); $tsql = << --EXPECT-- Array ( [0] => 1 [1] => foo.com [2] => [3] => [4] => ) Array ( [0] => 2 [1] => detached-with-ředirects.com [2] => fŏő.com [3] => baŗ.com [4] => ) Array ( [0] => 3 [1] => Őther-redirects.com [2] => fooš.com [3] => [4] => ŷëå ) Done