Searched refs:posix_get_last_error (Results 1 – 6 of 6) sorted by relevance
2 Test posix_get_last_error() function : error conditions9 /* Prototype : proto int posix_get_last_error(void)15 echo "*** Testing posix_get_last_error() : error conditions ***\n";18 echo "\n-- Testing posix_get_last_error() function with one argument --\n";20 var_dump( posix_get_last_error($extra_arg) );25 *** Testing posix_get_last_error() : error conditions ***27 -- Testing posix_get_last_error() function with one argument --29 Warning: posix_get_last_error() expects exactly 0 parameters, 1 given in %s on line %d
2 Test posix_kill(), posix_get_last_error and posix_strerror() functions : basic functionality25 $errno = posix_get_last_error();
17 $errno= posix_get_last_error();
21 $errno = posix_get_last_error();
121 PHP_FUNCTION(posix_get_last_error);
309 PHP_FE(posix_get_last_error, arginfo_posix_get_last_error)310 PHP_FALIAS(posix_errno, posix_get_last_error, arginfo_posix_get_last_error)1454 PHP_FUNCTION(posix_get_last_error) in PHP_FUNCTION() argument
Completed in 60 milliseconds