3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ligne = "J' [ Pronom Personnel Masculin Féminin Singulier Fonction(Gouverneur) FonctionGroupe(Sujet) ProfondeurSyntaxique(4) 'je'] "; $position_crochet = strpos($ligne, " [ "); //on cherche dans la ligne, la position qui nous intéresse (ici la FonctionGroupe()) //en prenant garde à chercher après l'offset ($position_crochet) $position_fonctiongroupe = strpos($ligne, "FonctionGroupe(",$position_crochet+2); echo $position_fonctiongroupe."<br>"; //jusqu'à la parenthese fermante de FonctionGroupe() $position_parenthese_fermante_fonctiongroupe = strpos($ligne, ") ", $position_fonctiongroupe); echo $position_parenthese_fermante_fonctiongroupe."<br>";
Output for git.master, git.master_jit, rfc.property-hooks
71<br>91<br>

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
46.43 ms | 401 KiB | 8 Q