Errors
Check how syntax error will look like
<?php
print 3 + 4
print 2 + 1
?>
Parse error: parse error in .../examples/intro/errors.php on line 4
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Check how syntax error will look like
<?php
print 3 + 4
print 2 + 1
?>
Parse error: parse error in .../examples/intro/errors.php on line 4