php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #164 Function call of () (sorta) crashes.
Submitted: 1998-03-12 05:09 UTC Modified: 1998-03-13 04:52 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: explorer at flame dot org Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0 Latest CVS OS: NetBSD-1.3.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: explorer at flame dot org
New email:
PHP Version: OS:

 

 [1998-03-12 05:09 UTC] explorer at flame dot org
Actual version:  PHP Version 3.0rel-dev (smells like CVS :)

This code will crash php3:

<?php

function foo ($bar)
{
}

foo($time());

?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-03-13 04:52 UTC] zeev
This isn't a crash, it just dies with an error, but it
dies gracefully.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 22:01:28 2024 UTC