php-src/ext/standard/tests/file/get_current_user.phpt
2019-03-11 11:32:20 +01:00

12 lines
130 B
PHP

--TEST--
get_current_user() tests
--FILE--
<?php
var_dump(get_current_user());
echo "Done\n";
?>
--EXPECTF--
string(%d) %s
Done