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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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: Thu Apr 25 09:01:29 2024 UTC