3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (true) { $count++; $block_1 .= <<<EOT <figure id=\"img{$count}\"> <div class="image"><img src=\"{$row['imgpath']}\" alt=\"{$row['shortdesc']}\"></div><figcaption> <h1 class=\"product\">{$row['product']}</h1> <p class=\"description\">{$row['longdesc']}</p> </figcaption> </figure> EOT; $block_2 .= '<a href="#img'.$count.'"><img src="'.$row['imgpath'].'" alt="'.$row['shortdesc'].'"></a>'; } var_dump($block_1);
Output for 8.3.0 - 8.3.6
Warning: Undefined variable $count in /in/XpfVT on line 3 Warning: Undefined variable $row in /in/XpfVT on line 6 Warning: Trying to access array offset on null in /in/XpfVT on line 6 Warning: Undefined variable $row in /in/XpfVT on line 6 Warning: Trying to access array offset on null in /in/XpfVT on line 6 Warning: Undefined variable $row in /in/XpfVT on line 7 Warning: Trying to access array offset on null in /in/XpfVT on line 7 Warning: Undefined variable $row in /in/XpfVT on line 8 Warning: Trying to access array offset on null in /in/XpfVT on line 8 Warning: Undefined variable $block_1 in /in/XpfVT on line 8 Warning: Undefined variable $row in /in/XpfVT on line 13 Warning: Trying to access array offset on null in /in/XpfVT on line 13 Warning: Undefined variable $row in /in/XpfVT on line 13 Warning: Trying to access array offset on null in /in/XpfVT on line 13 Warning: Undefined variable $block_2 in /in/XpfVT on line 13 string(356) " <figure id=\"img1\"> <div class="image"><img src=\"\" alt=\"\"></div><figcaption> <h1 class=\"product\"></h1> <p class=\"description\"></p> </figcaption> </figure> "
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: Undefined variable $count in /in/XpfVT on line 3 Warning: Undefined variable $row in /in/XpfVT on line 6 Warning: Trying to access array offset on value of type null in /in/XpfVT on line 6 Warning: Undefined variable $row in /in/XpfVT on line 6 Warning: Trying to access array offset on value of type null in /in/XpfVT on line 6 Warning: Undefined variable $row in /in/XpfVT on line 7 Warning: Trying to access array offset on value of type null in /in/XpfVT on line 7 Warning: Undefined variable $row in /in/XpfVT on line 8 Warning: Trying to access array offset on value of type null in /in/XpfVT on line 8 Warning: Undefined variable $block_1 in /in/XpfVT on line 8 Warning: Undefined variable $row in /in/XpfVT on line 13 Warning: Trying to access array offset on value of type null in /in/XpfVT on line 13 Warning: Undefined variable $row in /in/XpfVT on line 13 Warning: Trying to access array offset on value of type null in /in/XpfVT on line 13 Warning: Undefined variable $block_2 in /in/XpfVT on line 13 string(356) " <figure id=\"img1\"> <div class="image"><img src=\"\" alt=\"\"></div><figcaption> <h1 class=\"product\"></h1> <p class=\"description\"></p> </figcaption> </figure> "
Output for 7.4.3 - 7.4.25, 7.4.27 - 7.4.33
Notice: Undefined variable: count in /in/XpfVT on line 3 Notice: Undefined variable: row in /in/XpfVT on line 6 Notice: Trying to access array offset on value of type null in /in/XpfVT on line 6 Notice: Undefined variable: row in /in/XpfVT on line 6 Notice: Trying to access array offset on value of type null in /in/XpfVT on line 6 Notice: Undefined variable: row in /in/XpfVT on line 7 Notice: Trying to access array offset on value of type null in /in/XpfVT on line 7 Notice: Undefined variable: row in /in/XpfVT on line 8 Notice: Trying to access array offset on value of type null in /in/XpfVT on line 8 Notice: Undefined variable: block_1 in /in/XpfVT on line 8 Notice: Undefined variable: row in /in/XpfVT on line 13 Notice: Trying to access array offset on value of type null in /in/XpfVT on line 13 Notice: Undefined variable: row in /in/XpfVT on line 13 Notice: Trying to access array offset on value of type null in /in/XpfVT on line 13 Notice: Undefined variable: block_2 in /in/XpfVT on line 13 string(356) " <figure id=\"img1\"> <div class="image"><img src=\"\" alt=\"\"></div><figcaption> <h1 class=\"product\"></h1> <p class=\"description\"></p> </figcaption> </figure> "
Output for 7.3.32 - 7.3.33, 7.4.26
string(356) " <figure id=\"img1\"> <div class="image"><img src=\"\" alt=\"\"></div><figcaption> <h1 class=\"product\"></h1> <p class=\"description\"></p> </figcaption> </figure> "
Output for 7.3.16 - 7.3.31
Notice: Undefined variable: count in /in/XpfVT on line 3 Notice: Undefined variable: row in /in/XpfVT on line 6 Notice: Undefined variable: row in /in/XpfVT on line 6 Notice: Undefined variable: row in /in/XpfVT on line 7 Notice: Undefined variable: row in /in/XpfVT on line 8 Notice: Undefined variable: block_1 in /in/XpfVT on line 8 Notice: Undefined variable: row in /in/XpfVT on line 13 Notice: Undefined variable: row in /in/XpfVT on line 13 Notice: Undefined variable: block_2 in /in/XpfVT on line 13 string(356) " <figure id=\"img1\"> <div class="image"><img src=\"\" alt=\"\"></div><figcaption> <h1 class=\"product\"></h1> <p class=\"description\"></p> </figcaption> </figure> "
Output for 7.2.29 - 7.2.33
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /in/XpfVT on line 13
Process exited with code 255.
Output for 5.4.0 - 5.4.23
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /in/XpfVT on line 13
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /in/XpfVT on line 13
Process exited with code 255.

preferences:
157.57 ms | 401 KiB | 193 Q