Searched refs:ftp_systype (Results 1 – 8 of 8) sorted by relevance
2 Bug #27809 (ftp_systype returns null)15 var_dump(ftp_systype($ftp));
14 ftp_systype($ftp);19 Warning: ftp_systype(): ***************************************************************************…
15 ftp_systype($ftp);21 Warning: ftp_systype(): %rConnection|Operation%r timed out in %s on line %d
56 var_dump(ftp_systype($ftp));93 Warning: ftp_systype(): Command not implemented (8). in %s005.php on line %d
79 var_dump(ftp_systype($ftp));195 ftp_systype(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
213 ZEND_FUNCTION(ftp_systype);252 ZEND_FE(ftp_systype, arginfo_ftp_systype)
104 function ftp_systype(FTP\Connection $ftp): string|false {}
544 PHP_FUNCTION(ftp_systype) in PHP_FUNCTION() argument
Completed in 14 milliseconds