Home
last modified time | relevance | path

Searched refs:NULL (Results 101 – 125 of 2763) sorted by relevance

12345678910>>...111

/PHP-8.1/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt123 NULL
125 NULL
138 NULL
140 NULL
142 NULL
144 NULL
157 NULL
159 NULL
161 NULL
163 NULL
[all …]
/PHP-8.1/ext/standard/tests/array/
H A Darray_merge.phpt115 NULL
127 NULL
135 NULL
192 NULL
206 NULL
216 NULL
271 NULL
285 NULL
295 NULL
352 NULL
[all …]
H A Darray_map_variation10.phpt27 echo "-- anonymous function with NULL body --\n";
30 echo "-- passing NULL as 'array1' --\n";
67 -- anonymous function with NULL parameter --
70 NULL
72 NULL
74 NULL
76 -- anonymous function with NULL body --
79 NULL
81 NULL
83 NULL
[all …]
/PHP-8.1/ext/mbstring/
H A Dmb_gpc.c46 char *res = NULL, *separator=NULL; in ZEND_EXTERN_MODULE_GLOBALS()
180 char *strtok_buf = NULL, **val_list = NULL; in _php_mb_encoding_handler_ex()
215 strtok_buf = NULL; in _php_mb_encoding_handler_ex()
253 from_encoding = NULL; in _php_mb_encoding_handler_ex()
255 if (identd != NULL) { in _php_mb_encoding_handler_ex()
276 convd = NULL; in _php_mb_encoding_handler_ex()
279 if (convd != NULL) { in _php_mb_encoding_handler_ex()
321 if (convd != NULL){ in _php_mb_encoding_handler_ex()
328 if (convd != NULL) { in _php_mb_encoding_handler_ex()
332 if (val_list != NULL) { in _php_mb_encoding_handler_ex()
[all …]
/PHP-8.1/ext/tidy/tests/
H A D012.phpt54 NULL
99 NULL
101 NULL
272 NULL
311 NULL
313 NULL
331 NULL
411 NULL
413 NULL
431 NULL
[all …]
/PHP-8.1/sapi/fuzzer/
H A Dfuzzer-sapi.c89 return NULL; in read_cookies()
109 NULL, /* activate */
110 NULL, /* deactivate */
114 NULL, /* get uid */
115 NULL, /* getenv */
119 NULL, /* header handler */
187 EG(exception) = NULL; in fuzzer_request_shutdown()
196 php_request_shutdown(NULL); in fuzzer_request_shutdown()
239 SG(request_info).argv=NULL; in fuzzer_do_request_from_buffer()
261 zend_execute(op_array, NULL); in fuzzer_do_request_from_buffer()
[all …]
/PHP-8.1/ext/xsl/
H A Dxsltprocessor.c40 return NULL; in php_xsl_xslt_string_to_xpathexpr()
73 return NULL; in php_xsl_xslt_make_params()
88 params[i++] = NULL; in php_xsl_xslt_make_params()
97 zval *args = NULL; in xsl_ext_function_php()
189 curns = xmlNewNs(NULL, node->name, NULL); in xsl_ext_function_php()
231 if (obj == NULL || obj->stringval == NULL) { in xsl_ext_function_php()
320 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_METHOD()
422 return NULL; in php_xsl_apply_stylesheet()
430 return NULL; in php_xsl_apply_stylesheet()
435 f = NULL; in php_xsl_apply_stylesheet()
[all …]
/PHP-8.1/main/streams/
H A Duserspace.c318 return NULL; in user_wrapper_opener()
341 return NULL; in user_wrapper_opener()
675 0, NULL); in php_userstreamop_read()
712 0, NULL); in php_userstreamop_close()
740 0, NULL); in php_userstreamop_flush()
806 0, NULL); in php_userstreamop_seek()
876 0, NULL); in php_userstreamop_stat()
971 0, NULL, NULL, NULL)) in php_userstreamop_set_option()
1396 0, NULL); in php_userstreamop_readdir()
1428 0, NULL); in php_userstreamop_closedir()
[all …]
/PHP-8.1/ext/ldap/
H A Dldap.c393 zend_string *tmpstring = NULL, **tmpstrings1 = NULL, **tmpstrings2 = NULL; in _php_ldap_control_from_array()
1121 char *wallet = NULL, *walletpasswd = NULL; in PHP_FUNCTION()
1279 NULL, NULL, /* no controls right now */ in PHP_FUNCTION()
3862 ldap_set_rebind_proc(ld->link, NULL, NULL); in PHP_FUNCTION()
4017 zval *link, *retdata = NULL, *retoid = NULL; in PHP_FUNCTION()
4088 NULL, in PHP_FUNCTION()
4125 LDAPControl *ctrl, **lserverctrls = NULL, *requestctrls[2] = { NULL, NULL }; in PHP_FUNCTION()
4289 NULL,
4290 NULL,
4295 NULL,
[all …]
/PHP-8.1/ext/spl/tests/
H A DSplFixedArray_setSize_destruct.phpt35 NULL
37 NULL
39 NULL
41 NULL
48 NULL
50 NULL
52 NULL
54 NULL
/PHP-8.1/ext/dba/libinifile/
H A Dinifile.c87 return NULL; in inifile_alloc()
137 return NULL; in inifile_key_string()
149 return NULL; in etrim()
169 while ((fline = php_stream_gets(dba->fp, NULL, 0)) != NULL) { in inifile_read()
242 line_type ln = {{NULL,NULL},{NULL},0}; in inifile_fetch()
293 line_type ln = {{NULL,NULL},{NULL},0}; in inifile_nextkey()
333 line_type ln = {{NULL,NULL},{NULL},0}; in inifile_find_group()
362 line_type ln = {{NULL,NULL},{NULL},0}; in inifile_next_group()
384 *ini_copy = NULL; in inifile_copy_to()
413 line_type ln = {{NULL,NULL},{NULL},0}; in inifile_filter()
[all …]
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_jp_2004.c36 static const char *mbfl_encoding_eucjp2004_aliases[] = {"EUC_JP-2004", NULL};
47 NULL
54 NULL,
57 NULL,
64 NULL,
67 NULL,
H A Dmbfilter_utf8_mobile.c53 NULL
60 NULL,
65 NULL
77 NULL
89 NULL
96 NULL,
99 NULL,
106 NULL,
109 NULL,
116 NULL,
[all …]
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat.c33 UChar* spattern = NULL; in msgfmt_ctor()
38 intl_error_reset( NULL ); in msgfmt_ctor()
48 if (error_handling != NULL) { in msgfmt_ctor()
62 spattern = NULL; in msgfmt_ctor()
90 char *msg = NULL; in msgfmt_ctor()
112 if (msgfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, NULL, NULL) == FAILURE) { in PHP_FUNCTION()
142 zval* object = NULL; in PHP_FUNCTION()
143 MessageFormatter_object* mfo = NULL; in PHP_FUNCTION()
162 zend_string* message = NULL; in PHP_FUNCTION()
163 zval* object = NULL; in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/iconv/
H A Diconv.c73 NULL,
74 NULL,
79 NULL,
80 NULL,
448 *out = NULL; in php_iconv_string()
1057 if (iconv(cd, NULL, NULL, NULL, NULL) == (size_t)-1) { in _php_iconv_mime_encode()
1165 if (iconv(cd, NULL, NULL, NULL, NULL) == (size_t)-1) { in _php_iconv_mime_encode()
1656 if (spaces != NULL && encoded_word == NULL) { in _php_iconv_mime_decode()
2449 if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt): in php_iconv_stream_filter_append_bucket()
2594 char *from_charset = NULL, *to_charset = NULL; in php_iconv_stream_filter_factory_create()
[all …]
/PHP-8.1/ext/standard/tests/math/
H A Dmt_srand_basic.phpt5 // Should return NULL if given anything that it can convert to long
16 NULL
17 NULL
20 NULL
21 NULL
22 NULL
23 NULL
24 NULL
H A Dsrand_basic.phpt7 // Should return NULL if given anything that it can convert to long
19 NULL
20 NULL
23 NULL
24 NULL
25 NULL
26 NULL
27 NULL
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c723 …if (!CertGetCertificateChain(NULL, cert_ctx, NULL, NULL, &chain_params, chain_flags, NULL, &cert_c… in php_openssl_win_cert_verify_callback()
847 cert = PEM_read_bio_X509(buffer, NULL, 0, NULL); in php_openssl_load_stream_cafile()
1274 DH *dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); in php_openssl_set_server_dh_param()
1417 return NULL; in php_openssl_create_sni_server_ctx()
1424 return NULL; in php_openssl_create_sni_server_ctx()
1596 return NULL; in php_openssl_alpn_protos_parse()
2625 return NULL; in php_openssl_get_url_name()
2630 return NULL; in php_openssl_get_url_name()
2652 return NULL; in php_openssl_get_url_name()
2692 return NULL; in php_openssl_ssl_socket_factory()
[all …]
/PHP-8.1/Zend/tests/
H A Dlist_003.phpt6 list($a) = NULL;
20 NULL
21 NULL
22 NULL
23 NULL
24 NULL
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c52 lock = CreateMutex(NULL, FALSE, NULL); in allocator_grab_lock()
180 return NULL; in sljit_allocate_stack()
184 return NULL; in sljit_allocate_stack()
189 return NULL; in sljit_allocate_stack()
209 return NULL; in sljit_stack_resize()
245 return NULL; in sljit_allocate_stack()
249 return NULL; in sljit_allocate_stack()
259 return NULL; in sljit_allocate_stack()
268 return NULL; in sljit_allocate_stack()
276 return NULL; in sljit_allocate_stack()
[all …]
/PHP-8.1/ext/intl/normalizer/
H A Dnormalizer_normalize.c54 return NULL; in intl_get_normalizer()
82 char* input = NULL; in PHP_FUNCTION()
87 UChar* uinput = NULL; in PHP_FUNCTION()
92 UChar* uret_buf = NULL; in PHP_FUNCTION()
99 intl_error_reset( NULL ); in PHP_FUNCTION()
208 intl_error_set( NULL, status, in PHP_FUNCTION()
221 char* input = NULL; in PHP_FUNCTION()
226 UChar* uinput = NULL; in PHP_FUNCTION()
232 intl_error_reset( NULL ); in PHP_FUNCTION()
304 char* input = NULL; in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/dom/
H A Delement.c36 xmlNodePtr nodep = NULL, oldnode = NULL; in PHP_METHOD()
38 char *name, *value = NULL, *uri = NULL; in PHP_METHOD()
39 char *localname = NULL, *prefix = NULL; in PHP_METHOD()
60 if (nodep != NULL && uri != NULL) { in PHP_METHOD()
178 if (ns != NULL) { in dom_get_dom1_attribute()
190 return NULL; in dom_get_dom1_attribute()
439 if (attrp->doc == NULL && nodep->doc != NULL) { in PHP_METHOD()
515 dom_namednode_iter(intern, 0, namednode, NULL, local, NULL); in PHP_METHOD()
567 return NULL; in _dom_new_reconNs()
610 char *localname = NULL, *prefix = NULL; in PHP_METHOD()
[all …]
/PHP-8.1/ext/intl/
H A Dintl_data.h34 zval* object = NULL; \
35 oclass##_object* obj = NULL; \
36 intl_error_reset( NULL );
48 intl_error_set_code( NULL, (err) ); \
51 intl_error_set_custom_msg( NULL, msg, 0 ); \
57 intl_error_set_code( NULL, (err) ); \
60 intl_error_set_custom_msg( NULL, msg, 0 ); \
67 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) ); \
76 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) ); \
86 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) ); \
[all …]
/PHP-8.1/ext/com_dotnet/
H A Dcom_com.c37 zend_string *user_name = NULL, *password = NULL, *domain_name = NULL; in PHP_METHOD()
43 ITypeLib *TL = NULL; in PHP_METHOD()
190 qi.pItf = NULL; in PHP_METHOD()
253 if (SUCCEEDED(ITypeLib_GetDocumentation(TL, -1, &name, NULL, NULL, NULL))) { in PHP_METHOD()
344 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper()
389 msg = NULL; in php_com_invoke_helper()
451 zend_hash_init(obj->id_of_name_cache, 2, NULL, NULL, 0); in php_com_get_id_of_name()
467 VARIANT *vargs = NULL, *byref_vals = NULL; in php_com_do_invoke_byref()
641 char *msg = NULL; in php_com_do_invoke()
690 char *dispname = NULL, *typelibname = NULL; in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/standard/
H A Dfsock.c33 zval *zerrno = NULL, *zerrstr = NULL; in php_fsockopen_stream()
42 char *hashkey = NULL; in php_fsockopen_stream()
43 php_stream *stream = NULL; in php_fsockopen_stream()
45 char *hostname = NULL; in php_fsockopen_stream()
47 zend_string *errstr = NULL; in php_fsockopen_stream()
86 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); in php_fsockopen_stream()
91 if (stream == NULL) { in php_fsockopen_stream()
92 …php_error_docref(NULL, E_WARNING, "Unable to connect to %s:" ZEND_LONG_FMT " (%s)", host, port, er… in php_fsockopen_stream()
99 if (stream == NULL) { in php_fsockopen_stream()

Completed in 100 milliseconds

12345678910>>...111