PHP
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Lista de Palabras Clave> <List of Function Aliases
Last updated: Fri, 19 Jun 2009

view this page in

Lista de Palabras Reservadas

Table of Contents

El siguiente es un listado de identificadores predefinidos en PHP. Ninguno de los identificadores listados aquí debe ser usado como identificador en alguno de sus scripts. Estas listas incluyen palabras clave y nombres de variable, constantes y clases predefinidas. Estas listas no son ni exhaustivas ni completas.



Lista de Palabras Clave> <List of Function Aliases
Last updated: Fri, 19 Jun 2009
 
add a note add a note User Contributed Notes
Lista de Palabras Reservadas
SR
04-Oct-2007 05:53
[Editorial note: parent and self are reserved class names. Functions and constants with their names can be declared, but not userspace classes]

true, false and null are not listed because they are globally-defined constants, not reserved words.

No idea about parent or self, though.
londonx at gmail dot com
05-Mar-2007 10:14
Naming a PHP5 class "variant" (with a constructor called the same) and then making an instance of it using __autoload triggers an error which disappears as soon as the name is changed. This should mean that "variant" is also a reserved word.
01-Nov-2006 12:42
Two things:

1. It would be nice for this list to differentiate those reserved words, which are language constructs used *with* parentheses (isset, unset, empty, eval, exit, die, ...) and those rather to be used *without* parentheses (all includes, echo, print, return, ...?)

This would really help define some common coding styles...

2. Do you write NULL, TRUE, FALSE or null, true, false? (I find CAPITAL letters better, however typing them can be annoying so I stick with using all lowercase letters, but what's the standard?)
10-Jan-2006 11:41
I don't see the boolean constants 'true' and 'false' listed among the reserved words/keywords/constants.

Lista de Palabras Clave> <List of Function Aliases
Last updated: Fri, 19 Jun 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites