Searched refs:posix_uname (Results 1 – 4 of 4) sorted by relevance
2 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
2 Test posix_uname() function : basic functionality 11 $uname = posix_uname();
79 PHP_FUNCTION(posix_uname);
262 PHP_FE(posix_uname, arginfo_posix_uname)616 PHP_FUNCTION(posix_uname) in PHP_FUNCTION() argument
Completed in 9 milliseconds