<?php function test($q=5){ return $q;} printf("%d", test()); $b = NULL; if(is_null($b)) printf("is NULL"); ?>
Standard input is empty
5is NULL
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!