php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3732 Parse error while using 'use' as a function name
Submitted: 2000-03-05 11:56 UTC Modified: 2000-03-05 12:17 UTC
From: tom dot anheyer at tay-tec dot de Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 4 Patch Level 1 OS: Linux 2.2.14, apache 1.3.9
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: tom dot anheyer at tay-tec dot de
New email:
PHP Version: OS:

 

 [2000-03-05 11:56 UTC] tom dot anheyer at tay-tec dot de
<?
function use ($fasel)
{
  echo "use($fasel)\n";
}

use("blubber");
?>

doesn't work but give:

parse error, expecting `T_STRING'



Patches

Pull Requests

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 16:01:27 2024 UTC