Source Code:
(back to article)
<?php $var1 = "Hello"; $var2; echo isset($var1) . "\n"; echo boolval(isset($var1)) ;
Result:
Report an issue