3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = '<extData> <orderData> <order><orderId>6</orderId><orderTime>2014-10-23T02:53:38</orderTime><item><sku>138</sku><title>Beef Pie</title><quantity>1</quantity><price>8.00</price><amount>8.00</amount></item><item><sku>138</sku><title>Beef Pie</title><quantity>-1</quantity><price>8.00</price><amount>-8.00</amount></item><subtotal>0.00</subtotal><fee>0.00</fee><total>0.00</total><orderStatus>COMP</orderStatus></order><schema_version>2</schema_version> </orderData> </extData><price>±'; preg_match('\^.*<extData>\',$x, $matches); var_dump($matches);
Output for 5.4.0 - 5.4.34
Parse error: syntax error, unexpected ''\^.*<extData>\',$x, $matches)' (T_ENCAPSED_AND_WHITESPACE), expecting ')' in /in/Xeiu0 on line 9
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ')' in /in/Xeiu0 on line 9
Process exited with code 255.
Output for 5.2.3 - 5.2.17
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /in/Xeiu0 on line 9 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/Xeiu0 on line 9 Parse error: syntax error, unexpected '^', expecting ')' in /in/Xeiu0 on line 9
Process exited with code 255.
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.2
Parse error: syntax error, unexpected $end in /in/Xeiu0 on line 10
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected $ in /in/Xeiu0 on line 10
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/Xeiu0 on line 10
Process exited with code 255.

preferences:
238.51 ms | 1395 KiB | 124 Q