php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #19629 exit() and eval() have no version info
Submitted: 2002-09-27 01:56 UTC Modified: 2002-09-27 06:26 UTC
From: erica@php.net Assigned: hartmut (profile)
Status: Closed Package: Documentation problem
PHP Version: 4.2.3 OS: n/a
Private report: No CVE-ID: None
 [2002-09-27 01:56 UTC] erica@php.net
The exit and eval manual pages are missing version information.

See http://www.php.net/manual/en/function.exit.php
and http://www.php.net/manual/en/function.eval.php

Erica

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-27 02:23 UTC] derick@php.net
Changing status to "assigned"
 [2002-09-27 06:26 UTC] hholzgra@php.net
the special builtin functions have been added
to the functables code as a hardcoded list 
recently as they can't be identified by the
function implementation parser.

the changes should show up in the online 
manual any day now

on the hardcoded list are:

array, echo, eval, exit, isset, list, print, unset
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Aug 15 04:01:28 2024 UTC