Loading src/Calc/Formule.php +5 −1 Original line number Diff line number Diff line Loading @@ -305,7 +305,11 @@ class Formule } } if (trim($v) !== '') { $this->tw(['type' => 'variable', 'name' => $v], $i, $length); }else{ $this->tw(['type' => 'space', 'value' => $v], $i, $length); } /* Détection de fonctions */ $next = $this->t($i + 1); Loading Loading
src/Calc/Formule.php +5 −1 Original line number Diff line number Diff line Loading @@ -305,7 +305,11 @@ class Formule } } if (trim($v) !== '') { $this->tw(['type' => 'variable', 'name' => $v], $i, $length); }else{ $this->tw(['type' => 'space', 'value' => $v], $i, $length); } /* Détection de fonctions */ $next = $this->t($i + 1); Loading