Bonjour
je souhaite passer à php 8 mais j'ai une erreur avec ce code
erreur Array and string offset access syntax with curly braces is no longer supported
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 $v=strval($tot_page); if($v>99999 && $v<999999) { $tot_page=$v{0}.$v{1}.". ".$v{2}.$v{3}.$v{4}.$v{5}; } if($v>999999) { $tot_page=$v{0}.". ".$v{1}.$v{2}.$v{3}.". ".$v{4}.$v{5}.$v{6}; }
quelle est la solution
Merci
Partager