php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6877 require_once cant handle variables
Submitted: 2000-09-25 06:22 UTC Modified: 2000-09-25 19:06 UTC
From: voudras at NOSPAM dot swiftslayer dot org Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.0.2 OS: linux
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: voudras at NOSPAM dot swiftslayer dot org
New email:
PHP Version: OS:

 

 [2000-09-25 06:22 UTC] voudras at NOSPAM dot swiftslayer dot org
<?php
$file = "dingy.inc";
require_once($file); // fails
require_once("$file); // fails
require($file); // works
include_once($file); // works
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-25 19:06 UTC] stas@php.net
Fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 22:01:32 2024 UTC