File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -809,7 +809,7 @@ PHP_FUNCTION(ftp_nb_get)
809809}
810810/* }}} */ 
811811
812- /* {{{ Continues retrieving/sending  a file nbronously  */ 
812+ /* {{{ Continues to retrieve or send  a file in non-blocking mode  */ 
813813PHP_FUNCTION (ftp_nb_continue )
814814{
815815	zval 		* z_ftp ;
@@ -822,7 +822,7 @@ PHP_FUNCTION(ftp_nb_continue)
822822	GET_FTPBUF (ftp , z_ftp );
823823
824824	if  (!ftp -> nb ) {
825- 		php_error_docref (NULL , E_WARNING , "No nbronous  transfer to continue" );
825+ 		php_error_docref (NULL , E_WARNING , "No non-blocking  transfer to continue" );
826826		RETURN_LONG (PHP_FTP_FAILED );
827827	}
828828
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ int(-1)
8585Warning: ftp_mkdir(): Command not implemented (7). in %s005.php on line %d
8686bool(false)
8787
88- Warning: ftp_nb_continue(): No nbronous  transfer to continue in %s005.php  on line %d
88+ Warning: ftp_nb_continue(): No non-blocking  transfer to continue in %s  on line %d
8989int(0)
9090ftp_nb_fget(): Argument #4 ($mode) must be either FTP_ASCII or FTP_BINARY
9191ftp_nb_fput(): Argument #4 ($mode) must be either FTP_ASCII or FTP_BINARY
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments