runkit7_import() flag indicating
that normal functions should be imported from the
specified file.
RUNKIT7_IMPORT_CLASS_METHODS
(int)
runkit7_import() flag indicating
that class methods should be imported from the
specified file.
RUNKIT7_IMPORT_CLASS_CONSTS
(int)
runkit7_import() flag indicating
that class constants should be imported from the
specified file.
RUNKIT7_IMPORT_CLASS_PROPS
(int)
runkit7_import() flag indicating
that class standard properties should be imported
from the specified file.
RUNKIT7_IMPORT_CLASS_STATIC_PROPS
(int)
runkit7_import() flag indicating
that class static properties should be imported
from the specified file. Available since Runkit 1.0.1.
RUNKIT7_IMPORT_CLASSES
(int)
runkit7_import() flag representing
a bitwise OR of the RUNKIT7_IMPORT_CLASS_*
constants.
RUNKIT7_IMPORT_OVERRIDE
(int)
runkit7_import() flag indicating that
if any of the imported functions, methods, constants,
or properties already exist, they should be replaced with
the new definitions. If this flag is not set, then any
imported definitions which already exist will be discarded.
RUNKIT7_ACC_RETURN_REFERENCE
(int)
Include this flag to make the function or method being created or redeclared return a reference.