|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-08-09 19:14 UTC] cmb@php.net
-Package: PHP Language Specification
+Package: Scripting Engine problem
[2015-08-09 21:58 UTC] requinix@php.net
-Status: Open
+Status: Feedback
[2015-08-09 21:58 UTC] requinix@php.net
[2015-08-23 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 08 18:00:01 2026 UTC |
Description: ------------ Can we please have alias of "function" as "func". Note this request is NOT to replace "function" word, but to allow also to use alias of it as in "func". Function Name Now: function test($str) { return trim($str); } Function Name Wanted: func test($str) { return trim($str); } Test script: --------------- n/a Expected result: ---------------- n/a Actual result: -------------- n/a