|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-19 14:32 UTC] jasonzig at mac dot com
[2003-03-19 15:40 UTC] sniper@php.net
[2003-03-24 04:21 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 04:00:01 2025 UTC |
FUNCTION PageMover ($command, $currentSurveyTemplateID, $surveyTrackcer, $debug='BOO') { echo "<hr>BEGIN FUNCTION PageMover()<br>" ; echo "debug = " . $debug . "<br>"; echo "END FUNCTION PageMover()<hr>" ; } Calling this function without overwriting the $debug parameter will result in this output: BEGIN FUNCTION PageMover() debug = END FUNCTION PageMover() In my previous version of PHP (4.2.3), this resulted in setting "debug" to "BOO".