Home
last modified time | relevance | path

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

12345678910>>...144

/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_basic_005.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 …]
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 …]
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 …]
/PHP-5.5/ext/oci8/tests/
H A Dfetch_all2.phpt80 NULL
82 NULL
84 NULL
89 NULL
91 NULL
93 NULL
98 NULL
100 NULL
102 NULL
114 NULL
[all …]
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-5.5/ext/dom/
H A Ddomimplementation.c96 char *name = NULL, *publicid = NULL, *systemid = NULL; in PHP_METHOD()
97 xmlChar *pch1 = NULL, *pch2 = NULL, *localname = NULL; in PHP_METHOD()
115 if (uri != NULL && uri->opaque != NULL) { in PHP_METHOD()
138 if (doctype == NULL) { in PHP_METHOD()
153 zval *node = NULL; in PHP_METHOD()
159 char *uri = NULL, *name = NULL; in PHP_METHOD()
160 char *prefix = NULL, *localname = NULL; in PHP_METHOD()
167 if (node != NULL) { in PHP_METHOD()
178 doctobj = NULL; in PHP_METHOD()
188 if (prefix != NULL) { in PHP_METHOD()
[all …]
H A Dphp_dom.c194 zend_hash_init(dest->classmap, 0, NULL, NULL, 0); in dom_copy_doc_props()
212 zend_hash_init(doc_props->classmap, 0, NULL, NULL, 0); in dom_set_doc_classmap()
262 return NULL; in dom_object_get_node()
273 return NULL; in php_dom_object_get_data()
281 *retval = NULL; in dom_read_na()
646 NULL,
647 NULL,
671 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
701 zend_hash_init(&dom_node_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
791 zend_hash_init(&dom_attr_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
[all …]
/PHP-5.5/Zend/
H A Dzend_extensions.h106 #define STANDARD_ZEND_EXTENSION_PROPERTIES NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NU…
107 #define COMPAT_ZEND_EXTENSION_PROPERTIES NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, -1
108 #define BUILD_COMPAT_ZEND_EXTENSION_PROPERTIES NULL, NULL, NULL, NULL, NULL, NULL, NULL, -1
/PHP-5.5/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-5.5/ext/json/tests/
H A Dfail001.phpt53 NULL
55 NULL
58 NULL
60 NULL
63 NULL
65 NULL
68 NULL
70 NULL
73 NULL
75 NULL
[all …]
/PHP-5.5/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 …]
/PHP-5.5/ext/zip/lib/
H A Dzip_fopen_index_encrypted.c59 return NULL; in zip_fopen_index_encrypted()
65 return NULL; in zip_fopen_index_encrypted()
70 return NULL; in zip_fopen_index_encrypted()
83 return NULL; in zip_fopen_index_encrypted()
88 return NULL; in zip_fopen_index_encrypted()
99 return NULL; in zip_fopen_index_encrypted()
105 return NULL; in zip_fopen_index_encrypted()
108 if ((src=zip_source_buffer(za, NULL, 0, 0)) == NULL) in zip_fopen_index_encrypted()
120 return NULL; in zip_fopen_index_encrypted()
147 return NULL; in zip_fopen_index_encrypted()
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_driver.c147 {"embedded", sizeof("embedded") - 1, driver_embedded_read, NULL},
150 {NULL, 0, NULL, NULL}
155 {ZEND_ACC_PUBLIC, "client_info", sizeof("client_info") - 1, -1, 0, NULL, 0, NULL},
156 {ZEND_ACC_PUBLIC, "client_version", sizeof("client_version") - 1, -1, 0, NULL, 0, NULL},
157 {ZEND_ACC_PUBLIC, "driver_version", sizeof("driver_version") - 1, -1, 0, NULL, 0, NULL},
158 {ZEND_ACC_PUBLIC, "embedded", sizeof("embedded") - 1, -1, 0, NULL, 0, NULL},
159 {ZEND_ACC_PUBLIC, "reconnect", sizeof("reconnect") - 1, -1, 0, NULL, 0, NULL},
160 {ZEND_ACC_PUBLIC, "report_mode", sizeof("report_mode") - 1, -1, 0, NULL, 0, NULL},
161 {0, NULL, 0, -1, 0, NULL, 0, NULL},
171 PHP_FALIAS(embedded_server_end, mysqli_embedded_server_end, NULL)
[all …]
/PHP-5.5/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()
161 if (ret->URL == NULL && ctxt->directory != NULL) { in soap_xmlParseMemory()
171 ret = NULL; in soap_xmlParseMemory()
247 return NULL; in get_attribute_ex()
258 return NULL; in get_node_ex()
274 return NULL; in get_node_recurisve_ex()
295 return NULL; in get_node_with_attribute_ex()
[all …]
/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c60 NULL, /* seek */
61 NULL, /* cast */
62 NULL, /* stat */
210 return NULL; in php_stream_url_wrap_php()
220 return NULL; in php_stream_url_wrap_php()
270 return NULL; in php_stream_url_wrap_php()
277 return NULL; in php_stream_url_wrap_php()
285 return NULL; in php_stream_url_wrap_php()
346 return NULL; in php_stream_url_wrap_php()
352 return NULL; in php_stream_url_wrap_php()
[all …]
H A Dftp_fopen_wrapper.c136 php_stream *stream = NULL, *reuseid = NULL; in php_ftp_fopen_connect()
144 if (resource == NULL || resource->path == NULL) { in php_ftp_fopen_connect()
148 return NULL; in php_ftp_fopen_connect()
415 php_stream *stream = NULL, *datastream = NULL; in php_stream_url_wrap_ftp()
793 …stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL TS… in php_stream_ftp_url_stat()
913 …stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRML… in php_stream_ftp_unlink()
959 php_url *resource_from = NULL, *resource_to = NULL; in php_stream_ftp_rename()
984 …stream = php_ftp_fopen_connect(wrapper, url_from, "r", 0, NULL, NULL, NULL, NULL, NULL, NULL TSRML… in php_stream_ftp_rename()
1042 …stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRML… in php_stream_ftp_mkdir()
1136 …stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL TSRML… in php_stream_ftp_rmdir()
[all …]
/PHP-5.5/ext/pdo_oci/
H A Dpdo_oci.c50 STANDARD_MODULE_HEADER_EX, NULL,
59 NULL,
60 NULL,
87 OCIEnv *pdo_oci_Env = NULL;
96 OCIEnvCreate(&pdo_oci_Env, PDO_OCI_INIT_MODE, NULL, NULL, NULL, NULL, 0, NULL); in PHP_MINIT_FUNCTION()
98 OCIInitialize(PDO_OCI_INIT_MODE, NULL, NULL, NULL, NULL); in PHP_MINIT_FUNCTION()
99 OCIEnvInit(&pdo_oci_Env, OCI_DEFAULT, 0, NULL); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt133 NULL
135 NULL
147 NULL
149 NULL
161 NULL
163 NULL
177 NULL
179 NULL
191 NULL
193 NULL
[all …]
/PHP-5.5/ext/libxml/
H A Dlibxml.c511 if (parser != NULL && parser->input != NULL) { in php_libxml_ctx_error_level()
845 NULL in PHP_MINIT_FUNCTION()
889 xmlSetGenericErrorFunc(NULL, NULL); in PHP_MSHUTDOWN_FUNCTION()
904 xmlSetGenericErrorFunc(NULL, NULL); in php_libxml_post_deactivate()
909 xmlSetStructuredErrorFunc(NULL, NULL); in php_libxml_post_deactivate()
982 xmlSetStructuredErrorFunc(NULL, NULL); in PHP_FUNCTION()
1190 if (object != NULL && node != NULL) { in php_libxml_increment_node_ptr()
1223 if (object != NULL && object->node != NULL) { in php_libxml_decrement_node_ptr()
1260 if (object != NULL && object->document != NULL) { in php_libxml_decrement_doc_ref()
1323 if (object != NULL && object->node != NULL) { in php_libxml_node_decrement_resource()
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dmagic.c254 if (ms == NULL) in magic_close()
265 if (ms == NULL) in magic_load()
325 return NULL; in magic_descriptor()
326 return file_or_stream(ms, NULL, NULL); in magic_descriptor()
336 return NULL; in magic_file()
344 return NULL; in magic_stream()
359 return NULL; in file_or_stream()
432 return NULL; in magic_buffer()
434 return NULL; in magic_buffer()
439 if (file_buffer(ms, NULL, NULL, buf, nb) == -1) { in magic_buffer()
[all …]
/PHP-5.5/ext/standard/tests/math/
H A Dmt_srand_variation1.phpt92 NULL
95 NULL
98 NULL
101 NULL
104 NULL
107 NULL
110 NULL
113 NULL
116 NULL
119 NULL
[all …]
H A Dsrand_variation1.phpt92 NULL
95 NULL
98 NULL
101 NULL
104 NULL
107 NULL
110 NULL
113 NULL
116 NULL
119 NULL
[all …]
/PHP-5.5/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 …]

Completed in 77 milliseconds

12345678910>>...144