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 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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC