Home
last modified time | relevance | path

Searched refs:ftp_exec (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/ftp/tests/
H A Dftp_exec_basic.phpt2 Testing ftp_exec returns true
17 var_dump(ftp_exec($ftp, 'ls -al'));
H A D005.phpt21 var_dump(ftp_exec($ftp, 'x'));
78 Warning: ftp_exec(): Command not implemented (5). in %s005.php on line %d
H A D007.phpt34 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 Dftp.h121 int ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len);
H A Dftp_arginfo.h204 ZEND_FUNCTION(ftp_exec);
243 ZEND_FE(ftp_exec, arginfo_ftp_exec)
H A Dftp.stub.php72 function ftp_exec(FTP\Connection $ftp, string $command): bool {}
H A Dphp_ftp.c312 PHP_FUNCTION(ftp_exec) in PHP_FUNCTION() argument
325 if (!ftp_exec(ftp, cmd, cmd_len)) { in PHP_FUNCTION()
H A Dftp.c493 ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len) in ftp_exec() function

Completed in 18 milliseconds