-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/posix/tests/
File Upload :
Current File : //usr/src/php/ext/posix/tests/posix_seteuid_basic.phpt

--TEST--
Test function posix_seteuid() by calling it with its expected arguments
--CREDITS--
Marco Fabbri mrfabbri@gmail.com
Francesco Fullone ff@ideato.it
#PHPTestFest Cesena Italia on 2009-06-20
--SKIPIF--
<?php 
        if(!extension_loaded("posix")) print "skip - POSIX extension not loaded"; 
?>
--FILE--
<?php

$myuid = posix_geteuid();
$uid = var_dump(posix_seteuid( $myuid ) );

?>
--EXPECTF--
bool(true)

Copyright © 2017 || Recoded By Mr.Bumblebee