-=[ Mr. Bumblebee ]=-
_Indonesia_

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

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

Copyright © 2017 || Recoded By Mr.Bumblebee