> recherche infructueuse via "rechercher" !
j'espere que la reponse est simple
Merci !
| CODE |
$texte = preg_replace_callback("#\[php\](.+?)\[\/php\]#si", create_function('$matches', ' return "<pre class=\"php\">" . htmlentities($matches[1]) . "</pre>"; ') , $texte); |