mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-11-05 04:25:09 +03:00
For arrays that contain only one element, `(array_keys($tmp) == range(0, count($tmp) - 1)` always returns true. `(array_keys($tmp) === range(0, count($tmp) - 1)` works as expected. |
||
|---|---|---|
| .. | ||
| Handlebars | ||