Edit report at https://bugs.php.net/bug.php?id=28261&edit=1

 ID:                 28261
 Comment by:         nathan dot goulding+phpbugs at gmail dot com
 Reported by:        Philippe dot Jausions at 11abacus dot com
 Summary:            Lifting reserved keyword restriction for method
                     names
 Status:             Open
 Type:               Feature/Change Request
 Package:            Scripting Engine problem
 Operating System:   *
 PHP Version:        *
 Block user comment: N
 Private report:     N

 New Comment:

I agree that this is worthwhile and should be fixed. Ridiculing this suggestion 
(#14178 and #10743) are unfortunate and I haven't seen a well-reasoned argument 
why this is so awful. Hoping this eleven line patch can get integrated soon.


Previous Comments:
------------------------------------------------------------------------
[2012-09-06 17:40:34] rayro at gmx dot de

It would be nice to see this in future releases!

------------------------------------------------------------------------
[2011-08-08 16:13:17] steven_nikkel at ertyu dot org

Would this prevent the keyword eval from being used within code being eval'd?

That appears to be the bug I'm running into, even though the keyword is only 
used in contained javascript code, not php, even included as a comment it fails.

------------------------------------------------------------------------
[2011-07-26 15:56:42] info at strictcoding dot co dot uk

+1 for this feature request!

------------------------------------------------------------------------
[2011-07-10 19:47:43] s...@php.net

The patch seems not to work with tokenizer extension - the extension returns 
wrong 
tokens (T_EVAL instead of expected T_STRING).

------------------------------------------------------------------------
[2009-06-30 05:52:23] taufiq at krimnet dot com

I need this bug to be resolved.

I'm writing Javascript/CSS collector & minify library. 

I would like to code like below.

JS::include(FILE_PATH)->include(FILE_PATH2)->include(FILE_PATH3);

having method name other than include() is pretty annoying.

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=28261


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=28261&edit=1

Reply via email to