Merge branch 'PHP-5.4'

By Stanislav Malyshev (1) and michelangelo (1)
* PHP-5.4:
  Adding a test for ext/posix/tests/posix_getegid_basic.phpt
  typo
This commit is contained in:
David Soria Parra 2012-06-10 17:08:10 +04:00
commit ff13501d33

View File

@ -0,0 +1,15 @@
--TEST--
Test function posix_getegid() by calling it with its expected arguments
--CREDITS--
Michelangelo van Dam dragonbe@gmail.com
#PHPTestFest Dutch PHP Conference 2012
--SKIPIF--
<?php
if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
?>
--FILE--
<?php
var_dump(posix_getegid());
?>
--EXPECTF--
int(%d)