/**
  * Returns this pointer bound to closure.
  *
  * @return null
  */
 public function getClosureThis()
 {
     return PHP_VERSION >= 50400 ? parent::getClosureThis() : null;
 }