ben ca c'est ce que j'avais essayé en prem lol, et ça fait la même chose !
/************************************
* Parse le texte de manière a afficher du php
************************************/
function fscode_php($texte)
{
global $langue, $theme;
return sprintf($theme['fscode_php'], '90%', $langue['php'], highlight_string('<?php ' . $texte . ' ?>', TRUE));
}