Home
last modified time | relevance | path

Searched refs:posix_get_last_error (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/posix/tests/
H A Dposix_get_last_error_error.phpt2 Test posix_get_last_error() function : error conditions
9 /* 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
H A Dposix_kill_basic.phpt2 Test posix_kill(), posix_get_last_error and posix_strerror() functions : basic functionality
25 $errno = posix_get_last_error();
H A Dposix_times_basic.phpt17 $errno= posix_get_last_error();
H A Dposix_strerror_error.phpt21 $errno = posix_get_last_error();
/PHP-5.5/ext/posix/
H A Dphp_posix.h117 PHP_FUNCTION(posix_get_last_error);
H A Dposix.c297 PHP_FE(posix_get_last_error, arginfo_posix_get_last_error)
298 PHP_FALIAS(posix_errno, posix_get_last_error, arginfo_posix_get_last_error)
1327 PHP_FUNCTION(posix_get_last_error) in PHP_FUNCTION() argument

Completed in 31 milliseconds