mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-07-13 11:36:19 +02:00
More proofreading
This commit is contained in:
@ -14,7 +14,7 @@ $a && $b;
|
||||
$a && $c;
|
||||
|
||||
// Using two pipe characters checks if either value is true.
|
||||
// Then, it will return true. If both values are false, the PHP
|
||||
// Then, it will return true. If both values are false, then PHP
|
||||
// returns false.
|
||||
$a = true;
|
||||
$b = false;
|
||||
|
Reference in New Issue
Block a user