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

Pull Requests

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: Thu Dec 26 10:01:29 2024 UTC