3v4l.org

run code in 300+ PHP versions simultaneously
<div id="right2"> <?php if($post->ID==13) { $galleries = $wpdb->get_results('SELECT * FROM wp_ngg_gallery WHERE gid > 1 ORDER BY name;', OBJECT); echo "<a href=/?page_id=13>Gallery</a><br />"; echo "<ul>"; foreach ($galleries as $row) { echo "<li><a href=/?page_id=13&amp;album=1&amp;gallery=".$row->gid.">".$row->title."</a></li>"; } echo "</ul>"; } else { if($post->post_parent) $children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0"); else $children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0"); if ($children) { $galleries = $wpdb->get_results('SELECT p1.post_title, p1.post_parent, p2.post_title as parent_title FROM wp_posts as p1 LEFT OUTER JOIN wp_posts as p2 ON (p1.post_parent=p2.id) WHERE p1.id = '.$post->ID.';', OBJECT); foreach ($galleries as $row) { if ($row->post_parent > 0) echo "<a href=/?page_id=".$row->post_parent.">".$row->parent_title."</a>"; else echo "<a href=/?page_id=".$post->ID.">".$row->post_title."</a>"; } echo "<ul>"; echo $children; echo "</ul>"; } } ?> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(3) ) : ?> <?php endif; ?> </div> <!-- end right 2 -->
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
<div id="right2"> Warning: Undefined variable $post in /in/t0RtB on line 4 Warning: Attempt to read property "ID" on null in /in/t0RtB on line 4 Warning: Undefined variable $post in /in/t0RtB on line 22 Warning: Attempt to read property "post_parent" on null in /in/t0RtB on line 22 Fatal error: Uncaught Error: Call to undefined function wp_list_pages() in /in/t0RtB:25 Stack trace: #0 {main} thrown in /in/t0RtB on line 25
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.12 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
<div id="right2"> Notice: Undefined variable: post in /in/t0RtB on line 4 Notice: Trying to get property 'ID' of non-object in /in/t0RtB on line 4 Notice: Undefined variable: post in /in/t0RtB on line 22 Notice: Trying to get property 'post_parent' of non-object in /in/t0RtB on line 22 Fatal error: Uncaught Error: Call to undefined function wp_list_pages() in /in/t0RtB:25 Stack trace: #0 {main} thrown in /in/t0RtB on line 25
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 7.4.26
<div id="right2"> Fatal error: Uncaught Error: Call to undefined function wp_list_pages() in /in/t0RtB:25 Stack trace: #0 {main} thrown in /in/t0RtB on line 25
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20
<div id="right2"> Notice: Undefined variable: post in /in/t0RtB on line 4 Notice: Trying to get property of non-object in /in/t0RtB on line 4 Notice: Undefined variable: post in /in/t0RtB on line 22 Notice: Trying to get property of non-object in /in/t0RtB on line 22 Fatal error: Uncaught Error: Call to undefined function wp_list_pages() in /in/t0RtB:25 Stack trace: #0 {main} thrown in /in/t0RtB on line 25
Process exited with code 255.
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
<div id="right2"> Notice: Undefined variable: post in /in/t0RtB on line 4 Notice: Trying to get property of non-object in /in/t0RtB on line 4 Notice: Undefined variable: post in /in/t0RtB on line 22 Notice: Trying to get property of non-object in /in/t0RtB on line 22 Fatal error: Call to undefined function wp_list_pages() in /in/t0RtB on line 25
Process exited with code 255.
Output for 5.0.0 - 5.0.3
<div id="right2"> Notice: Undefined variable: post in /in/t0RtB on line 4 Notice: Trying to get property of non-object in /in/t0RtB on line 4 Notice: Undefined variable: post in /in/t0RtB on line 22 Notice: Trying to get property of non-object in /in/t0RtB on line 22 Fatal error: Call to undefined function wp_list_pages() in /in/t0RtB on line 25
Process exited with code 255.
Output for 4.4.5 - 4.4.9
<div id="right2"> Notice: Undefined variable: post in /in/t0RtB on line 4 Notice: Undefined variable: post in /in/t0RtB on line 22 Fatal error: Call to undefined function: wp_list_pages() in /in/t0RtB on line 25
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
<div id="right2"> Notice: Undefined variable: post in /in/t0RtB on line 4 Notice: Undefined variable: post in /in/t0RtB on line 22 Fatal error: Call to undefined function: wp_list_pages() in /in/t0RtB on line 25
Process exited with code 255.
Output for 4.3.0 - 4.3.1
<div id="right2"> Notice: Undefined variable: post in /in/t0RtB on line 4 Notice: Undefined variable: post in /in/t0RtB on line 22 Fatal error: Call to undefined function: wp_list_pages() in /in/t0RtB on line 25

preferences:
197.23 ms | 402 KiB | 315 Q