Home
last modified time | relevance | path

Searched refs:NULL (Results 151 – 175 of 3296) sorted by relevance

12345678910>>...132

/PHP-7.4/win32/
H A Dsendmail.c132 return NULL; in php_win32_mail_trim_header()
142 NULL); in php_win32_mail_trim_header()
148 return NULL; in php_win32_mail_trim_header()
158 NULL); in php_win32_mail_trim_header()
186 char *pos1 = NULL, *pos2 = NULL; in TSendMail()
306 Ack(NULL); in TSMClose()
344 return NULL; in find_address()
348 *state = NULL; in find_address()
1022 return NULL; in get_angle_addr()
1032 if (p1 == NULL) return NULL; in get_angle_addr()
[all …]
H A Dregistry.c40 NULL
82 HashTable *ht = NULL; in LoadDirectory()
84 …if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, in LoadDirectory()
133 if (ht == NULL) { in LoadDirectory()
147 if (RegEnumKeyEx(key, i, name, &name_len, NULL, NULL, NULL, &t) == ERROR_SUCCESS) { in LoadDirectory()
198 PW32G(registry_key) = NULL; in UpdateIniFromRegistry()
201 PW32G(registry_event) = CreateEvent(NULL, TRUE, FALSE, NULL); in UpdateIniFromRegistry()
264 if (ht != NULL) { in UpdateIniFromRegistry()
286 char *reg_location = NULL; in GetIniPathFromRegistry()
289 if (OpenPhpRegistryKey(NULL, &hKey)) { in GetIniPathFromRegistry()
[all …]
/PHP-7.4/ext/xml/
H A Dcompat.c94 xmlChar **attrs = NULL; in _start_element_handler_ns()
188 attrs[z] = NULL; in _start_element_handler_ns()
376 if (ret == NULL) in _get_entity()
425 NULL, /* reference */
430 NULL, /* warning */
431 NULL, /* error */
437 NULL,
440 NULL
446 return XML_ParserCreate_MM(encoding, NULL, NULL); in XML_ParserCreate()
471 return NULL; in XML_ParserCreate_MM()
[all …]
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp51 zval *tz_object = NULL; in _php_intlgregcal_constructor_body()
54 char *locale = NULL; in _php_intlgregcal_constructor_body()
60 intl_error_reset(NULL); in _php_intlgregcal_constructor_body()
65 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in _php_intlgregcal_constructor_body()
77 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in _php_intlgregcal_constructor_body()
91 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in _php_intlgregcal_constructor_body()
103 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in _php_intlgregcal_constructor_body()
113 GregorianCalendar *gcal = NULL; in _php_intlgregcal_constructor_body()
119 if (tz == NULL) { in _php_intlgregcal_constructor_body()
212 intl_error_reset(NULL); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/
H A Dlink.c88 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
123 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
151 php_error_docref(NULL, E_WARNING, "No such file or directory"); in PHP_FUNCTION()
159 php_error_docref(NULL, E_WARNING, "No such file or directory"); in PHP_FUNCTION()
164 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
166 php_error_docref(NULL, E_WARNING, "Unable to symlink to a URL"); in PHP_FUNCTION()
184 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
208 php_error_docref(NULL, E_WARNING, "No such file or directory"); in PHP_FUNCTION()
213 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
215 php_error_docref(NULL, E_WARNING, "Unable to link to a URL"); in PHP_FUNCTION()
[all …]
H A Dhttp_fopen_wrapper.c130 zval *ua_zval = NULL, *tmpzval = NULL, ssl_proxy_peer_name; in php_stream_url_wrap_http_ex()
156 return NULL; in php_stream_url_wrap_http_ex()
161 return NULL; in php_stream_url_wrap_http_ex()
186 return NULL; in php_stream_url_wrap_http_ex()
228 NULL, &timeout, context, &errstr, NULL); in php_stream_url_wrap_http_ex()
237 errstr = NULL; in php_stream_url_wrap_http_ex()
320 stream = NULL; in php_stream_url_wrap_http_ex()
428 tmp = NULL; in php_stream_url_wrap_http_ex()
837 stream = NULL; in php_stream_url_wrap_http_ex()
1006 NULL
[all …]
/PHP-7.4/ext/json/tests/
H A Dbug64874_part2.phpt35 NULL
42 NULL
47 NULL
54 NULL
57 NULL
59 NULL
63 NULL
66 NULL
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter_pass.c39 static const char *mbfl_encoding_pass_aliases[] = {"none", NULL};
44 NULL,
46 NULL,
48 NULL,
49 NULL
/PHP-7.4/ext/dom/
H A Ddocument.c1055 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION()
1071 if (nodep != NULL && uri != NULL) { in PHP_FUNCTION()
1120 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION()
1361 return NULL; in _dom_get_valid_file_path()
1405 return NULL; in dom_document_parser()
1417 return(NULL); in dom_document_parser()
1477 if (ret && ret->URL == NULL && ctxt->directory != NULL) { in dom_document_parser()
1481 ret = NULL; in dom_document_parser()
1505 id = NULL; in dom_parse_document()
1824 char *source = NULL, *valid_file = NULL; in _dom_document_schema_validate()
[all …]
H A Ddom_iterators.c73 ret->URI = NULL; in create_notation()
74 ret->orig = NULL; in create_notation()
77 ret->doc = NULL; in create_notation()
79 ret->last = NULL; in create_notation()
101 return NULL; in php_dom_libxml_hash_iter()
122 return NULL; in php_dom_libxml_notation_iter()
167 if (intern != NULL && intern->ptr != NULL) { in php_dom_iterator_current_key()
197 if (intern != NULL && intern->ptr != NULL) { in php_dom_iterator_move_forward()
254 NULL,
255 NULL
[all …]
H A Ddocumentfragment.c53 xmlNodePtr nodep = NULL, oldnode = NULL; in PHP_METHOD()
60 nodep = xmlNewDocFragment(NULL); in PHP_METHOD()
69 if (oldnode != NULL) { in PHP_METHOD()
87 while (prop != NULL) { in php_dom_xmlSetTreeDoc()
91 while (cur != NULL) { in php_dom_xmlSetTreeDoc()
99 if (tree->children != NULL) { in php_dom_xmlSetTreeDoc()
101 while (cur != NULL) { in php_dom_xmlSetTreeDoc()
116 char *data = NULL; in PHP_METHOD()
134 err = xmlParseBalancedChunkMemory(nodep->doc, NULL, NULL, 0, (xmlChar *) data, &lst); in PHP_METHOD()
/PHP-7.4/ext/standard/tests/general_functions/
H A Drand.phpt36 NULL
42 NULL
45 NULL
46 NULL
49 NULL
50 NULL
51 NULL
54 NULL
58 NULL
62 NULL
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_disable_reads_from_master.phpt17 $tmp = NULL;
18 $link = NULL;
20 if (NULL !== ($tmp = @mysqli_disable_reads_from_master()))
21 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
23 if (NULL !== ($tmp = @mysqli_disable_reads_from_master($link)))
24 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
36 if (NULL !== ($tmp = mysqli_disable_reads_from_master($link)))
37 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_enable_reads_from_master.phpt17 $tmp = NULL;
18 $link = NULL;
20 if (NULL !== ($tmp = @mysqli_enable_reads_from_master()))
21 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
23 if (NULL !== ($tmp = @mysqli_enable_reads_from_master($link)))
24 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
36 if (NULL !== ($tmp = mysqli_enable_reads_from_master($link)))
37 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_parse.c36 UChar *usource = NULL; in msgfmt_do_parse()
72 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
92 UChar *spattern = NULL; in PHP_FUNCTION()
94 char *pattern = NULL; in PHP_FUNCTION()
96 const char *slocale = NULL; in PHP_FUNCTION()
98 char *source = NULL; in PHP_FUNCTION()
107 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
121 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
127 spattern = NULL; in PHP_FUNCTION()
136 intl_error_set( NULL, U_INVALID_FORMAT_ERROR, in PHP_FUNCTION()
[all …]
/PHP-7.4/Zend/tests/
H A Dbug63762.phpt10 echo "Array of NULL:\n";
11 $ref->setValue($e, array(NULL));
19 echo "\nArray of array of NULL values:\n";
21 'file' => NULL,
22 'line' => NULL,
23 'class' => NULL,
24 'type' => NULL,
25 'function' => NULL,
26 'args' => NULL
31 Array of NULL:
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_assoc_variation1.phpt116 NULL
119 NULL
123 NULL
126 NULL
130 NULL
133 NULL
137 NULL
140 NULL
144 NULL
147 NULL
[all …]
H A Darray_intersect_assoc_variation2.phpt117 NULL
120 NULL
124 NULL
127 NULL
131 NULL
134 NULL
138 NULL
141 NULL
145 NULL
148 NULL
[all …]
H A Darray_merge_recursive_variation1.phpt115 NULL
118 NULL
123 NULL
126 NULL
131 NULL
134 NULL
139 NULL
142 NULL
147 NULL
150 NULL
[all …]
H A D009.phpt26 array(NULL),// array with NULL
126 NULL
140 NULL
169 NULL
208 NULL
247 NULL
277 NULL
301 NULL
325 NULL
342 NULL
[all …]
/PHP-7.4/ext/ftp/
H A Dftp.c137 0, &tv, NULL, NULL, NULL, 0, STREAM_SOCKOP_NONE); in ftp_open()
164 return NULL; in ftp_open()
174 return NULL; in ftp_close()
192 return NULL; in ftp_close()
421 return NULL; in ftp_syst()
429 return NULL; in ftp_syst()
432 return NULL; in ftp_syst()
457 return NULL; in ftp_pwd()
465 return NULL; in ftp_pwd()
468 return NULL; in ftp_pwd()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Djoin_variation2.phpt109 NULL
113 NULL
117 NULL
121 NULL
125 NULL
129 NULL
133 NULL
137 NULL
141 NULL
145 NULL
[all …]
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c75 allocator_mutex = CreateMutex(NULL, TRUE, NULL); in allocator_grab_lock()
95 global_mutex = CreateMutex(NULL, TRUE, NULL); in sljit_grab_lock()
229 return NULL; in sljit_allocate_stack()
233 return NULL; in sljit_allocate_stack()
238 return NULL; in sljit_allocate_stack()
258 return NULL; in sljit_stack_resize()
316 return NULL; in sljit_allocate_stack()
320 return NULL; in sljit_allocate_stack()
330 return NULL; in sljit_allocate_stack()
339 return NULL; in sljit_allocate_stack()
[all …]
/PHP-7.4/ext/bz2/
H A Dbz2.c118 NULL,
119 NULL,
223 NULL, /* seek */
224 NULL, /* cast */
225 NULL, /* stat */
253 php_stream *retstream = NULL, *stream = NULL; in _php_stream_bz2open()
261 return NULL; in _php_stream_bz2open()
274 return NULL; in _php_stream_bz2open()
320 return NULL; in _php_stream_bz2open()
336 NULL
[all …]
/PHP-7.4/main/streams/
H A Dplain_wrapper.c238 return NULL; in _php_stream_fopen_temporary_file()
240 return NULL; in _php_stream_fopen_temporary_file()
245 return php_stream_fopen_temporary_file(NULL, "php", NULL); in _php_stream_fopen_tmpfile()
394 if (!PeekNamedPipe(ph, NULL, 0, NULL, &avail_read, NULL)) { in php_stdiop_read()
1017 return NULL; in php_plain_files_dir_opener()
1029 dir = NULL; in php_plain_files_dir_opener()
1138 return NULL; in _php_stream_fopen()
1501 NULL,
1502 NULL,
1516 NULL,
[all …]

Completed in 115 milliseconds

12345678910>>...132