3v4l.org

run code in 300+ PHP versions simultaneously
<?php class ControllerCommonFooter extends Controller { protected function index() { $this->language->load('common/footer'); $this->data['text_information'] = $this->language->get('text_information'); $this->data['text_service'] = $this->language->get('text_service'); $this->data['text_extra'] = $this->language->get('text_extra'); $this->data['text_contact'] = $this->language->get('text_contact'); $this->data['text_return'] = $this->language->get('text_return'); $this->data['text_sitemap'] = $this->language->get('text_sitemap'); $this->data['text_manufacturer'] = $this->language->get('text_manufacturer'); $this->data['text_voucher'] = $this->language->get('text_voucher'); $this->data['text_affiliate'] = $this->language->get('text_affiliate'); $this->data['text_special'] = $this->language->get('text_special'); $this->data['text_account'] = $this->language->get('text_account'); $this->data['text_order'] = $this->language->get('text_order'); $this->data['text_wishlist'] = $this->language->get('text_wishlist'); $this->data['text_newsletter'] = $this->language->get('text_newsletter'); $this->load->model('catalog/information'); $this->data['informations'] = array(); foreach ($this->model_catalog_information->getInformations() as $result) { if ($result['bottom']) { $this->data['informations'][] = array( 'title' => $result['title'], 'href' => $this->url->link('information/information', 'information_id=' . $result['information_id']) ); } } $this->data['contact'] = $this->url->link('information/contact'); $this->data['return'] = $this->url->link('account/return/insert', '', 'SSL'); $this->data['sitemap'] = $this->url->link('information/sitemap'); $this->data['manufacturer'] = $this->url->link('product/manufacturer'); $this->data['voucher'] = $this->url->link('account/voucher', '', 'SSL'); $this->data['affiliate'] = $this->url->link('affiliate/account', '', 'SSL'); $this->data['special'] = $this->url->link('product/special'); $this->data['account'] = $this->url->link('account/account', '', 'SSL'); $this->data['order'] = $this->url->link('account/order', '', 'SSL'); $this->data['wishlist'] = $this->url->link('account/wishlist', '', 'SSL'); $this->data['newsletter'] = $this->url->link('account/newsletter', '', 'SSL'); $this->data['powered'] = sprintf($this->language->get('text_powered'), $this->config->get('config_name'), date('Y', time())); if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/common/footer.tpl')) { $this->template = $this->config->get('config_template') . '/template/common/footer.tpl'; } else { $this->template = 'default/template/common/footer.tpl'; } $this->render(); } } ?>
Output for 7.3.0 - 7.3.1
Fatal error: Uncaught Error: Class 'Controller' not found in /in/dcGY3:2 Stack trace: #0 {main} thrown in /in/dcGY3 on line 2
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, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.13
Fatal error: Class 'Controller' not found in /in/dcGY3 on line 2
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/dcGY3 on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/dcGY3 on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /in/dcGY3 on line 3
Process exited with code 255.

preferences:
163.79 ms | 401 KiB | 234 Q