Searched refs:FTP_TIMEOUT_SEC (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/ftp/tests/ |
H A D | ftp_set_option_errors.phpt | 18 [ 'option' => FTP_TIMEOUT_SEC, 'value' => 0 ], 19 [ 'option' => FTP_TIMEOUT_SEC, 'value' => '0' ], 32 Exception: ftp_set_option(): Argument #3 ($value) must be greater than 0 for the FTP_TIMEOUT_SEC op… 33 Exception: ftp_set_option(): Argument #3 ($value) must be of type int for the FTP_TIMEOUT_SEC optio… 36 Exception: ftp_set_option(): Argument #2 ($option) must be one of FTP_TIMEOUT_SEC, FTP_AUTOSEEK, or…
|
H A D | ftp_get_option.phpt | 17 var_dump(ftp_get_option($ftp, FTP_TIMEOUT_SEC)); 32 ftp_get_option(): Argument #2 ($option) must be one of FTP_TIMEOUT_SEC, FTP_AUTOSEEK, or FTP_USEPAS…
|
H A D | ftp_set_option.phpt | 16 var_dump(ftp_set_option($ftp, FTP_TIMEOUT_SEC, 10));
|
H A D | bug79100.phpt | 14 var_dump(ftp_set_option($ftp, FTP_TIMEOUT_SEC, 1));
|
/php-src/ext/ftp/ |
H A D | ftp.stub.php | 35 const FTP_TIMEOUT_SEC = UNKNOWN; define
|
Completed in 14 milliseconds