Fixed a typo in the variable name in the example comment.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308160 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Shein Alexey 2011-02-09 11:59:44 +00:00
parent 88723b48e9
commit 28359dc5d4

View file

@ -157,7 +157,7 @@ if (is_int($an_int)) {
$an_int += 4;
}
// If $bool is a string, print it out
// If $a_bool is a string, print it out
// (does not print out anything)
if (is_string($a_bool)) {
echo "String: $a_bool";