"> // escape an attribute // partial('Include/matsit_incl.php', array( // render a partial with vars // 'matchId' => $id, // )); // // Benefits: e() makes "did I escape this?" answerable at a glance and B5 can // sweep raw `echo $var` -> `echo e($var)` mechanically. partial() gives the // duplicated *_incl.php fragments a single render path with explicit inputs // instead of relying on leaked globals (C4 dedup target). // Escape a value for safe output inside HTML text or a double/single-quoted // attribute. ENT_QUOTES covers both quote styles; UTF-8 matches the charset // sent by bootstrap.php. Null/ints/floats are cast to string first so callers // don't have to guard them. function e($value) { if ($value === null) { return ''; } return htmlspecialchars((string) $value, ENT_QUOTES, 'UTF-8'); } // Render a PHP partial in an isolated scope with only the variables it is // given. $vars keys become local variables inside the partial, so fragments // declare their inputs instead of reaching into page globals. Path is relative // to the project root (the directory above Include/). function partial($path, $vars = array()) { $full = __DIR__ . '/../' . ltrim($path, '/'); if (!is_file($full)) { error_log('partial(): missing file -- ' . $full); return; } extract($vars, EXTR_SKIP); include $full; }
Koko: 256
Ilmoittautuneita: 13
Turnaus alkaa:
Lauantai, 9. huhtikuu 2011, klo 17:30
Formaatti:
Single elimination
Bracket-kierrosten ottelut:
| Finaali | BO3 |
| Semifinaali | BO3 |
| RO8-> | BO1 |
| RO16-> | BO1 |
| RO32-> | BO1 |
Sallitut liigat:
Bronze, Silver, Gold, Platinum, Diamond
Avoin/Kutsu: Avoin kaikille.
Map pool:
Arid Wastes
Backwater Gulch
Blistering Sands
Coalition
Decena
Delta Quadrant
Desert Oasis
GSL Crossfire
GSL Legacy of the Void
GSL Tal'Darim Altar
GSL TerminusRe
iCCup God's Garden
iCCup Match Point
iCCup Pawn Re
iCCup Starlight Breaker
iCCup Testbug
iCC
| Sija | Pelaaja |
|---|---|
![]() | Pinna |
![]() | Katoan |
| 4 | Ikirouta |
| 4 | Naroeo |
| 8 | Emoquit |
| 8 | Warmos |
| 8 | namutin |
| 8 | xit0R |