1
0
Fork 0
php-language-server/fixtures/diagnostics/errors/this_in_function.php

7 lines
44 B
PHP

<?php
function foo()
{
return $this;
}