3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Assuming the above tags are at www.example.com $tags = get_meta_tags('http://www.example.com/'); // Notice how the keys are all lowercase now, and // how . was replaced by _ in the key. echo $tags['author']; // name echo $tags['keywords']; // php documentation echo $tags['description']; // a php manual echo $tags['geo_position']; // 49.33;-86.59
Output for git.master, git.master_jit
Warning: get_meta_tags(): php_network_getaddresses: getaddrinfo for www.example.com failed: System error in /in/VcMSK on line 3 Warning: get_meta_tags(http://www.example.com/): Failed to open stream: php_network_getaddresses: getaddrinfo for www.example.com failed: System error in /in/VcMSK on line 3 Warning: Trying to access array offset on value of type bool in /in/VcMSK on line 7 Warning: Trying to access array offset on value of type bool in /in/VcMSK on line 8 Warning: Trying to access array offset on value of type bool in /in/VcMSK on line 9 Warning: Trying to access array offset on value of type bool in /in/VcMSK on line 10
Output for rfc.property-hooks
Warning: get_meta_tags(): php_network_getaddresses: getaddrinfo for www.example.com failed: System error in /in/VcMSK on line 3 Warning: get_meta_tags(http://www.example.com/): Failed to open stream: php_network_getaddresses: getaddrinfo for www.example.com failed: System error in /in/VcMSK on line 3 Warning: Trying to access array offset on false in /in/VcMSK on line 7 Warning: Trying to access array offset on false in /in/VcMSK on line 8 Warning: Trying to access array offset on false in /in/VcMSK on line 9 Warning: Trying to access array offset on false in /in/VcMSK on line 10

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