mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed typo s/dump_var/var_dump/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33589 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5288e30420
commit
2dc8923fd3
1 changed files with 1 additions and 1 deletions
|
@ -1149,7 +1149,7 @@ function showVar($var) {
|
|||
if (PHPVERSION == 4) {
|
||||
print_r($var);
|
||||
} else {
|
||||
dump_var($var);
|
||||
var_dump($var);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue