php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #465 call to nonexistant function dumps core
Submitted: 1998-06-16 13:58 UTC Modified: 1998-06-19 04:25 UTC
From: chrism at FOUR dot net Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0 Final Release OS: FreeBSD2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chrism at FOUR dot net
New email:
PHP Version: OS:

 

 [1998-06-16 13:58 UTC] chrism at FOUR dot net
<?
function test() {
        printf("hello %s!", nonexistant());
}

test();
?>

twinhead: {61} php -q test.p
<br>
<b>Fatal error</b>:  Call to unsupported or undefined function nonexistant() in <b>test.p</b> on line <b>3</b><br>
php in free(): error: chunk is already free.
Abort trap (core dumped)

chrism@FOUR.net

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-06-19 04:25 UTC] zeev
Fixed - thanks for reporting it!
 [2022-03-26 05:04 UTC] giw42161 at uooos dot com
(https://centurylawfirm.in/)gist.github.com
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC