|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[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
[2018-06-24 04:25 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 12:00:01 2025 UTC |
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);