Searched refs:ftp_set_option (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/ftp/tests/ |
H A D | ftp_set_option_errors.phpt | 2 Testing ftp_set_option errors while setting up 17 ftp_set_option($ftp, FTP_TIMEOUT_SEC, 0); 23 ftp_set_option($ftp, FTP_TIMEOUT_SEC, '0'); 29 ftp_set_option($ftp, FTP_USEPASVADDRESS, ['1']); 35 ftp_set_option($ftp, FTP_AUTOSEEK, 'true'); 41 ftp_set_option($ftp, FOO_BAR, 1); 48 ftp_set_option(): Argument #3 ($value) must be greater than 0 for the FTP_TIMEOUT_SEC option 49 ftp_set_option(): Argument #3 ($value) must be of type int for the FTP_TIMEOUT_SEC option, string g… 50 ftp_set_option(): Argument #3 ($value) must be of type bool for the FTP_USEPASVADDRESS option, arra… 51 ftp_set_option(): Argument #3 ($value) must be of type bool for the FTP_AUTOSEEK option, string giv… [all …]
|
H A D | ftp_set_option.phpt | 2 Testing ftp_set_option basic functionality 15 var_dump(ftp_set_option($ftp, FTP_TIMEOUT_SEC, 10)); 16 var_dump(ftp_set_option($ftp, FTP_AUTOSEEK, false)); 17 var_dump(ftp_set_option($ftp, FTP_USEPASVADDRESS, true));
|
H A D | bug79100.phpt | 15 var_dump(ftp_set_option($ftp, FTP_TIMEOUT_SEC, 1));
|
H A D | ftp_fget_basic1.phpt | 17 ftp_set_option($ftp, FTP_AUTOSEEK, false);
|
H A D | ftp_nb_fget_basic1.phpt | 17 ftp_set_option($ftp, FTP_AUTOSEEK, false);
|
H A D | 007.phpt | 170 var_dump(ftp_set_option($ftp, 1, 2)); 214 ftp_set_option(): supplied resource is not a valid FTP Buffer resource
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 232 ZEND_FUNCTION(ftp_set_option); 273 ZEND_FE(ftp_set_option, arginfo_ftp_set_option)
|
H A D | ftp.stub.php | 131 function ftp_set_option($ftp, int $option, $value): bool {} function
|
H A D | php_ftp.c | 1283 PHP_FUNCTION(ftp_set_option) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds