Lines Matching refs:NULL

39 static zend_class_entry *php_ftp_ce = NULL;
44 NULL,
45 NULL,
49 NULL,
50 NULL,
51 NULL,
77 obj->ftp = NULL; in ftp_object_create()
86 …zend_throw_error(NULL, "Cannot directly construct FTP\\Connection, use ftp_connect() or ftp_ssl_co… in ftp_object_get_constructor()
87 return NULL; in ftp_object_get_constructor()
120 ftp_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
243 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
266 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
288 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
313 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
338 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
380 if (NULL == (tmp = ftp_mkdir(ftp, dir, dir_len))) { in PHP_FUNCTION()
382 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
407 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
432 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
444 zval *z_ftp, *zresponse = NULL; in PHP_FUNCTION()
447 zend_string *response = NULL; in PHP_FUNCTION()
454 ret = ftp_alloc(ftp, size, zresponse ? &response : NULL); in PHP_FUNCTION()
482 if (NULL == (nlist = ftp_nlist(ftp, dir, dir_len))) { in PHP_FUNCTION()
509 if (NULL == (llist = ftp_list(ftp, dir, dir_len, recursive))) { in PHP_FUNCTION()
536 if (NULL == (llist = ftp_mlsd(ftp, dir, dir_len))) { in PHP_FUNCTION()
566 if (NULL == (syst = ftp_syst(ftp))) { in PHP_FUNCTION()
568 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
612 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
660 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
716 …tream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL); in PHP_FUNCTION()
717 if (outstream == NULL) { in PHP_FUNCTION()
718 …tstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
720 if (outstream != NULL) { in PHP_FUNCTION()
730 …tstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
733 if (outstream == NULL) { in PHP_FUNCTION()
734 php_error_docref(NULL, E_WARNING, "Error opening %s", local); in PHP_FUNCTION()
742 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
778 …tream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL); in PHP_FUNCTION()
779 if (outstream == NULL) { in PHP_FUNCTION()
780 …tstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
782 if (outstream != NULL) { in PHP_FUNCTION()
792 …tstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
795 if (outstream == NULL) { in PHP_FUNCTION()
796 php_error_docref(NULL, E_WARNING, "Error opening %s", local); in PHP_FUNCTION()
806 ftp->stream = NULL; in PHP_FUNCTION()
809 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
816 ftp->stream = NULL; in PHP_FUNCTION()
836 php_error_docref(NULL, E_WARNING, "No nbronous transfer to continue"); in PHP_FUNCTION()
848 ftp->stream = NULL; in PHP_FUNCTION()
852 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
897 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
949 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
976 …ream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) { in PHP_FUNCTION()
1001 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
1028 …ream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) { in PHP_FUNCTION()
1035 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
1062 …ream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) { in PHP_FUNCTION()
1092 ftp->stream = NULL; in PHP_FUNCTION()
1096 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
1155 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
1180 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
1205 php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf); in PHP_FUNCTION()
1229 obj->ftp = NULL; in PHP_FUNCTION()