ecrire/public/composer.php 1 location
|
@@ 125-128 (lines=4) @@
|
| 122 |
|
$GLOBALS['debug_objets']['code'][$nom . 'tout'] = $code; |
| 123 |
|
|
| 124 |
|
// si c'est ce que demande le debusqueur, lui passer la main |
| 125 |
|
if ($GLOBALS['debug_objets']['sourcefile'] |
| 126 |
|
and (_request('var_mode_objet') == $nom) |
| 127 |
|
and (_request('var_mode_affiche') == 'code') |
| 128 |
|
) { |
| 129 |
|
erreur_squelette(); |
| 130 |
|
} |
| 131 |
|
} |
ecrire/public/parametrer.php 1 location
|
@@ 179-183 (lines=5) @@
|
| 176 |
|
$GLOBALS['debug_objets']['resultat'][$fonc . 'tout'] = $t; |
| 177 |
|
$GLOBALS['debug_objets']['courant'] = $courant; |
| 178 |
|
$GLOBALS['debug_objets']['profile'][$sourcefile] = $profile; |
| 179 |
|
if ($GLOBALS['debug_objets']['sourcefile'] |
| 180 |
|
and (_request('var_mode_objet') == $fonc) |
| 181 |
|
and (_request('var_mode_affiche') == 'resultat') |
| 182 |
|
) { |
| 183 |
|
erreur_squelette(); |
| 184 |
|
} |
| 185 |
|
} |
| 186 |
|
// Si #CACHE{} n'etait pas la, le mettre a $delais |