-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Test posix_getsid() function : basic functionality 
--SKIPIF--
<?php 
	if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); 
?>
--FILE--
<?php 
  echo "Basic test of posix_getsid function\n"; 
  
  $pid = posix_getpid();	
  $sid = posix_getsid($pid);
  
  var_dump($sid); 
  
?>
===DONE====
--EXPECTF--
Basic test of posix_getsid function
int(%d)
===DONE====
  

Copyright © 2017 || Recoded By Mr.Bumblebee