Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 552 Bytes

File metadata and controls

32 lines (28 loc) · 552 Bytes

Supported syntax and features

Statements and expressions
StdLib Functions
Constants
Ini directives

Data types

  • array
  • bool
  • float (including numeric literal separator)
  • int (including numeric literal separator)
  • null
  • object
  • string

Predefined variables

  • $_ENV
  • $_COOKIE
  • $_FILES
  • $_GET
  • $_POST
  • $_REQUEST
  • $_SERVER

Magic constants

  • __CLASS__
  • __DIR__
  • __FILE__
  • __FUNCTION__
  • __LINE__
  • __METHOD__