3v4l.org

run code in 300+ PHP versions simultaneously
<tr <?php echo $rowClass;?>> <td><?php echo $k['nimi']; ?></td> <td><?php echo number_format($productPrice,2) ; ?>&euro;</td> <?php $tuote_alvkerroin = $k['alv']/100+1;?> <td><?php echo number_format($productPrice/$tuote_alvkerroin,2) ; ?>&euro;</td> <td><?php echo $k['lkm']; ?></td> <td><?php echo number_format($productPriceTotal,2); ?>&euro;</td> </tr>
Output for git.master, git.master_jit
<tr Warning: Undefined variable $rowClass in /in/t55UU on line 1 > <td> Warning: Undefined variable $k in /in/t55UU on line 2 Warning: Trying to access array offset on value of type null in /in/t55UU on line 2 </td> <td> Warning: Undefined variable $productPrice in /in/t55UU on line 3 Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /in/t55UU on line 3 0.00&euro;</td> Warning: Undefined variable $k in /in/t55UU on line 4 Warning: Trying to access array offset on value of type null in /in/t55UU on line 4 <td> Warning: Undefined variable $productPrice in /in/t55UU on line 5 0.00&euro;</td> <td> Warning: Undefined variable $k in /in/t55UU on line 6 Warning: Trying to access array offset on value of type null in /in/t55UU on line 6 </td> <td> Warning: Undefined variable $productPriceTotal in /in/t55UU on line 7 Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /in/t55UU on line 7 0.00&euro;</td> </tr>
Output for rfc.property-hooks
<tr Warning: Undefined variable $rowClass in /in/t55UU on line 1 > <td> Warning: Undefined variable $k in /in/t55UU on line 2 Warning: Trying to access array offset on null in /in/t55UU on line 2 </td> <td> Warning: Undefined variable $productPrice in /in/t55UU on line 3 Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /in/t55UU on line 3 0.00&euro;</td> Warning: Undefined variable $k in /in/t55UU on line 4 Warning: Trying to access array offset on null in /in/t55UU on line 4 <td> Warning: Undefined variable $productPrice in /in/t55UU on line 5 0.00&euro;</td> <td> Warning: Undefined variable $k in /in/t55UU on line 6 Warning: Trying to access array offset on null in /in/t55UU on line 6 </td> <td> Warning: Undefined variable $productPriceTotal in /in/t55UU on line 7 Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /in/t55UU on line 7 0.00&euro;</td> </tr>

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.19 ms | 403 KiB | 8 Q