|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-11-24 15:24 UTC] jani@php.net
-Package: Feature/Change Request
+Package: *General Issues
-Operating System: Does it matter?
+Operating System: *
[2010-11-24 15:24 UTC] jani@php.net
-Status: Open
+Status: Bogus
[2010-11-24 15:24 UTC] jani@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 17 11:00:01 2025 UTC |
Description: ------------ This is a short enhancement of print_r Reproduce code: --------------- --- From manual page: internals2.ze3 --- <?PHP function print_pre($array) { echo "<PRE>"; echo print_r($array); echo "</PRE>"; } ?> Expected result: ---------------- This will show the array in a formatted way