Home
last modified time | relevance | path

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

/PHP-7.4/ext/posix/tests/
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
9 /* Prototype : proto string posix_strerror(int errno)
15 echo "*** Testing posix_strerror() : error conditions ***\n";
17 echo "\n-- Testing posix_strerror() function with Zero arguments --\n";
18 var_dump( posix_strerror() );
23 var_dump( posix_strerror($errno, $extra_arg) );
25 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
27 echo gettype( posix_strerror($errno) )."\n";
32 *** Testing posix_strerror() : error conditions ***
34 -- Testing posix_strerror() function with Zero arguments --
[all …]
H A Dposix_times_basic.phpt18 var_dump(posix_strerror($errno));
/PHP-7.4/ext/posix/
H A Dphp_posix.h122 PHP_FUNCTION(posix_strerror);
H A Dposix.c306 PHP_FE(posix_strerror, arginfo_posix_strerror)
1482 PHP_FUNCTION(posix_strerror) in PHP_FUNCTION() argument

Completed in 8 milliseconds