fix truncated comment in example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335963 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2015-02-19 14:34:22 +00:00
parent 9ccb86fb6f
commit a6685adf7a

View file

@ -69,7 +69,7 @@
$file = new SplFileObject("misc.txt");
while ($userinfo = $file->fscanf("%s %s %s")) {
list ($name, $profession, $countrycode) = $userinfo;
// Do something with $name $professi
// Do something with $name $profession $countrycode
}
?>
]]>