Constant dependencies tree

Here are the constant trees : a constant (global or class) is build based on another constant. Constants built only with literals are not represented here..

  • \codeigniter\cache\handlers\MAX_KEY_LENGTH
    • \PHP_INT_MAX
  • \codeigniter\cookie\ALLOWED_SAMESITE_VALUES
    • \codeigniter\cookie\cookieinterface::SAMESITE_LAX
    • \codeigniter\cookie\cookieinterface::SAMESITE_NONE
    • \codeigniter\cookie\cookieinterface::SAMESITE_STRICT
  • \kint\parser\DOM_NS_VERSIONS
    • \define
  • \kint\parser\DOM_VERSIONS
    • \define
  • \kint\parser\TRIGGER_COMPLETE
    • \kint\parser\parser::TRIGGER_DEPTH_LIMIT
    • \kint\parser\parser::TRIGGER_RECURSION
    • \kint\parser\parser::TRIGGER_SUCCESS
  • \codeigniter\router\HTTP_METHODS
    • \codeigniter\http\method::CONNECT
    • \codeigniter\http\method::DELETE
    • \codeigniter\http\method::GET
    • \codeigniter\http\method::HEAD
    • \codeigniter\http\method::OPTIONS
    • \codeigniter\http\method::PATCH
    • \codeigniter\http\method::POST
    • \codeigniter\http\method::PUT
    • \codeigniter\http\method::TRACE