mirror of
https://github.com/friendica/friendica
synced 2025-01-05 14:02:19 +00:00
4 lines
55 B
PHP
4 lines
55 B
PHP
|
<?php
|
||
|
function test_content(&$a) {
|
||
|
print_r($a->user);
|
||
|
}
|