| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Issue can be reproduced with the following code snippet:
```php
new \PhpMyAdmin\SqlParser\Parser('SELECT a CASE');
// PHP Warning: count(): Parameter must be an array or an object that implements Countable in src/Components/CaseExpression.php on line 296
// PHP Warning: count(): Parameter must be an array or an object that implements Countable in src/Components/CaseExpression.php on line 297
```
|
|
|
|
| |
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
|
|
|
| |
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
| |
Fixes #126
Signed-off-by: Michal Čihař <michal@cihar.com>
|
| |
|
|
|
|
| |
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
|
|
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
|