1--TEST-- 2Test function posix_geteuid() by calling it with its expected arguments 3--CREDITS-- 4Marco Fabbri mrfabbri@gmail.com 5Francesco Fullone ff@ideato.it 6#PHPTestFest Cesena Italia on 2009-06-20 7--EXTENSIONS-- 8posix 9--FILE-- 10<?php 11var_dump(posix_geteuid()); 12?> 13--EXPECTF-- 14int(%d) 15