Home
last modified time | relevance | path

Searched refs:NULL (Results 76 – 100 of 2763) sorted by relevance

12345678910>>...111

/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation41.phpt81 NULL
85 NULL
92 NULL
96 NULL
103 NULL
107 NULL
114 NULL
118 NULL
125 NULL
129 NULL
[all …]
H A Dfscanf_variation47.phpt81 NULL
85 NULL
92 NULL
96 NULL
103 NULL
107 NULL
114 NULL
118 NULL
125 NULL
129 NULL
[all …]
/PHP-8.1/Zend/tests/nullsafe_operator/
H A D001.phpt53 NULL
54 NULL
55 NULL
56 NULL
57 NULL
58 NULL
59 NULL
61 NULL
63 NULL
65 NULL
[all …]
/PHP-8.1/ext/com_dotnet/
H A Dcom_typeinfo.c72 return NULL; in php_com_load_typelib()
94 if (FAILED(hr) && (major == NULL || minor == NULL)) { in php_com_load_typelib()
125 ERROR_SUCCESS == RegQueryInfoKey(hkey, NULL, NULL, NULL, &SubKeys, in php_com_load_typelib()
126 &MaxSubKeyLength, NULL, NULL, NULL, NULL, NULL, NULL)) { in php_com_load_typelib()
135 if (ERROR_SUCCESS == RegQueryInfoKey(hsubkey, NULL, NULL, NULL, &VersionCount, in php_com_load_typelib()
136 NULL, NULL, NULL, NULL, NULL, NULL, NULL)) { in php_com_load_typelib()
447 { 0, NULL }
498 ITypeInfo_GetDocumentation(typeinfo, MEMBERID_NIL, &olename, NULL, NULL, NULL); in php_com_process_typeinfo()
527 ITypeInfo_GetDocumentation(typeinfo, func->memid, &olename, NULL, NULL, NULL); in php_com_process_typeinfo()
555 ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL); in php_com_process_typeinfo()
[all …]
/PHP-8.1/Zend/tests/
H A Dbug70547.phpt54 NULL
62 NULL
68 NULL
72 NULL
78 NULL
82 NULL
88 NULL
90 NULL
96 NULL
97 NULL
[all …]
/PHP-8.1/ext/dom/tests/
H A Dbug80602_3.phpt28 NULL
32 NULL
34 NULL
38 NULL
40 NULL
52 NULL
54 NULL
58 NULL
64 NULL
77 NULL
[all …]
H A Ddomobject_debug_handler.phpt23 NULL
29 NULL
31 NULL
33 NULL
47 NULL
69 NULL
73 NULL
81 NULL
83 NULL
85 NULL
[all …]
H A Dbug28721.phpt20 echo "NULL\n";
123 parent: NULL
155 parent: NULL
189 parent: NULL
221 parent: NULL
254 parent: NULL
286 parent: NULL
313 parent: NULL
365 parent: NULL
372 parent: NULL
[all …]
/PHP-8.1/ext/soap/
H A Dphp_xml.h22 #define get_attribute(node, name) get_attribute_ex(node, name, NULL)
23 #define get_node(node, name) get_node_ex(node, name, NULL)
25 …with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL, attr, val, NULL)
26 …sive(node, name, attr, val) get_node_with_attribute_recursive_ex(node, name, NULL, attr, val, NULL)
44 #define FOREACHATTRNODE(n,c,i) FOREACHATTRNODEEX(n,c,NULL,i)
47 if (n == NULL) { \
55 if (i != NULL) { \
58 #define FOREACHNODE(n,c,i) FOREACHNODEEX(n,c,NULL,i)
61 if (n == NULL) { \
65 i = get_node_ex(n,c,NULL); \
[all …]
H A Dsoap.c202 NULL,
274 zend_hash_init(&defEnc, 0, NULL, NULL, 1); in php_soap_prepare_globals()
597 …char *fault_string = NULL, *fault_code = NULL, *fault_actor = NULL, *name = NULL, *fault_code_ns =… in PHP_METHOD()
690 zend_string *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL; in PHP_METHOD()
1246 soap_server_fault("Server", "Couldn't find WSDL", NULL, NULL, NULL);
1327 soap_server_fault("Client", "Bad Request", NULL, NULL, NULL);
2432 char *function, *location=NULL, *soap_action = NULL, *uri = NULL;
2950 soap_server_fault("Client","Missing parameter", NULL, NULL, NULL);
2972 if (sdl != NULL && function == NULL) {
3416 soap_server_fault("Server", "Unknown SOAP version", NULL, NULL, NULL);
[all …]
H A Dphp_schema.c68 enc_ptr = NULL; in create_encoder()
120 if (ns == NULL && new_tns != NULL) { in schema_load_file()
274 schema_group(ctx->sdl, tns, trav, NULL, NULL); in load_schema()
278 schema_element(ctx->sdl, tns, trav, NULL, NULL); in load_schema()
1728 xmlAttrPtr attr, name, ref = NULL, type = NULL; in schema_attribute()
2078 return NULL; in schema_find_by_ref()
2090 if (tmp->name != NULL && attr->name == NULL) { in schema_attribute_fixup()
2093 if (tmp->namens != NULL && attr->namens == NULL) { in schema_attribute_fixup()
2096 if (tmp->def != NULL && attr->def == NULL) { in schema_attribute_fixup()
2099 if (tmp->fixed != NULL && attr->fixed == NULL) { in schema_attribute_fixup()
[all …]
/PHP-8.1/ext/dba/
H A Ddba_lmdb.c122 char *ret = NULL; in DBA_FETCH_FUNC()
131 return NULL; in DBA_FETCH_FUNC()
143 return NULL; in DBA_FETCH_FUNC()
266 char *ret = NULL; in DBA_FIRSTKEY_FUNC()
271 return NULL; in DBA_FIRSTKEY_FUNC()
278 return NULL; in DBA_FIRSTKEY_FUNC()
285 LMDB_IT(cur) = NULL; in DBA_FIRSTKEY_FUNC()
289 return NULL; in DBA_FIRSTKEY_FUNC()
306 char *ret = NULL; in DBA_NEXTKEY_FUNC()
311 return NULL; in DBA_NEXTKEY_FUNC()
[all …]
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter_wchar.c38 NULL,
39 NULL,
40 NULL,
42 NULL,
43 NULL,
44 NULL
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_format_object.cpp68 *format = NULL; in PHP_FUNCTION()
69 const char *locale_str = NULL; in PHP_FUNCTION()
73 TimeZone *timeZone = NULL; in PHP_FUNCTION()
75 DateFormat *df = NULL; in PHP_FUNCTION()
76 Calendar *cal = NULL; in PHP_FUNCTION()
162 if (obj_cal == NULL) { in PHP_FUNCTION()
171 intl_error_set(NULL, status, in PHP_FUNCTION()
185 intl_error_set(NULL, status, in PHP_FUNCTION()
206 intl_error_set(NULL, status, in PHP_FUNCTION()
227 cal = NULL; in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf32.c42 NULL,
46 NULL
53 NULL,
54 NULL,
58 NULL
65 NULL,
66 NULL,
70 NULL
77 NULL,
80 NULL,
[all …]
H A Dmbfilter_iso2022jp_2004.c42 NULL,
43 NULL,
47 NULL
54 NULL,
57 NULL,
64 NULL,
67 NULL,
H A Dmbfilter_ucs4.c48 NULL,
52 NULL
60 NULL,
64 NULL
72 NULL,
76 NULL
83 NULL,
86 NULL,
93 NULL,
96 NULL,
[all …]
H A Dmbfilter_singlebyte.c59 NULL, \
62 NULL \
68 NULL, \
71 NULL \
78 NULL, \
82 NULL \
292 static const char *iso8859_13_aliases[] = {"ISO8859-13", NULL};
326 static const char *iso8859_15_aliases[] = {"ISO8859-15", NULL};
381 static const char *cp1252_aliases[] = {"cp1252", NULL};
487 static const char *koi8r_aliases[] = {"KOI8R", NULL};
[all …]
/PHP-8.1/ext/dom/
H A Dphp_dom.c192 zend_hash_init(dest->classmap, 0, NULL, NULL, 0); in dom_copy_doc_props()
210 zend_hash_init(doc_props->classmap, 0, NULL, NULL, 0); in dom_set_doc_classmap()
259 return NULL; in dom_object_get_node()
270 return NULL; in php_dom_object_get_data()
295 return NULL; in dom_get_property_ptr_ptr()
566 NULL,
567 NULL,
616 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
1620 return NULL; in dom_get_nsdecl()
1625 if (cur->prefix == NULL && cur->href != NULL) { in dom_get_nsdecl()
[all …]
H A Ddocumenttype.c35 if (dtdptr == NULL) { in dom_documenttype_name_read()
58 if (doctypep == NULL) { in dom_documenttype_entities_read()
68 dom_namednode_iter(obj, XML_ENTITY_NODE, intern, entityht, NULL, NULL); in dom_documenttype_entities_read()
86 if (doctypep == NULL) { in dom_documenttype_notations_read()
96 dom_namednode_iter(obj, XML_NOTATION_NODE, intern, notationht, NULL, NULL); in dom_documenttype_notations_read()
112 if (dtdptr == NULL) { in dom_documenttype_public_id_read()
137 if (dtdptr == NULL) { in dom_documenttype_system_id_read()
162 if (dtdptr == NULL) { in dom_documenttype_internal_subset_read()
171 while (cur != NULL) { in dom_documenttype_internal_subset_read()
174 if (buff != NULL) { in dom_documenttype_internal_subset_read()
[all …]
/PHP-8.1/TSRM/
H A Dtsrm_win32.c121 return NULL; in tsrm_win32_get_path_sid_key()
131 return NULL; in tsrm_win32_get_path_sid_key()
189 return NULL; in tsrm_win32_get_token_sid()
391 return NULL; in process_get()
422 return NULL; in shm_get()
436 return NULL; in dupHandle()
444 return popen_ex(command, type, NULL, NULL); in popen()
459 wchar_t *cmdw = NULL, *cwdw = NULL, *envw = NULL; in popen_ex()
466 return NULL; in popen_ex()
471 return NULL; in popen_ex()
[all …]
/PHP-8.1/ext/intl/locale/
H A Dlocale_methods.c71 "zh-yue", NULL
83 NULL
121 char* result = NULL; in getPreferredTag()
126 return NULL; in getPreferredTag()
262 return NULL; in get_icu_value_internal()
273 return NULL; in get_icu_value_internal()
291 return NULL; in get_icu_value_internal()
345 return NULL; in get_icu_value_internal()
358 return NULL; in get_icu_value_internal()
662 if( e != NULL ) { in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/opcache/jit/vtune/
H A Dittnotify_config.h468 if (h != NULL) { \
470 h->nameA = NULL; \
475 h->next = NULL; \
485 if (h != NULL) { \
488 h->nameW = NULL; \
502 if (h != NULL) { \
518 if (h != NULL) { \
534 if (h != NULL) { \
549 if (h != NULL) { \
564 if (h != NULL) { \
[all …]
/PHP-8.1/Zend/tests/numeric_strings/
H A Darray_offset.phpt34 NULL
37 NULL
40 NULL
43 NULL
46 NULL
49 NULL
52 NULL
55 NULL
58 NULL
61 NULL
[all …]
/PHP-8.1/ext/mysqli/
H A Dmysqli_prop.c33 zend_throw_error(NULL, "Property access is not allowed yet"); \
411 {"errno", sizeof("errno") - 1, link_errno_read, NULL},
412 {"error", sizeof("error") - 1, link_error_read, NULL},
416 {"info", sizeof("info") - 1, link_info_read, NULL},
424 {NULL, 0, NULL, NULL}
433 {"type", sizeof("type") - 1, result_type_read, NULL},
434 {NULL, 0, NULL, NULL}
443 {"errno", sizeof("errno") - 1, stmt_errno_read, NULL},
444 {"error", sizeof("error") - 1, stmt_error_read, NULL},
447 {"id", sizeof("id") - 1, stmt_id_read, NULL},
[all …]

Completed in 109 milliseconds

12345678910>>...111