summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/get_current_user.phpt
blob: 04938e3d6b57f739294befefef7a269e02ffafbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
get_current_user() tests
--FILE--
<?php

var_dump(get_current_user());

echo "Done\n";
?>
--EXPECTF--
string(%d) %s
Done