3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getCount(&$a) { return count($a); } $cnt = getCount( $foo ); var_dump($cnt); // и если сделать так $cnt = getCount( $foo['bar'] ); var_dump($cnt); //EOF//

preferences:
67.6 ms | 402 KiB | 5 Q