Loading docs/config.rst +3 −3 Original line number Diff line number Diff line Loading @@ -42,9 +42,9 @@ Default functions: `round <https://www.php.net/manual/en/function.round.php>`__, `deg2rad <https://www.php.net/manual/en/function.deg2rad.php>`__, `rad2deg <https://www.php.net/manual/en/function.rad2deg.php>`__, `pi <https://www.php.net/manual/en/math.constants.php#constant.m-pi>`, `e <https://www.php.net/manual/en/math.constants.php#constant.m-e>`, `if(if, then, else)`. `pi <https://www.php.net/manual/en/math.constants.php#constant.m-pi>`__, `e <https://www.php.net/manual/en/math.constants.php#constant.m-e>`__, if(if, then, else). .. note:: ``if()`` is a regular function and therefore is not lazy. Loading docs/upgrade.rst +2 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,5 @@ Upgrade Notes ========== * Comma (``,``) can no longer be used as an operator * ``InvalidArgumentException`` was replaced with ``DomainException``` * ``InvalidArgumentException`` was replaced with ``DomainException`` * Absolute values of ``Config\BinaryOperator::PRIORITY_*`` constants changed Loading
docs/config.rst +3 −3 Original line number Diff line number Diff line Loading @@ -42,9 +42,9 @@ Default functions: `round <https://www.php.net/manual/en/function.round.php>`__, `deg2rad <https://www.php.net/manual/en/function.deg2rad.php>`__, `rad2deg <https://www.php.net/manual/en/function.rad2deg.php>`__, `pi <https://www.php.net/manual/en/math.constants.php#constant.m-pi>`, `e <https://www.php.net/manual/en/math.constants.php#constant.m-e>`, `if(if, then, else)`. `pi <https://www.php.net/manual/en/math.constants.php#constant.m-pi>`__, `e <https://www.php.net/manual/en/math.constants.php#constant.m-e>`__, if(if, then, else). .. note:: ``if()`` is a regular function and therefore is not lazy. Loading
docs/upgrade.rst +2 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,5 @@ Upgrade Notes ========== * Comma (``,``) can no longer be used as an operator * ``InvalidArgumentException`` was replaced with ``DomainException``` * ``InvalidArgumentException`` was replaced with ``DomainException`` * Absolute values of ``Config\BinaryOperator::PRIORITY_*`` constants changed