pdo-debug
pdo-debug copied to clipboard
Added support for boolean values and a fallback
When the value was boolean type, the script has omitted it, which lead to different counts of items in 'keys' and 'values' arrays, which therefore lead to malfuction. I have also added the last 'else' as a fallback for the case when every other condition fails.
The other commit just converted tabs to spaces.