Home
last modified time | relevance | path

Searched refs:posix_uname (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/posix/tests/
H A Dposix_uname_error.phpt2 Test posix_uname() function : error conditions
9 /* Prototype : proto array posix_uname(void)
15 echo "*** Testing posix_uname() : error conditions ***\n";
18 echo "\n-- Testing posix_uname() function with one argument --\n";
20 var_dump( posix_uname($extra_arg) );
25 *** Testing posix_uname() : error conditions ***
27 -- Testing posix_uname() function with one argument --
29 Warning: posix_uname() expects exactly 0 parameters, 1 given in %s on line %d
H A Dposix_uname_basic.phpt2 Test posix_uname() function : basic functionality
11 $uname = posix_uname();
/PHP-5.5/ext/posix/
H A Dphp_posix.h79 PHP_FUNCTION(posix_uname);
H A Dposix.c262 PHP_FE(posix_uname, arginfo_posix_uname)
616 PHP_FUNCTION(posix_uname) in PHP_FUNCTION() argument

Completed in 8 milliseconds