ID: 4294
Updated by: torben
Reported By: [EMAIL PROTECTED]
Old Status: Analyzed
Status: Closed
Bug Type: Documentation problem
Operating System: AIX 4.3 / Solaris 2.6
PHP Version: 4.0 Release Candidate 1
Old Assigned To: 
Assigned To: torben


Previous Comments:
------------------------------------------------------------------------

[2000-08-19 10:39:13] [EMAIL PROTECTED]

return() is defined now in prepend/append files, but isnīt
documented too...

------------------------------------------------------------------------

[2000-08-19 10:36:52] [EMAIL PROTECTED]

well in fact itīs nowhere document what return() exactly
does, it seems to be possible to halt the whole script from
the gloabal scope be putting return() in it,
I donīt know whether this is intended (I think it shouldnīt
be possible to leave the global scope with it, perhaps a
e_notice or warning)

------------------------------------------------------------------------

[2000-08-19 10:29:26] [EMAIL PROTECTED]

-- main script --
<?php
  echo "This is the end of the script";
?>
-- prepend --
<?php
  return;
?>

  

------------------------------------------------------------------------

[2000-08-18 13:06:32] [EMAIL PROTECTED]

Closed due to missing user feedback.

------------------------------------------------------------------------

[2000-07-23 14:20:20] [EMAIL PROTECTED]

Please provide short reproducing script.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/?id=4294


Edit this bug report at http://bugs.php.net/?id=4294&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to