Translation of "Skalarer ausdruck" in English

Die if-Anweisungen werden ausgeführt, wenn die Bedingung wahr ist (d.h. wenn der skalare Ausdruck ungleich 0 ist) und die else -Anweisungen werden ausgeführt, wenn die Bedingung falsch, d.h. 0 ist.
The if statement will be executed if the condition is true. This means that the expression is not equal to 0.
ParaCrawl v7.1

Von PHP 5.6 an ist es möglich eine Konstante als skalaren Ausdruck zu definieren, und es ist ebenfalls möglich eine Array Konstante zu definieren.
From PHP 5.6 onwards, it is possible to define a constant as a scalar expression, and it is also possible to define an array constant.
ParaCrawl v7.1