<?php foreach ( [ false, null, [], '', '0' ] as $value ) { var_dump( str_replace( ' ', "\n", $value ) ); }
You have javascript disabled. You will not be able to edit any code.