16 lines
615 B
PHP
Executable File
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')
|
|
?>
|