1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00
Files
archived-php-src/ext/standard/tests/file/get_current_user.phpt
T
2019-03-11 11:32:20 +01:00

13 lines
130 B
PHP

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