mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-30 21:42:32 +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 |