3v4l.org

run code in 300+ PHP versions simultaneously
<?php $content = 'Sentence number one. Sentence number two. Sentence number 3. Sentence number 4. Sentence number 5.'; $last = strrpos($content, '. '); $parts = str_split($content, strrpos($content, '. ', $last - strlen($content))+2); echo 'First part: ', $parts[0], PHP_EOL, 'Second part: ', $parts[1];
Output for git.master, git.master_jit, rfc.property-hooks
First part: Sentence number one. Sentence number two. Sentence number 3. Sentence number 4. Second part: Sentence number 5.

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:
35.39 ms | 405 KiB | 5 Q