/ [ MATHS ] / php.glossary || [Notation] || [Copyright] || [Contact]
[Contents] [Source Text]
Sat Aug 23 13:05:47 PDT 2014

Contents (index)


    PHP Glossary of Terms, Lexemes, and Keywords

    This page was created by Paul Conrad as part of his Graduate Independent Study (CSCI695) of the syntax and semantics of the PHP language.

    PHP Glossary

    This glossary is based on the C++ glossary by Dr. Botting with the necessary adaptations for PHP 4.

    Meta-linguistic Terminology

  1. ctor::=constructor for classes.
  2. mem::=member::=component or property of the given class.
  3. method::=member function::=functions associated with the given class.
  4. fun::=function.
  5. ref::=reference::="${"$"my_object}->init(some_value,another_value);".
  6. OO::=object-oriented.
  7. OOP::=object-oriented programming.
  8. OOPL::=object-oriented programming language.

    Lexemes

  9. core_keyword::="and"|""$"argc"|""$"argv"|"as"|"break"|"case"|"cfunction"|"class"|"continue"|"declare"|"default"|"die"|"do"|"E_ALL"|"echo"| "E_ERROR"|"else"|"elseif"|"empty"|"enddeclare"|"endfor"|"endforeach"|"endif"|"endswitch"|"E_PARSE"|"eval"|"E_WARNING"|"exit"|"extends"| "FALSE"|"for"|"foreach"|"function"|""$"HTTP_COOKIES_VARS"|""$"HTTP_ENV_VARS"|""$"HTTP_GET_VARS"| ""$"HTTP_POST_FILES"|""$"HTTP_POST_VARS"|""$"HTTP_SERVER_VARS"|"if"|"include"|"include_once"|"global"|"list"|"new"|"not"| "NULL"|"old_function"|"or"|"parent"|"PHP_OS"|""$"PHP_SELF"|"PHP_VERSION"|"print"|"require"|"require_once"|"return"|"static"| "stdClass"|"switch"|""$"this"|"TRUE"|"var"|"virtual"|"while"|"xor"|"__FILE__"|"__LINE__"|"__sleep"|"__wakeup"|""$"_COOKIE"| "$$_ENV"|""$"_FILES"|""$"_GET"|""$"_POST"|""$"_SERVER"

    Keyword Definition

  10. static::keyword=following

    . . . . . . . . . ( end of section PHP Glossary) <<Contents | Index>>

    . . . . . . . . . ( end of section PHP Glossary of Terms, Lexemes, and Keywords) <<Contents | Index>>


Formulae and Definitions in Alphabetical Order