<?php$arr = [1, 9, 9, 5];$val = implode($arr);unset($arr);$arr[0] = $val;var_dump($arr);
Standard input is empty
array(1) { [0]=> string(4) "1995" }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!