3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "<p>Dear Seller,</p> <p>This is a gentle reminder for the pending payment of your experience &lt;bold&gt;Camp and Kayak in Amchi Mumbai. for 1 Booking@Rs7200&lt;/bold&gt;</p> <p>You have to collect the pending amount <strong>7200</strong> by 2014-04-14 to ensure that seat of the following buyer is reserved.</p> <p>The buyer details are as follows:</p> <p> Name : talvin<br> Phone Number : +91.992883773<br> Email : wjh@jhsd.com<br> Address : <br> Notes : <br> </p> <p>The session details are as follows:</p> <p>Experience Link : http://tushky.com/Virar-Mumbai/Experience/Camp-and-Kayak-in-Amchi-Mumbai/1923.html</a> <br/>Slot Date : March 27th 2014 <br/>Slot Start : 12:00 am <br/>Slot End : 11:59 pm <br/>Slot Inclusion : <br/>Slot type : Booking <br/>Slot cost : 7200 <br/>Slot location : 60 Kms from Mumbai Airport <br/>Slot location on map : https://www.google.co.in/maps/?q=19.090176572.86873909999997 <br/>Slot city : Virar Mumbai <p>If you have any doubts or concerns, please feel free to reach us at +91.9022988961.</p> <br /> <p>Heres to us Tushkying together,</p> <p>The wandering monkey.</p>"; $str = htmlspecialchars($str); echo $str.PHP_EOL; $str = htmlspecialchars_decode($str); echo $str.PHP_EOL; $str = html_entity_decode($str); echo $str.PHP_EOL; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0hO6a
function name:  (null)
number of ops:  20
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%3Cp%3EDear+Seller%2C%3C%2Fp%3E+%3Cp%3EThis+is+a+gentle+reminder+for+the+pending+payment+of+your+experience+%26lt%3Bbold%26gt%3BCamp+and+Kayak+in+Amchi+Mumbai.+for+1+Booking%40Rs7200%26lt%3B%2Fbold%26gt%3B%3C%2Fp%3E+%3Cp%3EYou+have+to+collect+the+pending+amount+%3Cstrong%3E7200%3C%2Fstrong%3E+by+2014-04-14+to+ensure+that+seat+of+the+following+buyer+is+reserved.%3C%2Fp%3E+%3Cp%3EThe+buyer+details+are+as+follows%3A%3C%2Fp%3E+%3Cp%3E+Name+%3A+talvin%3Cbr%3E+Phone+Number+%3A+%2B91.992883773%3Cbr%3E+Email+%3A+wjh%40jhsd.com%3Cbr%3E+Address+%3A+%3Cbr%3E+Notes+%3A+%3Cbr%3E+%3C%2Fp%3E+%3Cp%3EThe+session+details+are+as+follows%3A%3C%2Fp%3E+%3Cp%3EExperience+Link+%3A+http%3A%2F%2Ftushky.com%2FVirar-Mumbai%2FExperience%2FCamp-and-Kayak-in-Amchi-Mumbai%2F1923.html%3C%2Fa%3E+%3Cbr%2F%3ESlot+Date+%3A+March+27th+2014+%3Cbr%2F%3ESlot+Start+%3A+12%3A00+am+%3Cbr%2F%3ESlot+End+%3A+11%3A59+pm+%3Cbr%2F%3ESlot+Inclusion+%3A+%3Cbr%2F%3ESlot+type+%3A+Booking+%3Cbr%2F%3ESlot+cost+%3A+7200+%3Cbr%2F%3ESlot+location+%3A+60+Kms+from+Mumbai+Airport+%3Cbr%2F%3ESlot+location+on+map+%3A+https%3A%2F%2Fwww.google.co.in%2Fmaps%2F%3Fq%3D19.090176572.86873909999997+%3Cbr%2F%3ESlot+city+%3A+Virar+Mumbai+%3Cp%3EIf+you+have+any+doubts+or+concerns%2C+please+feel+free+to+reach+us+at+%2B91.9022988961.%3C%2Fp%3E+%3Cbr+%2F%3E+%3Cp%3EHeres+to+us+Tushkying+together%2C%3C%2Fp%3E+%3Cp%3EThe+wandering+monkey.%3C%2Fp%3E'
    4     1        INIT_FCALL                                               'htmlspecialchars'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    6     5        CONCAT                                           ~4      !0, '%0A'
          6        ECHO                                                     ~4
    8     7        INIT_FCALL                                               'htmlspecialchars_decode'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $5      
         10        ASSIGN                                                   !0, $5
   10    11        CONCAT                                           ~7      !0, '%0A'
         12        ECHO                                                     ~7
   12    13        INIT_FCALL                                               'html_entity_decode'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $8      
         16        ASSIGN                                                   !0, $8
   14    17        CONCAT                                           ~10     !0, '%0A'
         18        ECHO                                                     ~10
   16    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.57 ms | 1396 KiB | 19 Q