What am I doing wrong here that is causing me to get this message?
function numbered_array( $array ) { for ( $i = 0; $i < count( $array ); $i++ ) {