Exemplo n.º 1
0
 /**
  * Returns this pointer bound to closure.
  *
  * @return null
  */
 public function getClosureThis()
 {
     return PHP_VERSION_ID >= 50400 ? parent::getClosureThis() : null;
 }