3v4l.org

run code in 300+ PHP versions simultaneously
<?php $txt = "A man’s jacket is of green color. He – the biggest star in modern history – rides bikes very fast (230 km per hour). How is it possible?! What kind of bike is he using? The semi-automatic gear of his bike, which is quite expensive, significantly helps to reach that speed. Some (or maybe many) claim that he is the fastest in the world! “I saw him ride the bike!” Mr. John Deer speaks. “The speed he sets is 133.78 kilometers per hour,” which sounds incredible; sounds deceiving."; $txtArray = explode(' ', $txt); var_dump($txtArray);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vRh3K
function name:  (null)
number of ops:  10
compiled vars:  !0 = $txt, !1 = $txtArray
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'A+man%E2%80%99s+jacket+is+of+green+color.+He+%E2%80%93+the+biggest+star+in+modern+history+%E2%80%93+rides+bikes+very+fast+%28230+km+per+hour%29.+How+is+it+possible%3F%21+What+kind+of+bike+is+he+using%3F+The+semi-automatic+gear+of+his+bike%2C+which+is+quite+expensive%2C+significantly+helps+to+reach+that+speed.+Some+%28or+maybe+many%29+claim+that+he+is+the+fastest+in+the+world%21+%E2%80%9CI+saw+him+ride+the+bike%21%E2%80%9D+Mr.+John+Deer+speaks.+%E2%80%9CThe+speed+he+sets+is+133.78+kilometers+per+hour%2C%E2%80%9D+which+sounds+incredible%3B+sounds+deceiving.'
    4     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '+'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    5     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.04 ms | 1394 KiB | 17 Q