mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
4 lines
No EOL
55 B
PHP
4 lines
No EOL
55 B
PHP
<?php
|
|
function test_content(&$a) {
|
|
print_r($a->user);
|
|
} |