5 lines
48 B
PHP
5 lines
48 B
PHP
|
<?php
|
||
|
|
||
|
$dummy = function(){
|
||
|
return $this;
|
||
|
};
|