We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 678556c + f93a172 commit 89409fdCopy full SHA for 89409fd
create_framework/routing.rst
@@ -35,7 +35,7 @@ template as follows:
35
.. code-block:: html+php
36
37
<!-- example.com/src/pages/hello.php -->
38
- Hello <?= htmlspecialchars(isset($name) ? $name : 'World', ENT_QUOTES, 'UTF-8') ?>
+ Hello <?= htmlspecialchars($name ?? 'World', ENT_QUOTES, 'UTF-8') ?>
39
40
Now, we are in good shape to add new features.
41
0 commit comments