Searched refs:ftp_exec (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/ftp/tests/ |
H A D | ftp_exec_basic.phpt | 2 Testing ftp_exec returns true 18 var_dump(ftp_exec($ftp, 'ls -al'));
|
H A D | 005.phpt | 22 var_dump(ftp_exec($ftp, 'x')); 79 Warning: ftp_exec(): Command not implemented (5). in %s005.php on line %d
|
H A D | 007.phpt | 35 var_dump(ftp_exec($ftp, 'x')); 187 ftp_exec(): supplied resource is not a valid FTP Buffer resource
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 205 ZEND_FUNCTION(ftp_exec); 245 ZEND_FE(ftp_exec, arginfo_ftp_exec)
|
H A D | ftp.h | 120 int ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len);
|
H A D | ftp.stub.php | 26 function ftp_exec($ftp, string $command): bool {} function
|
H A D | php_ftp.c | 293 PHP_FUNCTION(ftp_exec) in PHP_FUNCTION() argument 309 if (!ftp_exec(ftp, cmd, cmd_len)) { in PHP_FUNCTION()
|
H A D | ftp.c | 473 ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len) in ftp_exec() function
|
Completed in 21 milliseconds