Syntax Error or Parse Error

Sample Code

<?php  
/*------------------syntax error-------------------*/
echo "Venkat: Hie! I'm Venkat. </br>";
echo "Lokesh: I'm Lokesh. How are you?"
echo "Venkat: I'm good! and you?";
echo "Lokesh: I'm also good";
?>

Output

Fatal Error

Sample Code

<?php  
/*------------------fatal error-------------------*/
function add($f1, $f2) {
$sum = $f1 + $f2;
echo "Addition:" . $sum;
}

$f1 = 23;
$f2 = 56;

//call the function that is not defined
//Generate fatal error
catch_fatal_error();
//echo "Fatal Error";
?>

Output

Warning Error

Sample Code

<?php  
/*-------------------warning error------------------*/
$cmpny = 'Wikitechy';
echo "Warning Error: ";

//include a file in the code
include ('jtp.php');
?>

Output

Notice Error

Sample Code

<?php  
/*------------------notice error-------------------*/
$telecom = "Airtel";
echo $telecom;
echo $automobile;
?>

Output

Categorized in:

PHP

Tagged in:

, , , , , , , , , ,

Share Article:

Leave a Reply

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Powered By
100% Free SEO Tools - Tool Kits PRO