3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Coast City Computers</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <body> <?php include("inc_header.php"); ?> <h2>Memorial Day Sale</h2> <ul> <li>Compaq Presario m2007us Notebook: <strong>$799.99</strong></li> <li>Epson Stylus CX6600 Color All-In-One Printer, Print/Copy/Scan: <strong>$699.99</strong></li> <li>Proview Technology Inc. KDS K715s 17-inch LCD Monitor, Silver/Black: <strong>$199.99</strong></li> <li>Hawking Technology Hi-Speed Wireless-G Cardbus Card: <strong>$9.99</strong></li> </ul> <?php include("inc_footer.php"); ?> </body> </html>
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Coast City Computers</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <body> Warning: include(): open_basedir restriction in effect. File(inc_header.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ceZlk on line 9 Warning: include(inc_header.php): Failed to open stream: Operation not permitted in /in/ceZlk on line 9 Warning: include(): Failed opening 'inc_header.php' for inclusion (include_path='.:') in /in/ceZlk on line 9 <h2>Memorial Day Sale</h2> <ul> <li>Compaq Presario m2007us Notebook: <strong>$799.99</strong></li> <li>Epson Stylus CX6600 Color All-In-One Printer, Print/Copy/Scan: <strong>$699.99</strong></li> <li>Proview Technology Inc. KDS K715s 17-inch LCD Monitor, Silver/Black: <strong>$199.99</strong></li> <li>Hawking Technology Hi-Speed Wireless-G Cardbus Card: <strong>$9.99</strong></li> </ul> Warning: include(): open_basedir restriction in effect. File(inc_footer.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ceZlk on line 21 Warning: include(inc_footer.php): Failed to open stream: Operation not permitted in /in/ceZlk on line 21 Warning: include(): Failed opening 'inc_footer.php' for inclusion (include_path='.:') in /in/ceZlk on line 21 </body> </html>
Output for 8.0.13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Coast City Computers</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <body> Warning: include(inc_header.php): Failed to open stream: No such file or directory in /in/ceZlk on line 9 Warning: include(): Failed opening 'inc_header.php' for inclusion (include_path='.:') in /in/ceZlk on line 9 <h2>Memorial Day Sale</h2> <ul> <li>Compaq Presario m2007us Notebook: <strong>$799.99</strong></li> <li>Epson Stylus CX6600 Color All-In-One Printer, Print/Copy/Scan: <strong>$699.99</strong></li> <li>Proview Technology Inc. KDS K715s 17-inch LCD Monitor, Silver/Black: <strong>$199.99</strong></li> <li>Hawking Technology Hi-Speed Wireless-G Cardbus Card: <strong>$9.99</strong></li> </ul> Warning: include(inc_footer.php): Failed to open stream: No such file or directory in /in/ceZlk on line 21 Warning: include(): Failed opening 'inc_footer.php' for inclusion (include_path='.:') in /in/ceZlk on line 21 </body> </html>
Output for 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.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.7, 7.3.32 - 7.3.33, 7.4.33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Coast City Computers</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <body> Warning: include(inc_header.php): failed to open stream: No such file or directory in /in/ceZlk on line 9 Warning: include(): Failed opening 'inc_header.php' for inclusion (include_path='.:') in /in/ceZlk on line 9 <h2>Memorial Day Sale</h2> <ul> <li>Compaq Presario m2007us Notebook: <strong>$799.99</strong></li> <li>Epson Stylus CX6600 Color All-In-One Printer, Print/Copy/Scan: <strong>$699.99</strong></li> <li>Proview Technology Inc. KDS K715s 17-inch LCD Monitor, Silver/Black: <strong>$199.99</strong></li> <li>Hawking Technology Hi-Speed Wireless-G Cardbus Card: <strong>$9.99</strong></li> </ul> Warning: include(inc_footer.php): failed to open stream: No such file or directory in /in/ceZlk on line 21 Warning: include(): Failed opening 'inc_footer.php' for inclusion (include_path='.:') in /in/ceZlk on line 21 </body> </html>
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.32
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Coast City Computers</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <body> Warning: include(): open_basedir restriction in effect. File(inc_header.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ceZlk on line 9 Warning: include(inc_header.php): failed to open stream: Operation not permitted in /in/ceZlk on line 9 Warning: include(): Failed opening 'inc_header.php' for inclusion (include_path='.:') in /in/ceZlk on line 9 <h2>Memorial Day Sale</h2> <ul> <li>Compaq Presario m2007us Notebook: <strong>$799.99</strong></li> <li>Epson Stylus CX6600 Color All-In-One Printer, Print/Copy/Scan: <strong>$699.99</strong></li> <li>Proview Technology Inc. KDS K715s 17-inch LCD Monitor, Silver/Black: <strong>$199.99</strong></li> <li>Hawking Technology Hi-Speed Wireless-G Cardbus Card: <strong>$9.99</strong></li> </ul> Warning: include(): open_basedir restriction in effect. File(inc_footer.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ceZlk on line 21 Warning: include(inc_footer.php): failed to open stream: Operation not permitted in /in/ceZlk on line 21 Warning: include(): Failed opening 'inc_footer.php' for inclusion (include_path='.:') in /in/ceZlk on line 21 </body> </html>
Output for 7.1.20, 7.2.6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Coast City Computers</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <body> Warning: include(): open_basedir restriction in effect. File(inc_header.php) is not within the allowed path(s): (/tmp:/in) in /in/ceZlk on line 9 Warning: include(inc_header.php): failed to open stream: Operation not permitted in /in/ceZlk on line 9 Warning: include(): Failed opening 'inc_header.php' for inclusion (include_path='.:') in /in/ceZlk on line 9 <h2>Memorial Day Sale</h2> <ul> <li>Compaq Presario m2007us Notebook: <strong>$799.99</strong></li> <li>Epson Stylus CX6600 Color All-In-One Printer, Print/Copy/Scan: <strong>$699.99</strong></li> <li>Proview Technology Inc. KDS K715s 17-inch LCD Monitor, Silver/Black: <strong>$199.99</strong></li> <li>Hawking Technology Hi-Speed Wireless-G Cardbus Card: <strong>$9.99</strong></li> </ul> Warning: include(): open_basedir restriction in effect. File(inc_footer.php) is not within the allowed path(s): (/tmp:/in) in /in/ceZlk on line 21 Warning: include(inc_footer.php): failed to open stream: Operation not permitted in /in/ceZlk on line 21 Warning: include(): Failed opening 'inc_footer.php' for inclusion (include_path='.:') in /in/ceZlk on line 21 </body> </html>
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Coast City Computers</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <body> Warning: main(inc_header.php): failed to open stream: No such file or directory in /in/ceZlk on line 9 Warning: main(): Failed opening 'inc_header.php' for inclusion (include_path='.:') in /in/ceZlk on line 9 <h2>Memorial Day Sale</h2> <ul> <li>Compaq Presario m2007us Notebook: <strong>$799.99</strong></li> <li>Epson Stylus CX6600 Color All-In-One Printer, Print/Copy/Scan: <strong>$699.99</strong></li> <li>Proview Technology Inc. KDS K715s 17-inch LCD Monitor, Silver/Black: <strong>$199.99</strong></li> <li>Hawking Technology Hi-Speed Wireless-G Cardbus Card: <strong>$9.99</strong></li> </ul> Warning: main(inc_footer.php): failed to open stream: No such file or directory in /in/ceZlk on line 21 Warning: main(): Failed opening 'inc_footer.php' for inclusion (include_path='.:') in /in/ceZlk on line 21 </body> </html>
Output for 4.3.0 - 4.3.1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Coast City Computers</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <body> Warning: main(inc_header.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/ceZlk on line 9 Warning: main() [http://www.php.net/function.main]: Failed opening 'inc_header.php' for inclusion (include_path='.:') in /in/ceZlk on line 9 <h2>Memorial Day Sale</h2> <ul> <li>Compaq Presario m2007us Notebook: <strong>$799.99</strong></li> <li>Epson Stylus CX6600 Color All-In-One Printer, Print/Copy/Scan: <strong>$699.99</strong></li> <li>Proview Technology Inc. KDS K715s 17-inch LCD Monitor, Silver/Black: <strong>$199.99</strong></li> <li>Hawking Technology Hi-Speed Wireless-G Cardbus Card: <strong>$9.99</strong></li> </ul> Warning: main(inc_footer.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/ceZlk on line 21 Warning: main() [http://www.php.net/function.main]: Failed opening 'inc_footer.php' for inclusion (include_path='.:') in /in/ceZlk on line 21 </body> </html>

preferences:
241.64 ms | 404 KiB | 310 Q