-=[ Mr. Bumblebee ]=-
_Indonesia_

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

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

Copyright © 2017 || Recoded By Mr.Bumblebee