<?php var_dump(array_filter(array(4, 35, 0, 23, 0, 0, 5),function($x){return $x!=0;}));
Standard input is empty
array(4) { [0]=> int(4) [1]=> int(35) [3]=> int(23) [6]=> int(5) }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!