More tests for 5.7 fixed

This commit is contained in:
Carlos Salguero
2017-04-28 17:15:53 -03:00
parent fcd1cb173f
commit e6e54839bf
14 changed files with 67 additions and 45 deletions

View File

@@ -1,10 +1,10 @@
$rows = [
[
'1',
1,
'a'
],
[
'2',
2,
undef
]
];