7 lines
44 B
PHP
7 lines
44 B
PHP
|
<?php
|
||
|
|
||
|
function foo()
|
||
|
{
|
||
|
return $this;
|
||
|
}
|