php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45242 bug => `
Submitted: 2008-06-11 18:48 UTC Modified: 2008-07-10 01:00 UTC
From: ftp32 at wp dot pl Assigned:
Status: No Feedback Package: Unknown/Other Function
PHP Version: 5.2.6 OS: windows xp sp2
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: ftp32 at wp dot pl
New email:
PHP Version: OS:

 

 [2008-06-11 18:48 UTC] ftp32 at wp dot pl
Description:
------------
1)block file ,don't return anyfing
-exclude $b and 



Reproduce code:
---------------
//~~``
//~~``
//~~``
//1)//blobk file  and break exclude  file!!!!!- no return anyfing ..only loading
$b=' print index.php ';
echo `$b`;

2)
$b=' unlink index.php ';
echo `$b`;

3)
$b=' echo aaaaa ';
echo `$b - $b`;

Expected result:
----------------
loading...

Actual result:
--------------
...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-07-02 12:22 UTC] jani@php.net
Eh? What's exactly the problem here? Your report is totally nonsense..please try report so that we can actually understand it.
 [2008-07-10 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 02:01:29 2024 UTC