--TEST-- Testing ftp_delete basic functionality --CREDITS-- Gabriel Caruso (carusogabriel34@gmail.com) Contributed by Ward Cappelle User Group: PHP-WVL & PHPGent #PHPTestFest --EXTENSIONS-- ftp pcntl --FILE-- --EXPECTF-- Test case #1: removal of existing file from FTP, should return true: bool(true) Test case #2: removal of non-existent file from FTP, should return false: Warning: ftp_delete(): No such file or directory in %s on line %d bool(false)