3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rss_fandango = file_get_contents('http://www.fandango.com/rss/top10boxoffice.rss'); $xml_fandango = simplexml_load_string($rss_fandango,null, LIBXML_NOCDATA); $data_fan = $xml_fandango->channel->item; $title = $item->title; $pos = strpos($title,'$'); $final = substr($title ,3 , strpos($title,'$') - 3); $earns = substr($title, $pos, -1); echo $pos . "<br/>"; echo $final . "<br/>"; echo $earns . "<br/>";
Output for git.master, git.master_jit
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for www.fandango.com failed: System error in /in/hg8cn on line 3 Warning: file_get_contents(http://www.fandango.com/rss/top10boxoffice.rss): Failed to open stream: php_network_getaddresses: getaddrinfo for www.fandango.com failed: System error in /in/hg8cn on line 3 Warning: Attempt to read property "channel" on bool in /in/hg8cn on line 5 Warning: Attempt to read property "item" on null in /in/hg8cn on line 5 Warning: Undefined variable $item in /in/hg8cn on line 7 Warning: Attempt to read property "title" on null in /in/hg8cn on line 7 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /in/hg8cn on line 8 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /in/hg8cn on line 9 Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /in/hg8cn on line 9 Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /in/hg8cn on line 10 <br/><br/><br/>
Output for rfc.property-hooks
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for www.fandango.com failed: System error in /in/hg8cn on line 3 Warning: file_get_contents(http://www.fandango.com/rss/top10boxoffice.rss): Failed to open stream: php_network_getaddresses: getaddrinfo for www.fandango.com failed: System error in /in/hg8cn on line 3 Warning: Attempt to read property "channel" on false in /in/hg8cn on line 5 Warning: Attempt to read property "item" on null in /in/hg8cn on line 5 Warning: Undefined variable $item in /in/hg8cn on line 7 Warning: Attempt to read property "title" on null in /in/hg8cn on line 7 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /in/hg8cn on line 8 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /in/hg8cn on line 9 Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /in/hg8cn on line 9 Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /in/hg8cn on line 10 <br/><br/><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:
38.76 ms | 403 KiB | 8 Q