Thesaurus¶
Acronym¶
List of acronyms, used in this dictionary.
Attribute¶
List of PHP native attributes.
Concept¶
List of concept, which are applied to PHP, but not exclusive to it.
Control flow¶
List of command to control the flow of a program.
Directive¶
List of configuration directives of PHP. They may be used in php.ini, ini_set()/ini_get() or other configuration files.
Exception¶
List of exceptions, available in PHP.
Keyword¶
List of PHP keywords and reserved names.
Language construct¶
List of the PHP language construct: they look like a function, but are more special.
Type¶
List of PHP types, used with the type system. They usually are not related to a class.
Magic method¶
List of PHP magic method, which are providing special behavior throught the definition of a method with a special signature.
Bug¶
List of named bugs.
Extension¶
List of special PHP extensions.
Token¶
List of strings (characters, names), which are PHP tokens: they are useful to parse code.
Folklore¶
List of things that seems unrelated to PHP, but, suprisingly, are.