Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/tests/
H A Dbug27809.phpt2 Bug #27809 (ftp_systype returns null)
16 var_dump(ftp_systype($ftp));
H A Dbug80901.phpt17 ftp_systype($ftp);
22 Warning: ftp_systype(): ***************************************************************************…
H A Dbug79100.phpt16 ftp_systype($ftp);
22 Warning: ftp_systype(): %rConnection|Operation%r timed out in %s on line %d
H A D004.phpt16 var_dump(ftp_systype($ftp));
28 var_dump(ftp_systype($ftp, 0));
64 Warning: ftp_systype() expects exactly 1 parameter, 2 given in %s004.php on line 21
H A D005.phpt31 var_dump(ftp_systype($ftp));
78 Warning: ftp_systype(): Command not implemented (8). in %s005.php on line 24
H A D007.phpt27 var_dump(ftp_systype($ftp));
90 Warning: ftp_systype(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
/PHP-7.4/ext/ftp/
H A Dphp_ftp.h56 PHP_FUNCTION(ftp_systype);
H A Dphp_ftp.c268 PHP_FE(ftp_systype, arginfo_ftp_systype)
820 PHP_FUNCTION(ftp_systype) in PHP_FUNCTION() argument

Completed in 17 milliseconds