Home
last modified time | relevance | path

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

/PHP-5.3/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.phpt27 var_dump(ftp_exec($ftp, array()));
65 Warning: ftp_exec() expects parameter 2 to be string, array given in %s004.php on line 20
H A D005.phpt22 var_dump(ftp_exec($ftp, 'x'));
53 Warning: ftp_exec(): Command not implemented (5). in %s005.php on line 15
/PHP-5.3/ext/ftp/
H A Dphp_ftp.h45 PHP_FUNCTION(ftp_exec);
H A Dftp.h122 int ftp_exec(ftpbuf_t *ftp, const char *cmd);
H A Dphp_ftp.c253 PHP_FE(ftp_exec, arginfo_ftp_exec)
507 PHP_FUNCTION(ftp_exec) in PHP_FUNCTION() argument
521 if (!ftp_exec(ftp, cmd)) { in PHP_FUNCTION()
H A Dftp.c443 ftp_exec(ftpbuf_t *ftp, const char *cmd) in ftp_exec() function

Completed in 14 milliseconds