3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rss = simplexml_load_file('http://on-ze.com/feed'); echo '<ul>'; foreach($rss->channel->item as $item){ $title = $item->title; $date = date("Y年 n月 j日", strtotime($item->pubDate)); $link = $item->link; $description = mb_strimwidth (strip_tags($item->description), 0 , 110, "…Read More", "utf-8"); ?> <li><a href="<?php echo $link; ?>" target="_blank"> <span class="date"><?php echo $date; ?></span> <span class="title"><?php echo $title; ?></span> <span class="text"><?php echo $description; ?></span> </a></li> <?php } echo '</ul>'; ?>
Output for 8.3.0 - 8.3.4, 8.3.6
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for on-ze.com failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(http://on-ze.com/feed): Failed to open stream: php_network_getaddresses: getaddrinfo for on-ze.com failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://on-ze.com/feed" in /in/7uoS8 on line 2 <ul> Warning: Attempt to read property "channel" on false in /in/7uoS8 on line 4 Warning: Attempt to read property "item" on null in /in/7uoS8 on line 4 Warning: foreach() argument must be of type array|object, null given in /in/7uoS8 on line 4 </ul>
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for on-ze.com failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(http://on-ze.com/feed): Failed to open stream: php_network_getaddresses: getaddrinfo for on-ze.com failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://on-ze.com/feed" in /in/7uoS8 on line 2 <ul> Warning: Attempt to read property "channel" on false in /in/7uoS8 on line 4 Warning: Attempt to read property "item" on null in /in/7uoS8 on line 4 Warning: foreach() argument must be of type array|object, null given in /in/7uoS8 on line 4 </ul>
Output for 8.1.0 - 8.1.27, 8.2.0 - 8.2.18
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for on-ze.com failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(http://on-ze.com/feed): Failed to open stream: php_network_getaddresses: getaddrinfo for on-ze.com failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://on-ze.com/feed" in /in/7uoS8 on line 2 <ul> Warning: Attempt to read property "channel" on bool in /in/7uoS8 on line 4 Warning: Attempt to read property "item" on null in /in/7uoS8 on line 4 Warning: foreach() argument must be of type array|object, null given in /in/7uoS8 on line 4 </ul>
Output for 8.0.13 - 8.0.30
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(http://on-ze.com/feed): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://on-ze.com/feed" in /in/7uoS8 on line 2 <ul> Warning: Attempt to read property "channel" on bool in /in/7uoS8 on line 4 Warning: Attempt to read property "item" on null in /in/7uoS8 on line 4 Warning: foreach() argument must be of type array|object, null given in /in/7uoS8 on line 4 </ul>
Output for 8.0.0 - 8.0.12
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/7uoS8 on line 2 Warning: simplexml_load_file(http://on-ze.com/feed): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/7uoS8 on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://on-ze.com/feed" in /in/7uoS8 on line 2 <ul> Warning: Attempt to read property "channel" on bool in /in/7uoS8 on line 4 Warning: Attempt to read property "item" on null in /in/7uoS8 on line 4 Warning: foreach() argument must be of type array|object, null given in /in/7uoS8 on line 4 </ul>
Output for 7.2.0 - 7.2.6, 7.4.0, 7.4.26 - 7.4.33
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(http://on-ze.com/feed): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://on-ze.com/feed" in /in/7uoS8 on line 2 <ul> Notice: Trying to get property 'channel' of non-object in /in/7uoS8 on line 4 Notice: Trying to get property 'item' of non-object in /in/7uoS8 on line 4 Warning: Invalid argument supplied for foreach() in /in/7uoS8 on line 4 </ul>
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.25
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/7uoS8 on line 2 Warning: simplexml_load_file(http://on-ze.com/feed): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/7uoS8 on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://on-ze.com/feed" in /in/7uoS8 on line 2 <ul> Notice: Trying to get property 'channel' of non-object in /in/7uoS8 on line 4 Notice: Trying to get property 'item' of non-object in /in/7uoS8 on line 4 Warning: Invalid argument supplied for foreach() in /in/7uoS8 on line 4 </ul>
Output for 7.3.32 - 7.3.33
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(http://on-ze.com/feed): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://on-ze.com/feed" in /in/7uoS8 on line 2 <ul> Warning: Invalid argument supplied for foreach() in /in/7uoS8 on line 4 </ul>
Output for 7.0.20, 7.1.5 - 7.1.20
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(http://on-ze.com/feed): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/7uoS8 on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://on-ze.com/feed" in /in/7uoS8 on line 2 <ul> Notice: Trying to get property of non-object in /in/7uoS8 on line 4 Notice: Trying to get property of non-object in /in/7uoS8 on line 4 Warning: Invalid argument supplied for foreach() in /in/7uoS8 on line 4 </ul>
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.10, 7.1.0
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/7uoS8 on line 2 Warning: simplexml_load_file(http://on-ze.com/feed): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/7uoS8 on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://on-ze.com/feed" in /in/7uoS8 on line 2 <ul> Notice: Trying to get property of non-object in /in/7uoS8 on line 4 Notice: Trying to get property of non-object in /in/7uoS8 on line 4 Warning: Invalid argument supplied for foreach() in /in/7uoS8 on line 4 </ul>

preferences:
189.35 ms | 403 KiB | 224 Q