News

Now, I don't know what the issue is exactly... It seems $x does not increment as it should. Very weird. If I write a "manual" for-loop it still does the same thing ...
<?php $some_array = [ 'foo' => function( $root) { foreach ( $root['something'] as $something) { do_something( $something); // Undefined variable '$something ...