alpha_full/pages/panier/_formOptions/debug.option_boucle_X.php
2026-04-06 22:58:51 +02:00

16 lines
615 B
PHP
Executable File

<?php
$debugMsg .= monDebug(1, [
'Libellé' => $libDynNom[$x],
'x' => $x,
'idTypeCherche' => $idTypeCherche,
'continuer' => $continuer,
'ordreOptTab x ['.$x.']' => isset($ordreOptTab[$x])?$ordreOptTab[$x]:'empty',
'typeDeListe[$x]' => $typeDeListe[$x],
'typeDeListe[$x]_session' => $_SESSION['typeDeListe'][$x],
'SESSION[ETOU]' => $_SESSION['ETOU'],
'ETOU' => $ETOU,
'totMontantParListe' => $totMontantParListe,
'$_SESSION[totMontantParListe][$x]' => $_SESSION['totMontantParListe'][$x],
'tabOrdre z ['.$z.']' => isset($tabOrdre[$z])?$tabOrdre[$z]:'empty'
],'debug.option_boucle_X.php')
?>