|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-11-23 20:22 UTC] tony2001@php.net
[2005-12-07 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 12:00:02 2025 UTC |
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] => /home/purewell/bin/myphp [1] => --help ) ...