Searched refs:ftp_exec (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/ftp/tests/ |
H A D | ftp_exec_basic.phpt | 2 Testing ftp_exec returns true 17 var_dump(ftp_exec($ftp, 'ls -al'));
|
H A D | 005.phpt | 21 var_dump(ftp_exec($ftp, 'x')); 78 Warning: ftp_exec(): Command not implemented (5). in %s005.php on line %d
|
H A D | 007.phpt | 34 var_dump(ftp_exec($ftp, 'x')); 186 ftp_exec(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
|
/php-src/ext/ftp/ |
H A D | ftp.h | 121 int ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len);
|
H A D | ftp_arginfo.h | 204 ZEND_FUNCTION(ftp_exec); 243 ZEND_FE(ftp_exec, arginfo_ftp_exec)
|
H A D | ftp.stub.php | 72 function ftp_exec(FTP\Connection $ftp, string $command): bool {}
|
H A D | php_ftp.c | 312 PHP_FUNCTION(ftp_exec) in PHP_FUNCTION() argument 325 if (!ftp_exec(ftp, cmd, cmd_len)) { in PHP_FUNCTION()
|
H A D | ftp.c | 493 ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len) in ftp_exec() function
|
Completed in 18 milliseconds