ok...not entirely sure here but i'll try.
the 'if statement' can be considered a language construct
the 'for loop' can be considered a language construct
it refers collectively to the basic 'things' that make up a programming langauge. in other words, you 'construct the language' from its language constructs.
i believe this might illustrate it:
"The PHP Programming language is made up of such language constructs as if statements, for loops, while loops, variable assignments, class constructors, etc."
did i get that right?