APPPATH/kohana/system/classes/Kohana/Arr.php [ 36 ]
31 {
32 // Keys of the array
33 $keys = array_keys($array);
34
35 // If the array keys of the keys match the keys, then the array must
36 // not be associative (e.g. the keys array looked like {0:0, 1:1...}).
37 return array_keys($keys) !== $keys;
38 }
39
40 /**
41 * Test if a value is an array with an additional check for array-like objects.
-
{
Fatal error: Call to undefined function __() in /var/www/19218-saniyaw/data/www/board.flexi-soft.in.ua/oc/kohana/system/views/kohana/error.php on line 64