|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-10-08 05:01 UTC] aharvey@php.net
-Status: Open
+Status: Wont fix
[2010-10-08 05:01 UTC] aharvey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jan 07 09:00:01 2026 UTC |
Description: ------------ dear,all: I think add a feature that "add arguments directly" will be awesome, like these functions "echo , require , include ". may be you can't understand my mean, please let me show examples below. echo can use like this echo("string") and also can call it like this syntax, echo "string"; function "include" and "require" can support this syntax too. "require 'file'". it is useful for Program readability I think. so, can you add this feature in define function for user? Expected result: ---------------- user_function "arg1" "arg2"; Actual result: -------------- user_function("arg1","arg2");