DEBSOURCES
Skip Quicknav
sources / xdebug / 3.4.5-3 / xdebug-3.4.5 / tests / debugger / bug00978.inc
123456789
<?php $a = array( 0 => 'nul', -1 => 'minus one', -2 => 'not two', 1 => 'een', ); echo count($a), "\n"; ?>