__LINE__: The number of the line in the script being parsed : Pre Defined Constant « Language Basics « PHP






__LINE__: The number of the line in the script being parsed


<?
echo "<br>This is line number ".__LINE__;
?>


           
       

Related examples in the same category

1.__FILE__: The name of the script file being parsed