3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tab[0] = 0xAAAAAAAAAAAAAAAA; for ($i =0; i < 5000000000000; $i++) { $tab[$i] = 'AAAAAAAAAAAAAAAAAAAA'; } class Permission implements \Serializable { protected $id = 3; public function serialize() { return serialize(array($this->id)); } public function unserialize($serialized) { list($this->id) = unserialize($serialized); } } class UserPermission implements \Serializable { public $permission; public $webshop; public function serialize() { return serialize(array($this->webshop, $this->permission)); } public function unserialize($serialized) { list($this->webshop, $this->permission) = unserialize($serialized); } } class Webshop implements \Serializable { protected $id = 0xAAAAAAAAAAAAAAAA; public function serialize() { return serialize(array($this->id)); } public function unserialize($serialized) { list($this->id) = unserialize($serialized); } } class AbstractToken implements \Serializable { public $roles; public function serialize() { return serialize(array($this->roles)); } public function unserialize($serialized) { list($this->roles) = unserialize($serialized); } } class UsernamePasswordToken extends AbstractToken { private $credentials = null; private $providerKey = null; public function serialize() { return serialize(array($this->credentials, $this->providerKey, parent::serialize())); } public function unserialize($str) { list($this->credentials, $this->providerKey, $parentStr) = unserialize($str); parent::unserialize($parentStr); } } $token = new UsernamePasswordToken(); $webshop = new Webshop; $permission = new Permission; $roles = array(); for ($i = 0; $i < 2; $i++) { $roles[$i] = new UserPermission(); $roles[$i]->webshop = $webshop; $roles[$i]->permission = $permission; } $token->roles = $roles; var_dump(unserialize(serialize($token)));
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Fatal error: Uncaught Error: Undefined constant "i" in /in/kWPnO:4 Stack trace: #0 {main} thrown in /in/kWPnO on line 4
Process exited with code 255.
Output for 7.2.6 - 7.2.33, 7.3.12 - 7.3.33, 7.4.0 - 7.4.33
Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/kWPnO on line 4 W
Process exited with code 137.
Output for 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.20
Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kW
Process exited with code 137.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/kWPnO on line 7 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/kWPnO on line 20 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/kWPnO on line 34 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/kWPnO on line 47 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4 Notice: Use of undefined constant i - assumed 'i' in /in/kWPnO on line 4
Process exited with code 137.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting '{' in /in/kWPnO on line 7
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 '{' in /in/kWPnO on line 7
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `'{'' in /in/kWPnO on line 7
Process exited with code 255.

preferences:
454.79 ms | 401 KiB | 350 Q