string(86) "
UPDATE table
SET value1 = :val1, value2 = :val2
WHERE id IN (:id0, :id1, :id2)
"
array(5) {
["val1"]=>
string(5) "Hello"
["val2"]=>
string(5) "World"
["id0"]=>
int(1)
["id1"]=>
int(2)
["id2"]=>
int(3)
}
Output for 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '[', expecting ')' in /in/MpCvF on line 28
Process exited with code 255.
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/MpCvF on line 14
Parse error: syntax error, unexpected '[', expecting ')' in /in/MpCvF on line 28
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_ARRAY, expecting '&' or T_VARIABLE in /in/MpCvF on line 8
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/MpCvF on line 5
Process exited with code 255.
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/MpCvF on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /in/MpCvF on line 5
Process exited with code 255.