Home
last modified time | relevance | path

Searched refs:NULL (Results 126 – 150 of 3962) sorted by relevance

12345678910>>...159

/PHP-7.0/ext/standard/
H A Dlink_win32.c109 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
139 if (pCreateSymbolicLinkA == NULL) { in PHP_FUNCTION()
140 php_error_docref(NULL, E_WARNING, "Can't call CreateSymbolicLinkA"); in PHP_FUNCTION()
153 php_error_docref(NULL, E_WARNING, "No such file or directory"); in PHP_FUNCTION()
161 php_error_docref(NULL, E_WARNING, "No such file or directory"); in PHP_FUNCTION()
168 php_error_docref(NULL, E_WARNING, "Unable to symlink to a URL"); in PHP_FUNCTION()
216 php_error_docref(NULL, E_WARNING, "No such file or directory"); in PHP_FUNCTION()
223 php_error_docref(NULL, E_WARNING, "Unable to link to a URL"); in PHP_FUNCTION()
236 ret = CreateHardLinkA(topath, frompath, NULL); in PHP_FUNCTION()
238 ret = CreateHardLinkA(dest_p, source_p, NULL); in PHP_FUNCTION()
[all …]
H A Dmail.c81 char *str = NULL; in PHP_FUNCTION()
103 char *to=NULL, *message=NULL; in PHP_FUNCTION()
104 char *subject=NULL; in PHP_FUNCTION()
105 zend_string *extra_cmd=NULL, *headers=NULL, *headers_trimmed=NULL; in PHP_FUNCTION()
270 char *tsm_errmsg = NULL; in php_mail()
341 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
355 if (extra_cmd != NULL) { in php_mail()
367 sig_handler = NULL; in php_mail()
372 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail()
380 if (extra_cmd != NULL) { in php_mail()
[all …]
H A Ddir.c113 {NULL, NULL, NULL}
132 DIRG(default_dir) = NULL; in PHP_RINIT_FUNCTION()
145 ts_allocate_id(&dir_globals_id, sizeof(php_dir_globals), NULL, NULL); in PHP_MINIT_FUNCTION()
223 zval *zcontext = NULL; in _php_do_opendir()
235 if (dirp == NULL) { in _php_do_opendir()
289 php_set_default_dir(NULL); in PHP_FUNCTION()
351 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
355 BG(CurrentLStatFile) = NULL; in PHP_FUNCTION()
367 char *ret=NULL; in PHP_FUNCTION()
438 char *pattern = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/soap/
H A Dphp_schema.c71 enc_ptr = NULL; in create_encoder()
123 if (ns == NULL && new_tns != NULL) { in schema_load_file()
277 schema_group(ctx->sdl, tns, trav, NULL, NULL); in load_schema()
281 schema_element(ctx->sdl, tns, trav, NULL, NULL); in load_schema()
1733 xmlAttrPtr attr, name, ref = NULL, type = NULL; in schema_attribute()
2082 return NULL; in schema_find_by_ref()
2094 if (tmp->name != NULL && attr->name == NULL) { in schema_attribute_fixup()
2097 if (tmp->namens != NULL && attr->namens == NULL) { in schema_attribute_fixup()
2100 if (tmp->def != NULL && attr->def == NULL) { in schema_attribute_fixup()
2103 if (tmp->fixed != NULL && attr->fixed == NULL) { in schema_attribute_fixup()
[all …]
H A Dphp_http.c237 NULL, NULL); in http_connect()
267 stream = NULL; in http_connect()
425 stream = NULL; in make_http_soap_request()
446 if (phpurl == NULL || phpurl->host == NULL) { in make_http_soap_request()
513 stream = NULL; in make_http_soap_request()
966 if (eqpos != NULL && (sempos == NULL || sempos > eqpos)) { in make_http_soap_request()
1106 if (new_url->scheme == NULL && new_url->path != NULL) { in make_http_soap_request()
1323 add_soap_fault(this_ptr, "HTTP", http_msg, NULL, NULL); in make_http_soap_request()
1371 return NULL; in get_http_header_value()
1507 return NULL; in get_http_body()
[all …]
/PHP-7.0/ext/dom/tests/
H A Dbug28721.phpt20 echo "NULL\n";
124 parent: NULL
156 parent: NULL
190 parent: NULL
222 parent: NULL
255 parent: NULL
287 parent: NULL
314 parent: NULL
366 parent: NULL
373 parent: NULL
[all …]
/PHP-7.0/tests/output/
H A Dob_implicit_flush_variation_001.phpt68 'uppercase NULL' => NULL,
110 NULL
113 NULL
116 NULL
119 NULL
122 NULL
126 NULL
130 NULL
134 NULL
138 NULL
[all …]
/PHP-7.0/ext/recode/
H A Drecode.c96 NULL,
97 NULL,
102 NULL,
103 NULL,
113 recode_globals->outer = NULL; in PHP_GINIT_FUNCTION()
119 if (ReSG(outer) == NULL) { in PHP_MINIT_FUNCTION()
146 RECODE_REQUEST request = NULL; in PHP_FUNCTION()
147 char *r = NULL; in PHP_FUNCTION()
158 if (request == NULL) { in PHP_FUNCTION()
188 RECODE_REQUEST request = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.0/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_intersect_variation1.phpt115 NULL
118 NULL
122 NULL
125 NULL
129 NULL
132 NULL
136 NULL
139 NULL
143 NULL
146 NULL
[all …]
H A Darray_intersect_variation2.phpt116 NULL
119 NULL
123 NULL
126 NULL
130 NULL
133 NULL
137 NULL
140 NULL
144 NULL
147 NULL
[all …]
H A Darray_chunk_variation2.phpt119 NULL
122 NULL
125 NULL
159 NULL
162 NULL
165 NULL
170 NULL
173 NULL
176 NULL
181 NULL
[all …]
H A Darray_unshift_variation1.phpt123 NULL
127 NULL
132 NULL
136 NULL
141 NULL
145 NULL
150 NULL
154 NULL
159 NULL
163 NULL
[all …]
H A Darray_pad_variation1.phpt105 NULL
108 NULL
112 NULL
115 NULL
119 NULL
122 NULL
126 NULL
129 NULL
133 NULL
136 NULL
[all …]
/PHP-7.0/ext/ldap/
H A Dldap.c114 ldap_unbind_ext(ld->link, NULL, NULL); in ZEND_GET_MODULE()
333 char *wallet = NULL, *walletpasswd = NULL; in PHP_FUNCTION()
443 return ldap_get_lderrno(ldap, NULL, NULL); in _get_lderrno()
460 ldap_set_lderrno(ldap, lderr, NULL, NULL); in _set_lderrno()
470 char *ldap_bind_dn = NULL, *ldap_bind_pw = NULL; in PHP_FUNCTION()
504 NULL, NULL, /* no controls right now */ in PHP_FUNCTION()
711 char *ldap_base_dn = NULL, *ldap_filter = NULL, **ldap_attrs = NULL; in php_ldap_do_search()
3409 NULL,
3410 NULL,
3415 NULL,
[all …]
/PHP-7.0/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-7.0/ext/mbstring/
H A Dmb_gpc.c56 char *res = NULL, *separator=NULL; in ZEND_EXTERN_MODULE_GLOBALS()
197 char *strtok_buf = NULL, **val_list = NULL; in _php_mb_encoding_handler_ex()
232 strtok_buf = NULL; in _php_mb_encoding_handler_ex()
270 from_encoding = NULL; in _php_mb_encoding_handler_ex()
272 if (identd != NULL) { in _php_mb_encoding_handler_ex()
293 convd = NULL; in _php_mb_encoding_handler_ex()
296 if (convd != NULL) { in _php_mb_encoding_handler_ex()
338 if (convd != NULL){ in _php_mb_encoding_handler_ex()
345 if (convd != NULL) { in _php_mb_encoding_handler_ex()
349 if (val_list != NULL) { in _php_mb_encoding_handler_ex()
[all …]
/PHP-7.0/ext/oci8/tests/
H A Dfunction_aliases.phpt61 NULL
64 NULL
67 NULL
70 NULL
94 NULL
97 NULL
100 NULL
103 NULL
106 NULL
107 NULL
[all …]
H A Dlob_aliases.phpt44 NULL
47 NULL
50 NULL
53 NULL
56 NULL
59 NULL
62 NULL
65 NULL
68 NULL
71 NULL
[all …]
/PHP-7.0/ext/dom/
H A Dcomment.c46 {NULL, NULL, NULL}
54 xmlNodePtr nodep = NULL, oldnode = NULL; in PHP_METHOD()
56 char *value = NULL; in PHP_METHOD()
71 if (intern != NULL) { in PHP_METHOD()
73 if (oldnode != NULL) { in PHP_METHOD()
H A Delement.c158 xmlNodePtr nodep = NULL, oldnode = NULL; in PHP_METHOD()
160 char *name, *value = NULL, *uri = NULL; in PHP_METHOD()
161 char *localname = NULL, *prefix = NULL; in PHP_METHOD()
182 if (nodep != NULL && uri != NULL) { in PHP_METHOD()
311 return NULL; in dom_get_dom1_attribute()
505 curns = xmlNewNs(NULL, attrp->name, NULL); in PHP_FUNCTION()
572 if (attrp->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
700 return NULL; in _dom_new_reconNs()
744 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION()
945 curns = xmlNewNs(NULL, nsptr->href, NULL); in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c649 …if (!CertGetCertificateChain(NULL, cert_ctx, NULL, NULL, &chain_params, chain_flags, NULL, &cert_c… in win_cert_verify_callback()
811 cert = PEM_read_bio_X509(buffer, NULL, 0, NULL); in load_stream_cafile()
963 return NULL; in php_select_crypto_method()
971 return NULL; in php_select_crypto_method()
981 return NULL; in php_select_crypto_method()
989 return NULL; in php_select_crypto_method()
994 return NULL; in php_select_crypto_method()
1207 dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); in set_server_dh_param()
1464 return NULL; in alpn_protos_parse()
1469 return NULL; in alpn_protos_parse()
[all …]
/PHP-7.0/ext/intl/grapheme/
H A Dgrapheme_string.c59 UChar* ustring = NULL; in PHP_FUNCTION()
81 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
386 UBreakIterator* bi = NULL; in PHP_FUNCTION()
422 if ( NULL == sub_str ) { in PHP_FUNCTION()
430 ustr = NULL; in PHP_FUNCTION()
437 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
785 UBreakIterator* bi = NULL; in PHP_FUNCTION()
795 if ( NULL != next ) { in PHP_FUNCTION()
856 if ( NULL != next ) { in PHP_FUNCTION()
875 bi = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/intl/
H A Dintl_data.h36 zval* object = NULL; \
37 oclass##_object* obj = NULL; \
38 intl_error_reset( NULL );
50 intl_error_set_code( NULL, (err) ); \
53 intl_error_set_custom_msg( NULL, msg, 0 ); \
59 intl_error_set_code( NULL, (err) ); \
62 intl_error_set_custom_msg( NULL, msg, 0 ); \
69 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) ); \
78 intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) ); \
110 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, \
[all …]

Completed in 96 milliseconds

12345678910>>...159