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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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-2023 The PHP Group
All rights reserved.
Last updated: Tue Mar 28 12:03:45 2023 UTC