mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294405 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
53f60bc6f5
commit
97ec448392
1 changed files with 2 additions and 2 deletions
|
@ -203,9 +203,9 @@ var_dump($res);
|
|||
echo "<table border='1'>\n";
|
||||
foreach ($res as $col) {
|
||||
echo "<tr>\n";
|
||||
foreach ($col as $item) {
|
||||
foreach ($col as $item) {
|
||||
echo " <td>".($item !== null ? htmlentities($item, ENT_QUOTES) : " ")."</td>\n";
|
||||
}
|
||||
}
|
||||
echo "</tr>\n";
|
||||
}
|
||||
echo "</table>\n";
|
||||
|
|
Loading…
Reference in a new issue