Home
last modified time | relevance | path

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

/PHP-7.1/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_strerror_variation1.phpt2 Test posix_strerror() function : usage variations
10 /* Prototype : proto string posix_strerror(int errno)
16 echo "*** Testing posix_strerror() : usage variations ***\n";
73 echo gettype( posix_strerror($value) )."\n";
79 *** Testing posix_strerror() : usage variations ***
93 Warning: posix_strerror() expects parameter 1 to be integer, float given in %s on line %d
106 Warning: posix_strerror() expects parameter 1 to be integer, array given in %s on line %d
113 Warning: posix_strerror() expects parameter 1 to be integer, array given in %s on line %d
120 Warning: posix_strerror() expects parameter 1 to be integer, array given in %s on line %d
127 Warning: posix_strerror() expects parameter 1 to be integer, array given in %s on line %d
[all …]
H A Dposix_kill_basic.phpt2 Test posix_kill(), posix_get_last_error and posix_strerror() functions : basic functionality
28 var_dump(posix_strerror($errno));
H A Dposix_times_basic.phpt18 var_dump(posix_strerror($errno));
/PHP-7.1/ext/posix/
H A Dphp_posix.h125 PHP_FUNCTION(posix_strerror);
H A Dposix.c313 PHP_FE(posix_strerror, arginfo_posix_strerror)
1438 PHP_FUNCTION(posix_strerror) in PHP_FUNCTION() argument

Completed in 17 milliseconds