add ; to php/en

This commit is contained in:
tleb 2015-05-14 21:30:15 +00:00
parent 77e79db347
commit 7458e15cd2

View File

@ -60,7 +60,7 @@ $float = 1.2e3;
$float = 7E-10;
// Delete variable
unset($int1)
unset($int1);
// Arithmetic
$sum = 1 + 1; // 2