Home
last modified time | relevance | path

Searched refs:NULL (Results 176 – 200 of 3296) sorted by relevance

12345678910>>...132

/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c189 rsrc->ptr = NULL; in finfo_resource_destructor()
256 NULL,
257 NULL,
258 NULL,
290 char *file = NULL; in PHP_FUNCTION()
310 finfo_obj->ptr = NULL; in PHP_FUNCTION()
315 file = NULL; in PHP_FUNCTION()
344 if (finfo->magic == NULL) { in PHP_FUNCTION()
436 char *ret_val = NULL, *buffer = NULL; in _php_finfo_get_type()
438 php_fileinfo *finfo = NULL; in _php_finfo_get_type()
[all …]
/PHP-7.4/win32/
H A Dcodepage.c43 return NULL; in php_win32_cp_to_w_int()
52 return NULL; in php_win32_cp_to_w_int()
58 return NULL; in php_win32_cp_to_w_int()
65 return NULL; in php_win32_cp_to_w_int()
103 return NULL;
118 return NULL; in php_win32_cp_conv_ascii_to_w()
162 return NULL; in php_win32_cp_conv_ascii_to_w()
224 return NULL; in php_win32_cp_from_w_int()
230 target_len = WideCharToMultiByte(cp, flags, in, tmp_len, NULL, 0, NULL, NULL); in php_win32_cp_from_w_int()
233 return NULL; in php_win32_cp_from_w_int()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dcommit_old.phpt118 NULL
120 NULL
122 NULL
124 NULL
129 NULL
131 NULL
133 NULL
135 NULL
140 NULL
142 NULL
[all …]
H A Dcommit_001.phpt128 NULL
130 NULL
132 NULL
134 NULL
139 NULL
141 NULL
143 NULL
145 NULL
150 NULL
152 NULL
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_env.c17 static char **fpm_env_argv = NULL;
88 if(getenv(name) != NULL) { in unsetenv()
98 environ[ct-1] = NULL; in unsetenv()
114 return NULL; in nvmatch()
131 fpm_env_argv[1] = NULL; in fpm_env_setproctitle()
212 char *first = NULL; in fpm_env_init_main()
213 char *last = NULL; in fpm_env_init_main()
228 if (first == NULL) { in fpm_env_init_main()
237 if (first == NULL) { in fpm_env_init_main()
245 if (first == NULL || last == NULL) { in fpm_env_init_main()
[all …]
/PHP-7.4/ext/shmop/
H A Dshmop.c100 NULL,
101 NULL,
102 NULL,
159 php_error_docref(NULL, E_WARNING, "%s is not a valid flag", flags); in PHP_FUNCTION()
189 php_error_docref(NULL, E_WARNING, "invalid access mode"); in PHP_FUNCTION()
211 php_error_docref(NULL, E_WARNING, "shared memory segment too large to attach"); in PHP_FUNCTION()
250 php_error_docref(NULL, E_WARNING, "start is out of range"); in PHP_FUNCTION()
255 php_error_docref(NULL, E_WARNING, "count is out of range"); in PHP_FUNCTION()
326 php_error_docref(NULL, E_WARNING, "trying to write to a read only segment"); in PHP_FUNCTION()
331 php_error_docref(NULL, E_WARNING, "offset out of range"); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/spl/tests/
H A Diterator_049.phpt2 SPL: ArrayIterator with NULL key
6 $ar = new ArrayIterator(array(NULL=>NULL));
18 NULL
23 NULL
H A Dbug70852.phpt2 Bug #70852 Segfault getting NULL offset of an ArrayObject
7 var_dump($y[NULL]);
8 var_dump($y[NULL]++);
13 NULL
16 NULL
/PHP-7.4/ext/ftp/
H A Dphp_ftp.c294 NULL,
295 NULL,
299 NULL,
300 NULL,
301 NULL,
1017 if (outstream == NULL) { in PHP_FUNCTION()
1083 if (outstream == NULL) { in PHP_FUNCTION()
1094 ftp->stream = NULL; in PHP_FUNCTION()
1104 ftp->stream = NULL; in PHP_FUNCTION()
1140 ftp->stream = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/
H A Dmail.c73 char *str = NULL; in PHP_FUNCTION()
282 char *to=NULL, *message=NULL; in PHP_FUNCTION()
283 char *subject=NULL; in PHP_FUNCTION()
284 zend_string *extra_cmd=NULL, *str_headers=NULL, *tmp_headers; in PHP_FUNCTION()
285 zval *headers = NULL; in PHP_FUNCTION()
467 char *tsm_errmsg = NULL; in php_mail()
539 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
553 if (extra_cmd != NULL) { in php_mail()
565 sig_handler = NULL; in php_mail()
570 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail()
[all …]
H A Dimage.c110 return NULL; in php_handle_gif()
113 return NULL; in php_handle_gif()
133 return NULL; in php_handle_psd()
136 return NULL; in php_handle_psd()
155 return NULL; in php_handle_bmp()
158 return NULL; in php_handle_bmp()
173 return NULL; in php_handle_bmp()
212 return NULL; in php_handle_swc()
216 return NULL; in php_handle_swc()
288 return NULL; in php_handle_swf()
[all …]
/PHP-7.4/ext/mbstring/
H A Dmbstring.c201 {0, NULL, NULL, NULL}
602 NULL,
611 { NULL, 0, NULL, NULL }
673 { NULL, 0, NULL, NULL }
716 list = NULL; in php_mb_parse_encoding_list()
2427 NULL, in PHP_FUNCTION()
2448 NULL, in PHP_FUNCTION()
3345 char *_from_encodings = NULL, *ret, *s_free = NULL; in PHP_FUNCTION()
4276 if (fld_name != NULL && fld_val != NULL) { in _php_mbstr_parse_mail_headers()
4324 if (fld_name != NULL && fld_val != NULL) { in _php_mbstr_parse_mail_headers()
[all …]
H A Dphp_mbregex.c101 return NULL; in php_mb_regex_globals_alloc()
408 return NULL; in _php_mb_regex_mbctype2name()
457 php_mb_regex_t *retval = NULL, *rc = NULL; in php_mbregex_compile_pattern()
464 return NULL; in php_mbregex_compile_pattern()
472 return NULL; in php_mbregex_compile_pattern()
945 if (re == NULL) { in _php_mb_regex_ereg_exec()
1425 char *arg_pattern = NULL, *arg_options = NULL; in _php_mb_regex_ereg_search_exec()
1457 str = NULL; in _php_mb_regex_ereg_search_exec()
1565 char *arg_pattern = NULL, *arg_options = NULL; in PHP_FUNCTION()
1720 syntax = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/gd/
H A Dgd_ctx.c60 ctx->data = NULL; in _php_image_stream_ctxfree()
72 ctx->data = NULL; in _php_image_stream_ctxfreeandclose()
83 char *file = NULL; in _php_image_output_ctx()
91 gdIOCtx *ctx = NULL; in _php_image_output_ctx()
92 zval *to_zval = NULL; in _php_image_output_ctx()
133 if (argc > 1 && to_zval != NULL) { in _php_image_output_ctx()
136 if (stream == NULL) { in _php_image_output_ctx()
147 if (stream == NULL) { in _php_image_output_ctx()
151 php_error_docref(NULL, E_WARNING, "Invalid 2nd parameter, it must a filename or a stream"); in _php_image_output_ctx()
154 } else if (argc > 1 && file != NULL) { in _php_image_output_ctx()
[all …]
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_format.c37 UChar* formatted = NULL; in msgfmt_do_format()
68 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
89 UChar *spattern = NULL; in PHP_FUNCTION()
91 char *pattern = NULL; in PHP_FUNCTION()
93 const char *slocale = NULL; in PHP_FUNCTION()
103 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
118 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
124 spattern = NULL; in PHP_FUNCTION()
133 intl_error_set( NULL, U_INVALID_FORMAT_ERROR, in PHP_FUNCTION()
146 char *msg = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/dom/
H A Dxpath.c146 curns = xmlNewNs(NULL, node->name, NULL); in dom_xpath_ext_function_php()
190 fci.object = NULL; in dom_xpath_ext_function_php()
266 if (ctx == NULL) { in PHP_METHOD()
297 xmlDoc *docp = NULL; in dom_xpath_document_read()
326 if (ctxp == NULL) { in PHP_FUNCTION()
369 if (ctxp == NULL) { in php_xpath_eval()
375 if (docp == NULL) { in php_xpath_eval()
399 if (ns != NULL) { in php_xpath_eval()
410 ctxp->node = NULL; in php_xpath_eval()
412 if (ns != NULL) { in php_xpath_eval()
[all …]
/PHP-7.4/ext/opcache/
H A Dshared_alloc_win32.c41 static HANDLE memfile = NULL, memory_mutex = NULL;
123 if (mapping_base == NULL) { in zend_shared_alloc_reattach()
157 if (mapping_base == NULL) { in zend_shared_alloc_reattach()
179 if (mapping_base == NULL) { in zend_shared_alloc_reattach()
218 if (memfile == NULL) { in create_segments()
228 memfile = NULL; in create_segments()
263 if (memfile == NULL) { in create_segments()
298 if (mapping_base == NULL) { in create_segments()
322 mapping_base = NULL; in detach_segment()
325 memfile = NULL; in detach_segment()
[all …]
/PHP-7.4/ext/iconv/
H A Diconv.c149 NULL,
150 NULL,
155 NULL,
156 NULL,
545 *out = NULL; in php_iconv_string()
584 result = iconv(cd, NULL, NULL, &out_p, &out_left); in php_iconv_string()
1304 if (iconv(cd, NULL, NULL, NULL, NULL) == (size_t)-1) { in _php_iconv_mime_encode()
1432 if (iconv(cd, NULL, NULL, NULL, NULL) == (size_t)-1) { in _php_iconv_mime_encode()
1926 if (spaces != NULL && encoded_word == NULL) { in _php_iconv_mime_decode()
2720 if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt): in php_iconv_stream_filter_append_bucket()
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_006.phpt50 NULL
53 NULL
56 NULL
59 NULL
62 NULL
65 NULL
68 NULL
71 NULL
74 NULL
77 NULL
[all …]
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug75402.phpt20 "id" character varying(64) NOT NULL,
21 "group_id" character varying(64) NOT NULL,
25 "stage" character varying(16) NOT NULL,
26 "status" character varying(64) NOT NULL,
27 "progress" integer NOT NULL,
28 "insert_datetime" timestamp(3) NOT NULL,
31 "life_hours" integer NOT NULL,
32 "family" character varying(32) NOT NULL,
34 "max_parallelism" integer NOT NULL,
35 "hidden" boolean NOT NULL,
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_variation1.phpt106 NULL
111 NULL
116 NULL
121 NULL
126 NULL
131 NULL
136 NULL
141 NULL
146 NULL
151 NULL
[all …]
H A Darray_merge_variation2.phpt106 NULL
111 NULL
116 NULL
121 NULL
126 NULL
131 NULL
136 NULL
141 NULL
146 NULL
151 NULL
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.h76 (v)->file.name = NULL; \
78 (v)->method.class = NULL; \
79 (v)->method.name = NULL; \
80 (v)->str = NULL; \
82 (v)->next = NULL; \
83 (v)->top = NULL; \
168 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, NULL, flags}
171 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##name, children, args, NULL, flags}
177 #define PHPDBG_END_COMMAND {NULL, 0, NULL, 0, '\0', NULL, NULL, NULL, NULL, 0}
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c89 __n = NULL; \
114 if (name == NULL && (node->ns == NULL || node->ns->prefix == NULL)) { in match_ns()
175 return NULL; in sxe_find_element_by_name()
225 return NULL; in sxe_get_element_by_name()
1079 if (node->children != NULL || node->prev != NULL || node->next != NULL) { in sxe_prop_is_empty()
1709 char *qname, *value = NULL, *nsuri = NULL; in SXE_METHOD()
1774 char *qname, *value = NULL, *nsuri = NULL; in SXE_METHOD()
2323 NULL
2461 if (intern != NULL && intern->node != NULL) { in php_sxe_iterator_current_key()
2664 NULL,
[all …]
/PHP-7.4/main/streams/
H A Dmemory.c50 assert(ms != NULL); in php_stream_memory_write()
83 assert(ms != NULL); in php_stream_memory_read()
648 return NULL; in php_stream_url_wrap_rfc2397()
661 return NULL; in php_stream_url_wrap_rfc2397()
673 return NULL; in php_stream_url_wrap_rfc2397()
688 return NULL; in php_stream_url_wrap_rfc2397()
701 return NULL; in php_stream_url_wrap_rfc2397()
721 return NULL; in php_stream_url_wrap_rfc2397()
737 return NULL; in php_stream_url_wrap_rfc2397()
777 NULL, /* stat */
[all …]

Completed in 136 milliseconds

12345678910>>...132