Home
last modified time | relevance | path

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

/PHP-8.0/ext/ftp/tests/
H A Dftp_exec_basic.phpt2 Testing ftp_exec returns true
18 var_dump(ftp_exec($ftp, 'ls -al'));
H A D005.phpt22 var_dump(ftp_exec($ftp, 'x'));
79 Warning: ftp_exec(): Command not implemented (5). in %s005.php on line %d
H A D007.phpt35 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 Dftp_arginfo.h205 ZEND_FUNCTION(ftp_exec);
245 ZEND_FE(ftp_exec, arginfo_ftp_exec)
H A Dftp.h120 int ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len);
H A Dftp.stub.php26 function ftp_exec($ftp, string $command): bool {} function
H A Dphp_ftp.c293 PHP_FUNCTION(ftp_exec) in PHP_FUNCTION() argument
309 if (!ftp_exec(ftp, cmd, cmd_len)) { in PHP_FUNCTION()
H A Dftp.c473 ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len) in ftp_exec() function

Completed in 21 milliseconds