php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #42193 improper links with <type>
Submitted: 2007-08-03 02:10 UTC Modified: 2007-08-03 12:06 UTC
From: btherl at yahoo dot com dot au Assigned: bjori (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
 [2007-08-03 02:10 UTC] btherl at yahoo dot com dot au
Description:
------------
The links in the following text in the documentation for print_r() lead back to the same page:

"Return Values

If given a string, integer or float, the value itself will be printed. If given an array, values will be presented in a format that shows keys and elements. Similar notation is used for objects."

The url I observed this was http://sg.php.net/manual/en/function.print-r.php

Reproduce code:
---------------
Visible at http://sg.php.net/manual/en/function.print-r.php

Expected result:
----------------
I expected to be linked to the documentation for the type mentioned.

Actual result:
--------------
Instead, I was linked back to the same page.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-03 03:08 UTC] philip@php.net
This is a problem throughout the entire manual with <type>, something is wrong with the xsl build system.
 [2007-08-03 12:06 UTC] bjori@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 16 01:00:02 2025 UTC