3v4l.org

run code in 300+ PHP versions simultaneously
<?php $nomVideo = ''; $extensionVideo=''; list($nomVideo, $extensionVideo) = explode('.', parse_url($annonce->ANN_urlVideo)['path']); var_dump($nomVideo); var_dump($extensionVideo);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $annonce in /in/UiAhg on line 6 Warning: Attempt to read property "ANN_urlVideo" on null in /in/UiAhg on line 6 Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /in/UiAhg on line 6 Warning: Undefined array key 1 in /in/UiAhg on line 6 string(0) "" NULL

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:
49.52 ms | 402 KiB | 8 Q