Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. //Abstract.php:39
  2.  
  3.     public function offsetGet($offset) {
  4.         if ($this->offsetExists($offset)) {
  5.             if ((int)$this->offsetExists($offset) == 0) echo 'GET OUT !';
  6.             return $this->_array[$offset];
  7.         }
  8.         return null;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement