Home
last modified time | relevance | path

Searched refs:FTP_TIMEOUT_SEC (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/ftp/tests/
H A Dftp_set_option_errors.phpt18 [ '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 Dftp_get_option.phpt17 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 Dftp_set_option.phpt16 var_dump(ftp_set_option($ftp, FTP_TIMEOUT_SEC, 10));
H A Dbug79100.phpt14 var_dump(ftp_set_option($ftp, FTP_TIMEOUT_SEC, 1));
/php-src/ext/ftp/
H A Dftp.stub.php35 const FTP_TIMEOUT_SEC = UNKNOWN; define

Completed in 6 milliseconds