3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo html_entities_decode('&lt;table id="main"&gt; &lt;thead&gt; &lt;tr&gt; &lt;td colspan="4"&gt; &lt;table&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td style="width: 98%; font-size: x-large; font-weight: bold;"&gt;İş Emri Raporu&lt;/td&gt; &lt;td style="width: 1%; font-size: x-large; white-space: nowrap;"&gt;ff ee 33&lt;/td&gt; &lt;td style="width: 1%; font-size: x-large; white-space: nowrap;" class="aa"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;table class="l spacetop" style="width: 45%;"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;table class="r mt10" style="width: 54%;"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td colspan="2" class="bold"&gt;İş Emri Bilgileri&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;İş Emri No&lt;/td&gt; &lt;td&gt;&lt;!--?php echo workorders::$id; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Durum&lt;/td&gt; &lt;td&gt;&lt;!--?php echo statuses::$status; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Giriş Tarihi&lt;/td&gt; &lt;td&gt;&lt;!--?php echo workorders::$datein ? date(&apos;d.m.Y H:i&apos;, strtotime(workorders::$datein)) : null; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Çıkış Tarihi&lt;/td&gt; &lt;td&gt;&lt;!--?php echo workorders::$dateout ? date(&apos;d.m.Y H:i&apos;, strtotime(workorders::$dateout)) : null; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Giriş KM&apos;si&lt;/td&gt; &lt;td&gt;&lt;!--?php echo workorders::$kmin; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Çıkış KM&apos;si&lt;/td&gt; &lt;td&gt;&lt;!--?php echo workorders::$kmout; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td colspan="4" style="font-weight: bold;"&gt;Araç Bilgileri&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Araç No&lt;/td&gt; &lt;td&gt;&lt;!--?php echo vehicles::$id; ?--&gt;&lt;/td&gt; &lt;td&gt;Şasi No&lt;/td&gt; &lt;td&gt;&lt;!--?php echo vehicles::$chassis; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Motor No&lt;/td&gt; &lt;td&gt;&lt;!--?php echo vehicles::$engine; ?--&gt;&lt;/td&gt; &lt;td&gt;Plaka&lt;/td&gt; &lt;td&gt;&lt;!--?php echo vehicles::$licence; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Marka&lt;/td&gt; &lt;td&gt;&lt;!--?php echo vehicles::$brand; ?--&gt;&lt;/td&gt; &lt;td&gt;Model Yılı&lt;/td&gt; &lt;td&gt;&lt;!--?php echo vehicles::$year; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Renk&lt;/td&gt; &lt;td colspan="3"&gt;&lt;!--?php echo vehicles::$color; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="spacer"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4" style="font-weight: bold;"&gt;Hesap Bilgileri&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Hesap No&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$id; ?--&gt;&lt;/td&gt; &lt;td&gt;Kimlik No&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$citizenshipid; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Firma&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$company; ?--&gt;&lt;/td&gt; &lt;td&gt;Ad ve Soyad&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$fullname; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;E-posta Adresi&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$email; ?--&gt;&lt;/td&gt; &lt;td&gt;Cep Telefonu&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$cellphone; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;İş Telefonu&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$workphone; ?--&gt;&lt;/td&gt; &lt;td&gt;Faks&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$fax; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Ülke&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$country; ?--&gt;&lt;/td&gt; &lt;td&gt;İl&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$province; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;İlçe/Semt&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$district; ?--&gt;&lt;/td&gt; &lt;td&gt;Adres&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$address; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Vergi Dairesi&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$taxoffice; ?--&gt;&lt;/td&gt; &lt;td&gt;Vergi Kimlik Numarası&lt;/td&gt; &lt;td&gt;&lt;!--?php echo accounts::$taxid; ?--&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="4"&gt; Row 1 of a HTML table with a header to be automatically repeated on all the PDF pages &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;tfoot&gt; &lt;tr&gt; &lt;td colspan="4"&gt; &lt;table class="l mt10" style="width: 45%;"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;table class="r mt10" style="width: 54%;"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td style="height: 25px; padding: 5px; text-align: justify;"&gt;Yukarıda belirtilen sorunların giderilmesi için servisinizi yetkili kılıyorum. Araç üzerinde bulunan ve servisinize bildirmediğim eşyaların kaybolması durumunda servisinizin mesuliyet kabul etmeyeceğini onaylıyorum. Tecrübe kontrol, test ve getir/götür sürüşlerinin müşteri rizikosunda yapıldığını kabul ediyorum. Ekstra iş çıkması durumunda beni haberdar ediniz.&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="padding-top: 10px; vertical-align: top; border-width: 0;"&gt;Müşteri İmzası&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tfoot&gt; &lt;/table&gt;'); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TRK3l
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'html_entities_decode'
          1        SEND_VAL_EX                                              '%26lt%3Btable+id%3D%22main%22%26gt%3B+%26lt%3Bthead%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+%26lt%3Btable%26gt%3B+%26lt%3Btbody%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+style%3D%22width%3A+98%25%3B+font-size%3A+x-large%3B+font-weight%3A+bold%3B%22%26gt%3B%C4%B0%C5%9F+Emri+Raporu%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd+style%3D%22width%3A+1%25%3B+font-size%3A+x-large%3B+white-space%3A+nowrap%3B%22%26gt%3Bff+ee+33%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd+style%3D%22width%3A+1%25%3B+font-size%3A+x-large%3B+white-space%3A+nowrap%3B%22+class%3D%22aa%22%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3B%2Ftbody%26gt%3B+%26lt%3B%2Ftable%26gt%3B+%26lt%3Btable+class%3D%22l+spacetop%22+style%3D%22width%3A+45%25%3B%22%26gt%3B+%26lt%3Btbody%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3B%2Ftbody%26gt%3B+%26lt%3B%2Ftable%26gt%3B+%26lt%3Btable+class%3D%22r+mt10%22+style%3D%22width%3A+54%25%3B%22%26gt%3B+%26lt%3Btbody%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%222%22+class%3D%22bold%22%26gt%3B%C4%B0%C5%9F+Emri+Bilgileri%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3B%C4%B0%C5%9F+Emri+No%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+workorders%3A%3A%24id%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3BDurum%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+statuses%3A%3A%24status%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3BGiri%C5%9F+Tarihi%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+workorders%3A%3A%24datein+%3F+date%28%26apos%3Bd.m.Y+H%3Ai%26apos%3B%2C+strtotime%28workorders%3A%3A%24datein%29%29+%3A+null%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3B%C3%87%C4%B1k%C4%B1%C5%9F+Tarihi%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+workorders%3A%3A%24dateout+%3F+date%28%26apos%3Bd.m.Y+H%3Ai%26apos%3B%2C+strtotime%28workorders%3A%3A%24dateout%29%29+%3A+null%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3BGiri%C5%9F+KM%26apos%3Bsi%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+workorders%3A%3A%24kmin%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3B%C3%87%C4%B1k%C4%B1%C5%9F+KM%26apos%3Bsi%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+workorders%3A%3A%24kmout%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3B%2Ftbody%26gt%3B+%26lt%3B%2Ftable%26gt%3B+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3B%2Fthead%26gt%3B+%26lt%3Btbody%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22+style%3D%22font-weight%3A+bold%3B%22%26gt%3BAra%C3%A7+Bilgileri%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3BAra%C3%A7+No%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+vehicles%3A%3A%24id%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%C5%9Easi+No%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+vehicles%3A%3A%24chassis%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3BMotor+No%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+vehicles%3A%3A%24engine%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3BPlaka%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+vehicles%3A%3A%24licence%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3BMarka%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+vehicles%3A%3A%24brand%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3BModel+Y%C4%B1l%C4%B1%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+vehicles%3A%3A%24year%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3BRenk%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd+colspan%3D%223%22%26gt%3B%26lt%3B%21--%3Fphp+echo+vehicles%3A%3A%24color%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+class%3D%22spacer%22%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22+style%3D%22font-weight%3A+bold%3B%22%26gt%3BHesap+Bilgileri%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3BHesap+No%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24id%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3BKimlik+No%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24citizenshipid%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3BFirma%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24company%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3BAd+ve+Soyad%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24fullname%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3BE-posta+Adresi%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24email%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3BCep+Telefonu%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24cellphone%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3B%C4%B0%C5%9F+Telefonu%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24workphone%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3BFaks%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24fax%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3B%C3%9Clke%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24country%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%C4%B0l%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24province%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3B%C4%B0l%C3%A7e%2FSemt%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24district%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3BAdres%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24address%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3BVergi+Dairesi%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24taxoffice%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3BVergi+Kimlik+Numaras%C4%B1%26lt%3B%2Ftd%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%21--%3Fphp+echo+accounts%3A%3A%24taxid%3B+%3F--%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+Row+1+of+a+HTML+table+with+a+header+to+be+automatically+repeated+on+all+the+PDF+pages+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3B%2Ftbody%26gt%3B+%26lt%3Btfoot%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+colspan%3D%224%22%26gt%3B+%26lt%3Btable+class%3D%22l+mt10%22+style%3D%22width%3A+45%25%3B%22%26gt%3B+%26lt%3Btbody%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd%26gt%3B%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3B%2Ftbody%26gt%3B+%26lt%3B%2Ftable%26gt%3B+%26lt%3Btable+class%3D%22r+mt10%22+style%3D%22width%3A+54%25%3B%22%26gt%3B+%26lt%3Btbody%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+style%3D%22height%3A+25px%3B+padding%3A+5px%3B+text-align%3A+justify%3B%22%26gt%3BYukar%C4%B1da+belirtilen+sorunlar%C4%B1n+giderilmesi+i%C3%A7in+servisinizi+yetkili+k%C4%B1l%C4%B1yorum.+Ara%C3%A7+%C3%BCzerinde+bulunan+ve+servisinize+bildirmedi%C4%9Fim+e%C5%9Fyalar%C4%B1n+kaybolmas%C4%B1+durumunda+servisinizin+mesuliyet+kabul+etmeyece%C4%9Fini+onayl%C4%B1yorum.+Tecr%C3%BCbe+kontrol%2C+test+ve+getir%2Fg%C3%B6t%C3%BCr+s%C3%BCr%C3%BC%C5%9Flerinin+m%C3%BC%C5%9Fteri+rizikosunda+yap%C4%B1ld%C4%B1%C4%9F%C4%B1n%C4%B1+kabul+ediyorum.+Ekstra+i%C5%9F+%C3%A7%C4%B1kmas%C4%B1+durumunda+beni+haberdar+ediniz.%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3Btr%26gt%3B+%26lt%3Btd+style%3D%22padding-top%3A+10px%3B+vertical-align%3A+top%3B+border-width%3A+0%3B%22%26gt%3BM%C3%BC%C5%9Fteri+%C4%B0mzas%C4%B1%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3B%2Ftbody%26gt%3B+%26lt%3B%2Ftable%26gt%3B+%26lt%3B%2Ftd%26gt%3B+%26lt%3B%2Ftr%26gt%3B+%26lt%3B%2Ftfoot%26gt%3B+%26lt%3B%2Ftable%26gt%3B'
          2        DO_FCALL                                      0  $0      
          3        ECHO                                                     $0
    5     4      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.29 ms | 1411 KiB | 13 Q