@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PHP_INCLUDE_TYPE
Variable: PHP_INCLUDE_TYPE
ts
const PHP_INCLUDE_TYPE: object;Type Declaration
INCLUDE
ts
readonly INCLUDE: 1 = 1;INCLUDE_ONCE
ts
readonly INCLUDE_ONCE: 2 = 2;REQUIRE
ts
readonly REQUIRE: 3 = 3;REQUIRE_ONCE
ts
readonly REQUIRE_ONCE: 4 = 4;