Jakub Vrána wrote:
Would you agree with removal of delete() dummy entry from PHP
documentation? The problem is that tools using the documentation
(several IDEs) think that delete() is a real function and highlight it
as other functions.

Well, although it is not a real function, IMHO it still should be highlighted, as it is valid internal function alias. Also, if delete() isn't present in the documentation, people might think that such a thing doesn't exist at all and could decide to create their own function delete(), which, of course, wouldn't be possible, unless the function alias itself is removed, but that's an unnecessary BC break.

--
Kouber Saparev
http://kouber.saparev.com

Reply via email to