Home
last modified time | relevance | path

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

1234

/dports/lang/php73/php-7.3.33/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 int, float given in %s on line %d
106 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
113 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
120 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
127 Warning: posix_strerror() expects parameter 1 to be int, 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));
/dports/lang/php74/php-7.4.27/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 …]
/dports/sysutils/php74-posix/php-7.4.27/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 …]
/dports/sysutils/php73-posix/php-7.3.33/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 int, float given in %s on line %d
106 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
113 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
120 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
127 Warning: posix_strerror() expects parameter 1 to be int, 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));
/dports/www/mod_php73/php-7.3.33/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 int, float given in %s on line %d
106 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
113 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
120 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
127 Warning: posix_strerror() expects parameter 1 to be int, array given in %s on line %d
[all …]
/dports/www/mod_php74/php-7.4.27/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 …]
/dports/www/mod_php81/php-8.1.1/ext/posix/tests/
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
7 echo "*** Testing posix_strerror() : error conditions ***\n";
9 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
11 echo gettype( posix_strerror($errno) )."\n";
16 *** Testing posix_strerror() : error conditions ***
18 -- Testing posix_strerror() function with invalid error number --
/dports/lang/php81/php-8.1.1/ext/posix/tests/
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
7 echo "*** Testing posix_strerror() : error conditions ***\n";
9 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
11 echo gettype( posix_strerror($errno) )."\n";
16 *** Testing posix_strerror() : error conditions ***
18 -- Testing posix_strerror() function with invalid error number --
/dports/sysutils/php81-posix/php-8.1.1/ext/posix/tests/
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
7 echo "*** Testing posix_strerror() : error conditions ***\n";
9 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
11 echo gettype( posix_strerror($errno) )."\n";
16 *** Testing posix_strerror() : error conditions ***
18 -- Testing posix_strerror() function with invalid error number --
/dports/lang/php80/php-8.0.15/ext/posix/tests/
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
9 echo "*** Testing posix_strerror() : error conditions ***\n";
11 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
13 echo gettype( posix_strerror($errno) )."\n";
18 *** Testing posix_strerror() : error conditions ***
20 -- Testing posix_strerror() function with invalid error number --
/dports/sysutils/php80-posix/php-8.0.15/ext/posix/tests/
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
9 echo "*** Testing posix_strerror() : error conditions ***\n";
11 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
13 echo gettype( posix_strerror($errno) )."\n";
18 *** Testing posix_strerror() : error conditions ***
20 -- Testing posix_strerror() function with invalid error number --
/dports/www/mod_php80/php-8.0.15/ext/posix/tests/
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
9 echo "*** Testing posix_strerror() : error conditions ***\n";
11 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
13 echo gettype( posix_strerror($errno) )."\n";
18 *** Testing posix_strerror() : error conditions ***
20 -- Testing posix_strerror() function with invalid error number --
/dports/net/openntpd/openntpd-6.8p1/include/
H A Dstring.h49 posix_strerror(int errnum) in posix_strerror() function
57 #define strerror(errnum) posix_strerror(errnum)
/dports/security/lua-bcrypt/lua-bcrypt-2.1-4/include/
H A Dstring.h57 posix_strerror(int errnum) in posix_strerror() function
65 #define strerror(errnum) posix_strerror(errnum)
/dports/security/libressl-static/libressl-3.3.5/include/compat/
H A Dstring.h75 posix_strerror(int errnum)
83 #define strerror(errnum) posix_strerror(errnum)
/dports/security/libretls/libretls-3.4.2/include/compat/
H A Dstring.h75 posix_strerror(int errnum)
83 #define strerror(errnum) posix_strerror(errnum)
/dports/security/libressl/libressl-3.4.3/include/compat/
H A Dstring.h75 posix_strerror(int errnum)
83 #define strerror(errnum) posix_strerror(errnum)
/dports/emulators/citra/citra-ac98458e0/externals/libressl/include/compat/
H A Dstring.h75 posix_strerror(int errnum) in posix_strerror() function
83 #define strerror(errnum) posix_strerror(errnum)
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/include/compat/
H A Dstring.h75 posix_strerror(int errnum) in posix_strerror() function
83 #define strerror(errnum) posix_strerror(errnum)
/dports/www/obhttpd/libressl-3.4.1/include/compat/
H A Dstring.h75 posix_strerror(int errnum) in posix_strerror() function
83 #define strerror(errnum) posix_strerror(errnum)

1234