Home
last modified time | relevance | path

Searched refs:NULL (Results 26 – 50 of 3450) sorted by relevance

12345678910>>...138

/PHP-7.0/ext/dom/
H A Ddomimplementation.c97 char *name = NULL, *publicid = NULL, *systemid = NULL; in PHP_METHOD()
98 xmlChar *pch1 = NULL, *pch2 = NULL, *localname = NULL; in PHP_METHOD()
118 if (uri != NULL && uri->opaque != NULL) { in PHP_METHOD()
141 if (doctype == NULL) { in PHP_METHOD()
156 zval *node = NULL; in PHP_METHOD()
163 char *uri = NULL, *name = NULL; in PHP_METHOD()
164 char *prefix = NULL, *localname = NULL; in PHP_METHOD()
171 if (node != NULL) { in PHP_METHOD()
182 doctobj = NULL; in PHP_METHOD()
194 if (prefix != NULL) { in PHP_METHOD()
[all …]
/PHP-7.0/ext/oci8/tests/
H A Dfetch_array.phpt115 NULL
117 NULL
119 NULL
121 NULL
123 NULL
125 NULL
137 NULL
139 NULL
141 NULL
143 NULL
[all …]
H A Dfetch_into1.phpt86 NULL
88 NULL
90 NULL
121 NULL
123 NULL
125 NULL
127 NULL
129 NULL
131 NULL
144 NULL
[all …]
/PHP-7.0/ext/session/tests/
H A Dsession_commit_error.phpt99 NULL
102 NULL
105 NULL
108 NULL
111 NULL
114 NULL
117 NULL
120 NULL
123 NULL
126 NULL
[all …]
H A Dsession_write_close_error.phpt99 NULL
102 NULL
105 NULL
108 NULL
111 NULL
114 NULL
117 NULL
120 NULL
123 NULL
126 NULL
[all …]
/PHP-7.0/ext/zip/lib/
H A Dzip_source_zip_new.c50 return NULL; in _zip_source_zip_new()
54 return NULL; in _zip_source_zip_new()
60 return NULL; in _zip_source_zip_new()
65 return NULL; in _zip_source_zip_new()
73 return NULL; in _zip_source_zip_new()
79 return NULL; in _zip_source_zip_new()
86 return NULL; in _zip_source_zip_new()
90 return NULL; in _zip_source_zip_new()
99 return NULL; in _zip_source_zip_new()
105 return NULL; in _zip_source_zip_new()
[all …]
/PHP-7.0/Zend/tests/
H A Dsettype_null.phpt40 NULL
41 NULL
42 NULL
43 NULL
44 NULL
45 NULL
46 NULL
47 NULL
48 NULL
49 NULL
[all …]
H A Doffset_null.phpt6 $null = NULL;
10 var_dump($null[NULL]);
28 NULL
29 NULL
30 NULL
31 NULL
32 NULL
33 NULL
34 NULL
35 NULL
[all …]
/PHP-7.0/ext/json/tests/
H A Dfail001.phpt54 NULL
56 NULL
59 NULL
61 NULL
64 NULL
66 NULL
69 NULL
71 NULL
74 NULL
76 NULL
[all …]
H A D001.phpt30 NULL
31 NULL
32 NULL
33 NULL
34 NULL
35 NULL
36 NULL
37 NULL
38 NULL
39 NULL
[all …]
/PHP-7.0/Zend/
H A Dzend_extensions.h108 #define STANDARD_ZEND_EXTENSION_PROPERTIES NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NU…
109 #define COMPAT_ZEND_EXTENSION_PROPERTIES NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, -1
110 #define BUILD_COMPAT_ZEND_EXTENSION_PROPERTIES NULL, NULL, NULL, NULL, NULL, NULL, NULL, -1
/PHP-7.0/ext/soap/
H A Dphp_xml.c52 del = NULL; in cleanup_xml_node()
111 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseFile()
115 ret = NULL; in soap_xmlParseFile()
121 ret = NULL; in soap_xmlParseFile()
160 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseMemory()
170 ret = NULL; in soap_xmlParseMemory()
246 return NULL; in get_attribute_ex()
257 return NULL; in get_node_ex()
273 return NULL; in get_node_recurisve_ex()
294 return NULL; in get_node_with_attribute_ex()
[all …]
/PHP-7.0/ext/dom/tests/
H A Dbug69846.phpt51 NULL
53 NULL
55 NULL
57 NULL
59 NULL
61 NULL
63 NULL
67 NULL
71 NULL
73 NULL
[all …]
/PHP-7.0/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt24 --> 64.246.30.37 : NULL
27 --> 64.246.30.37/ : NULL
29 --> php.net : NULL
30 --> php.net/ : NULL
33 --> www.php.net : NULL
34 --> www.php.net/ : NULL
88 --> scheme: : NULL
102 --> file:///: : NULL
108 --> [] : NULL
110 --> : NULL
[all …]
H A Dparse_url_basic_008.phpt24 --> 64.246.30.37 : NULL
27 --> 64.246.30.37/ : NULL
29 --> php.net : NULL
30 --> php.net/ : NULL
33 --> www.php.net : NULL
34 --> www.php.net/ : NULL
88 --> scheme: : NULL
99 --> x://::6.5 : NULL
108 --> [] : NULL
110 --> : NULL
[all …]
/PHP-7.0/ext/openssl/
H A Dopenssl.c1618 cert = PEM_read_bio_X509(in, NULL, NULL, NULL); in php_openssl_x509_from_zval()
1854 char *spkstr = NULL, * spkstr_cleaned = NULL, * s = NULL; in PHP_FUNCTION()
2346 if(!(sk=PEM_X509_INFO_read_bio(in, NULL, NULL, NULL))) { in STACK_OF()
2626 zval *zcert = NULL, *zpkey = NULL, *args = NULL; in PHP_FUNCTION()
2705 zval * zcert = NULL, *zout = NULL, *zpkey, *args = NULL; in PHP_FUNCTION()
3073 csr = PEM_read_bio_X509_REQ(in, NULL,NULL,NULL); in php_openssl_csr_from_zval()
3343 X509V3_set_ctx(&ext_ctx, NULL, NULL, csr, NULL, 0); in PHP_FUNCTION()
3617 key = PEM_read_bio_PUBKEY(in, NULL,NULL, NULL); in php_openssl_evp_from_zval()
3637 key = PEM_read_bio_PrivateKey(in, NULL, NULL, NULL); in php_openssl_evp_from_zval()
4532 BIO * in = NULL, * datain = NULL, * dataout = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/standard/
H A Dphp_fopen_wrapper.c60 NULL, /* seek */
61 NULL, /* cast */
62 NULL, /* stat */
234 return NULL; in php_stream_url_wrap_php()
253 return NULL; in php_stream_url_wrap_php()
312 return NULL; in php_stream_url_wrap_php()
319 return NULL; in php_stream_url_wrap_php()
327 return NULL; in php_stream_url_wrap_php()
389 return NULL; in php_stream_url_wrap_php()
395 return NULL; in php_stream_url_wrap_php()
[all …]
H A Dftp_fopen_wrapper.c138 php_stream *stream = NULL, *reuseid = NULL; in php_ftp_fopen_connect()
146 if (resource == NULL || resource->path == NULL) { in php_ftp_fopen_connect()
150 return NULL; in php_ftp_fopen_connect()
419 php_stream *stream = NULL, *datastream = NULL; in php_stream_url_wrap_ftp()
791 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); in php_stream_ftp_url_stat()
911 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); in php_stream_ftp_unlink()
957 php_url *resource_from = NULL, *resource_to = NULL; in php_stream_ftp_rename()
982 stream = php_ftp_fopen_connect(wrapper, url_from, "r", 0, NULL, context, NULL, NULL, NULL, NULL); in php_stream_ftp_rename()
1040 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); in php_stream_ftp_mkdir()
1134 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); in php_stream_ftp_rmdir()
[all …]
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt91 NULL
94 NULL
97 NULL
100 NULL
103 NULL
106 NULL
109 NULL
112 NULL
115 NULL
119 NULL
[all …]
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt141 NULL
143 NULL
155 NULL
157 NULL
169 NULL
171 NULL
185 NULL
187 NULL
199 NULL
201 NULL
[all …]
/PHP-7.0/ext/pdo_oci/
H A Dpdo_oci.c52 STANDARD_MODULE_HEADER_EX, NULL,
59 NULL,
86 OCIEnv *pdo_oci_Env = NULL;
120 OCIEnvCreate(&pdo_oci_Env, PDO_OCI_INIT_MODE, NULL, NULL, NULL, NULL, 0, NULL); in PHP_RINIT_FUNCTION()
122 OCIInitialize(PDO_OCI_INIT_MODE, NULL, NULL, NULL, NULL); in PHP_RINIT_FUNCTION()
123 OCIEnvInit(&pdo_oci_Env, OCI_DEFAULT, 0, NULL); in PHP_RINIT_FUNCTION()
/PHP-7.0/ext/zip/
H A Dzip_stream.c204 NULL, /* seek */
221 return NULL; in php_stream_zip_open()
226 return NULL; in php_stream_zip_open()
232 return NULL; in php_stream_zip_open()
251 return NULL; in php_stream_zip_open()
283 return NULL; in php_stream_zip_opener()
293 return NULL; in php_stream_zip_opener()
297 return NULL; in php_stream_zip_opener()
308 return NULL; in php_stream_zip_opener()
334 return NULL; in php_stream_zip_opener()
[all …]
/PHP-7.0/ext/zlib/
H A Dzlib_fopen_wrapper.c108 NULL, /* cast */
109 NULL, /* stat */
117 php_stream *stream = NULL, *innerstream = NULL; in php_stream_gzopen()
124 return NULL; in php_stream_gzopen()
162 return NULL; in php_stream_gzopen()
167 NULL, /* close */
168 NULL, /* stat */
172 NULL, /* unlink */
174 NULL, /* mkdir */
175 NULL /* rmdir */
[all …]
/PHP-7.0/ext/soap/interop/
H A Ddatabase_round2.sql18 id int(11) NOT NULL auto_increment,
21 wsdlURL varchar(255) NOT NULL default '',
22 class varchar(20) NOT NULL default '',
23 status int(11) NOT NULL default '1',
33 id int(11) NOT NULL auto_increment,
34 endpoint int(11) NOT NULL default '0',
35 stamp int(11) NOT NULL default '0',
36 class varchar(10) NOT NULL default '',
37 type varchar(10) default NULL,
38 wsdl int(11) NOT NULL default '0',
[all …]
/PHP-7.0/ext/fileinfo/libmagic/
H A Dmagic.c256 if (ms == NULL) in magic_close()
267 if (ms == NULL) in magic_load()
327 return NULL; in magic_descriptor()
328 return file_or_stream(ms, NULL, NULL); in magic_descriptor()
338 return NULL; in magic_file()
346 return NULL; in magic_stream()
360 return NULL; in file_or_stream()
429 return NULL; in magic_buffer()
431 return NULL; in magic_buffer()
436 if (file_buffer(ms, NULL, NULL, buf, nb) == -1) { in magic_buffer()
[all …]

Completed in 81 milliseconds

12345678910>>...138