php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #79490 Replace nbsp; with plain spaces
Submitted: 2020-04-18 17:17 UTC Modified: 2021-07-06 16:25 UTC
From: kulakov74 at yandex dot ru Assigned:
Status: Open Package: Doc Build problem
PHP Version: 7.4.5 OS: -
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kulakov74 at yandex dot ru
New email:
PHP Version: OS:

 

 [2020-04-18 17:17 UTC] kulakov74 at yandex dot ru
Description:
------------
Hi.
I'm studying PHP with your online manual 
https://www.php.net/manual/en/language.generators.syntax.php#control-structures.yield
and it has an example "Example #1 A simple example of yielding values"; 
when I copied and pasted it in my test php script I got a lot of parse errors; I found out later that they were caused by the nbsp; character used in the example code instead of plain spaces. 
I recommend you not to use the nbsp character and use plain space instead, in order to ease with trying the examples in the manual. 
nbsp is not required for proper formatting, plain space is enough, provided that a monospace font is used. 

Test script:
---------------
function gen_one_to_three() {

Expected result:
----------------
1 2 3

Actual result:
--------------
Parse error: syntax error, unexpected 'for' (T_FOR)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-07-06 16:25 UTC] cmb@php.net
-Package: Website problem +Package: Doc Build problem
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 13:01:31 2024 UTC