Home
last modified time | relevance | path

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

/PHP-5.5/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
9 /* Prototype : proto string posix_strerror(int errno)
15 echo "*** Testing posix_strerror() : usage variations ***\n";
72 echo gettype( posix_strerror($value) )."\n";
78 *** Testing posix_strerror() : usage variations ***
103 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
110 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
117 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
124 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
131 Warning: posix_strerror() expects parameter 1 to be long, 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-5.5/ext/posix/
H A Dphp_posix.h118 PHP_FUNCTION(posix_strerror);
H A Dposix.c299 PHP_FE(posix_strerror, arginfo_posix_strerror)
1337 PHP_FUNCTION(posix_strerror) in PHP_FUNCTION() argument

Completed in 72 milliseconds