php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #76223 Add use executing finction in the logic design.
Submitted: 2018-04-14 22:49 UTC Modified: 2018-06-24 04:25 UTC
From: koreshs at mail dot ru Assigned: cmb (profile)
Status: No Feedback Package: Scripting Engine problem
PHP Version: 7.1.16 OS:
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: koreshs at mail dot ru
New email:
PHP Version: OS:

 

 [2018-04-14 22:49 UTC] koreshs at mail dot ru
Description:
------------
Please add use  functions in the logic design. Example:
 

Test script:
---------------
defined('DS') || define('DS', DIRECTORY_SEPARATOR);
defined('DS') || echo "Not definded DS in program.";
$x==3 && $x = rand(1, 99);


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-04-14 22:57 UTC] cmb@php.net
-Status: Open +Status: Feedback -Package: PHP Language Specification +Package: Scripting Engine problem -Assigned To: +Assigned To: cmb
 [2018-04-14 22:57 UTC] cmb@php.net
What you're requesting is already available, see
<https://3v4l.org/DjdCr>, isn't it?
 [2018-06-24 04:25 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC