Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 269c6ce

Browse filesBrowse files
committed
merged branch lyrixx/patch-1 (PR #1)
Commits ------- 8ed4076 Fixed typo Discussion ---------- Fixed typo
2 parents 99c5c08 + 8ed4076 commit 269c6ce
Copy full SHA for 269c6ce

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎book/part1.rst‎

Copy file name to clipboardExpand all lines: book/part1.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ start with the simplest web application we can think of in PHP::
188188

189189
$input = $_GET['name'];
190190

191-
printf('Hello %s', $_GET['name']);
191+
printf('Hello %s', $input);
192192

193193
That's all for the first part of this series. Next time, we will introduce the
194194
HttpFoundation Component and see what it will brings us.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.