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;'); ?>
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught Error: Call to undefined function html_entities_decode() in /in/TRK3l:3 Stack trace: #0 {main} thrown in /in/TRK3l on line 3
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28
Fatal error: Call to undefined function html_entities_decode() in /in/TRK3l on line 3
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: html_entities_decode() in /in/TRK3l on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: html_entities_decode() in /in/TRK3l on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: html_entities_decode() in /in/TRK3l on line 3

preferences:
253.6 ms | 401 KiB | 355 Q