php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35352 php-cli uses > for array dump.
Submitted: 2005-11-23 18:03 UTC Modified: 2005-12-07 01:00 UTC
From: purewell at gmail dot com Assigned:
Status: No Feedback Package: CGI/CLI related
PHP Version: 5.0.5 OS: Fedora Core 4
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: purewell at gmail dot com
New email:
PHP Version: OS:

 

 [2005-11-23 18:03 UTC] purewell at gmail dot com
Description:
------------
php-cli needs not '>' however for dumpping arraies uses it.

Reproduce code:
---------------
#/usr/bin/php
<? phpinfo(); ?>

Expected result:
----------------
...
_SERVER["argv"] => Array
(
    [0] => /home/purewell/bin/myphp
    [1] => --help
)
...

Actual result:
--------------
...
_SERVER["argv"] => Array
(
    [0] =&gt; /home/purewell/bin/myphp
    [1] =&gt; --help
)
...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-23 20:22 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2005-12-07 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 18:01:30 2024 UTC