Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/tests/
H A Dftp_exec_basic.phpt2 Testing ftp_exec returns true
18 var_dump(ftp_exec($ftp, 'ls -al'));
H A D004.phpt26 var_dump(ftp_exec($ftp, array()));
61 Warning: ftp_exec() expects parameter 2 to be string, array given in %s004.php on line 19
H A D005.phpt22 var_dump(ftp_exec($ftp, 'x'));
53 Warning: ftp_exec(): Command not implemented (5). in %s005.php on line 15
H A D007.phpt18 var_dump(ftp_exec($ftp, 'x'));
63 Warning: ftp_exec(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
/PHP-7.4/ext/ftp/
H A Dphp_ftp.h47 PHP_FUNCTION(ftp_exec);
H A Dftp.h122 int ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len);
H A Dphp_ftp.c259 PHP_FE(ftp_exec, arginfo_ftp_exec)
552 PHP_FUNCTION(ftp_exec) in PHP_FUNCTION() argument
568 if (!ftp_exec(ftp, cmd, cmd_len)) { in PHP_FUNCTION()
H A Dftp.c486 ftp_exec(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len) in ftp_exec() function

Completed in 27 milliseconds