"Language constructs" are operations that are supported by special functions in the language. In PHP, basically everything that is not a variable or function is a language construct, as indicated on the keyword list page.
As a PHP user, you have no way to implement new language constructs. They exist only at the parser level. It seems your goals are similar to yours and the answer will be the same.
source share