Home
last modified time | relevance | path

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

12345678910>>...148

/PHP-5.3/ext/dom/
H A Dnode.c203 char *str = NULL; in dom_node_node_name_read()
314 str = NULL; in dom_node_node_value_read()
465 dom_namednode_iter(obj, XML_ELEMENT_NODE, intern, NULL, NULL, NULL TSRMLS_CC); in dom_node_child_nodes_read()
636 dom_namednode_iter(obj, XML_ATTRIBUTE_NODE, intern, NULL, NULL, NULL TSRMLS_CC); in dom_node_attributes_read()
712 str = NULL; in dom_node_namespace_uri_read()
757 str = NULL; in dom_node_prefix_read()
813 ns = NULL; in dom_node_prefix_write()
1043 if (child->doc == NULL && parentp->doc != NULL) { in PHP_FUNCTION()
1227 if (newchild->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
1341 if (child->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
[all …]
/PHP-5.3/main/streams/
H A Duserspace.c274 return NULL; in user_wrapper_opener()
326 return NULL; in user_wrapper_opener()
420 return NULL; in user_wrapper_opendir()
697 0, NULL, 0, NULL TSRMLS_CC); in php_userstreamop_read()
731 0, NULL, 0, NULL TSRMLS_CC); in php_userstreamop_close()
758 0, NULL, 0, NULL TSRMLS_CC); in php_userstreamop_flush()
833 0, NULL, 0, NULL TSRMLS_CC); in php_userstreamop_seek()
912 0, NULL, 0, NULL TSRMLS_CC); in php_userstreamop_stat()
1404 0, NULL, in php_userstreamop_readdir()
1437 0, NULL, 0, NULL TSRMLS_CC); in php_userstreamop_closedir()
[all …]
/PHP-5.3/ext/zip/lib/
H A Dzip_open.c82 return NULL; in zip_open()
100 return NULL; in _zip_open()
116 return NULL; in _zip_open()
122 return NULL; in _zip_open()
132 return NULL; in _zip_open()
181 return NULL; in _zip_readcdir()
187 return NULL; in _zip_readcdir()
192 return NULL; in _zip_readcdir()
202 return NULL; in _zip_readcdir()
214 return NULL; in _zip_readcdir()
[all …]
H A Dzip_source_function.c47 if (za == NULL) in zip_source_function()
48 return NULL; in zip_source_function()
50 if ((zs=_zip_source_new(za)) == NULL) in zip_source_function()
51 return NULL; in zip_source_function()
66 if ((src=(struct zip_source *)malloc(sizeof(*src))) == NULL) { in _zip_source_new()
68 return NULL; in _zip_source_new()
71 src->src = NULL; in _zip_source_new()
72 src->cb.f = NULL; in _zip_source_new()
73 src->ud = NULL; in _zip_source_new()
/PHP-5.3/ext/intl/locale/
H A Dlocale_methods.c76 "zh-yue", NULL
88 NULL
112 while (*list != NULL) { in findOffset()
126 char* result = NULL; in getPreferredTag()
275 return NULL; in get_icu_value_internal()
291 return NULL; in get_icu_value_internal()
340 return NULL; in get_icu_value_internal()
353 return NULL; in get_icu_value_internal()
708 if( e != NULL ) in PHP_FUNCTION()
903 zval* arr = NULL; in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c85 NULL
95 if (name == NULL) { in mbfl_name2language()
96 return NULL; in mbfl_name2language()
100 while ((language = mbfl_language_ptr_table[i++]) != NULL){ in mbfl_name2language()
107 while ((language = mbfl_language_ptr_table[i++]) != NULL){ in mbfl_name2language()
116 if (language->aliases != NULL) { in mbfl_name2language()
118 while ((*language->aliases)[j] != NULL) { in mbfl_name2language()
127 return NULL; in mbfl_name2language()
143 return NULL; in mbfl_no2language()
152 if (language == NULL) { in mbfl_name2no_language()
[all …]
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_all_oo.phpt16 $tmp = NULL;
17 $link = NULL;
172 func_mysqli_fetch_all_oo($link, $engine, "TINYINT", NULL, NULL, 30);
177 func_mysqli_fetch_all_oo($link, $engine, "BOOL", NULL, NULL, 70);
223 func_mysqli_fetch_all_oo($link, $engine, "DATE", NULL, NULL, 430);
235 func_mysqli_fetch_all_oo($link, $engine, "TIME", NULL, NULL, 500);
239 func_mysqli_fetch_all_oo($link, $engine, "YEAR", NULL, NULL, 530);
388 NULL
407 NULL
427 NULL
[all …]
H A Dmysqli_fetch_array.phpt12 $tmp = NULL;
13 $link = NULL;
158 func_mysqli_fetch_array($link, $engine, "TINYINT", NULL, NULL, 30);
163 func_mysqli_fetch_array($link, $engine, "BOOL", NULL, NULL, 70);
165 func_mysqli_fetch_array($link, $engine, "BOOLEAN", NULL, NULL, 90);
195 func_mysqli_fetch_array($link, $engine, "FLOAT", NULL, NULL, 300);
213 func_mysqli_fetch_array($link, $engine, "DATE", NULL, NULL, 430);
224 func_mysqli_fetch_array($link, $engine, "TIME", NULL, NULL, 500);
228 func_mysqli_fetch_array($link, $engine, "YEAR", NULL, NULL, 530);
360 NULL
[all …]
H A Dmysqli_fetch_all.phpt15 $tmp = NULL;
16 $link = NULL;
172 func_mysqli_fetch_all($link, $engine, "TINYINT", NULL, NULL, 30);
177 func_mysqli_fetch_all($link, $engine, "BOOL", NULL, NULL, 70);
179 func_mysqli_fetch_all($link, $engine, "BOOLEAN", NULL, NULL, 90);
206 func_mysqli_fetch_all($link, $engine, "FLOAT", NULL, NULL, 300);
223 func_mysqli_fetch_all($link, $engine, "DATE", NULL, NULL, 430);
233 func_mysqli_fetch_all($link, $engine, "TIME", NULL, NULL, 500);
237 func_mysqli_fetch_all($link, $engine, "YEAR", NULL, NULL, 530);
427 NULL
[all …]
/PHP-5.3/ext/standard/tests/array/
H A Darray_chunk_variation1.phpt87 NULL
90 NULL
93 NULL
98 NULL
101 NULL
104 NULL
109 NULL
112 NULL
115 NULL
120 NULL
[all …]
H A Darray_reverse_variation1.phpt103 NULL
106 NULL
109 NULL
113 NULL
116 NULL
119 NULL
123 NULL
126 NULL
129 NULL
133 NULL
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dfscanf_variation10.phpt87 NULL
91 NULL
98 NULL
102 NULL
109 NULL
113 NULL
120 NULL
124 NULL
131 NULL
153 NULL
[all …]
H A Dfscanf_variation29.phpt87 NULL
91 NULL
98 NULL
102 NULL
109 NULL
113 NULL
120 NULL
124 NULL
131 NULL
153 NULL
[all …]
H A Dfscanf_variation35.phpt82 NULL
86 NULL
93 NULL
97 NULL
104 NULL
108 NULL
115 NULL
119 NULL
126 NULL
148 NULL
[all …]
H A Dfscanf_variation4.phpt83 NULL
87 NULL
94 NULL
98 NULL
105 NULL
109 NULL
116 NULL
120 NULL
127 NULL
149 NULL
[all …]
H A Dfscanf_variation41.phpt82 NULL
86 NULL
93 NULL
97 NULL
104 NULL
108 NULL
115 NULL
119 NULL
126 NULL
148 NULL
[all …]
H A Dfscanf_variation47.phpt82 NULL
86 NULL
93 NULL
97 NULL
104 NULL
108 NULL
115 NULL
119 NULL
126 NULL
148 NULL
[all …]
/PHP-5.3/Zend/tests/
H A Dget_class_vars_007.phpt23 NULL
25 NULL
29 NULL
31 NULL
33 NULL
35 NULL
37 NULL
39 NULL
41 NULL
/PHP-5.3/ext/intl/normalizer/
H A Dnormalizer_normalize.c35 char* input = NULL; in PHP_FUNCTION()
40 UChar* uinput = NULL; in PHP_FUNCTION()
45 UChar* uret_buf = NULL; in PHP_FUNCTION()
48 char* ret_buf = NULL; in PHP_FUNCTION()
53 intl_error_reset( NULL TSRMLS_CC ); in PHP_FUNCTION()
59 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
95 intl_error_set_code( NULL, status TSRMLS_CC ); in PHP_FUNCTION()
156 intl_error_set( NULL, status, in PHP_FUNCTION()
173 char* input = NULL; in PHP_FUNCTION()
178 UChar* uinput = NULL; in PHP_FUNCTION()
[all …]
/PHP-5.3/sapi/embed/
H A Dphp_embed.c38 return NULL; in php_embed_read_cookies()
118 NULL, /* activate */
123 NULL, /* get uid */
124 NULL, /* getenv */
128 NULL, /* header handler */
137 NULL, /* Get request time */
138 NULL, /* Child terminate */
152 {NULL, NULL, NULL}
159 void ***tsrm_ls = NULL; in php_embed_init()
174 tsrm_startup(1, 1, 0, NULL); in php_embed_init()
[all …]
/PHP-5.3/TSRM/
H A Dtsrm_win32.c116 return NULL; in tsrm_win32_get_path_sid_key()
123 return NULL; in tsrm_win32_get_path_sid_key()
129 return NULL; in tsrm_win32_get_path_sid_key()
190 return NULL; in tsrm_win32_get_token_sid()
285 if(bucket == NULL && real_path == NULL) { in tsrm_win32_access()
403 return NULL; in process_get()
435 return NULL; in shm_get()
447 return NULL; in dupHandle()
454 return popen_ex(command, type, NULL, NULL); in popen()
478 return NULL; in popen_ex()
[all …]
/PHP-5.3/ext/mbstring/tests/
H A Dmb_ereg_variation2.phpt115 NULL
119 NULL
123 NULL
127 NULL
131 NULL
135 NULL
139 NULL
143 NULL
147 NULL
151 NULL
[all …]
/PHP-5.3/ext/com_dotnet/
H A Dcom_typeinfo.c49 return NULL; in php_com_load_typelib()
71 if (FAILED(hr) && (major == NULL || minor == NULL)) { in php_com_load_typelib()
102 ERROR_SUCCESS == RegQueryInfoKey(hkey, NULL, NULL, NULL, &SubKeys, in php_com_load_typelib()
103 &MaxSubKeyLength, NULL, NULL, NULL, NULL, NULL, NULL)) { in php_com_load_typelib()
112 if (ERROR_SUCCESS == RegQueryInfoKey(hsubkey, NULL, NULL, NULL, &VersionCount, in php_com_load_typelib()
113 NULL, NULL, NULL, NULL, NULL, NULL, NULL)) { in php_com_load_typelib()
404 { 0, NULL }
454 ITypeInfo_GetDocumentation(typeinfo, MEMBERID_NIL, &olename, NULL, NULL, NULL); in php_com_process_typeinfo()
484 ITypeInfo_GetDocumentation(typeinfo, func->memid, &olename, NULL, NULL, NULL); in php_com_process_typeinfo()
511 ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL); in php_com_process_typeinfo()
[all …]
/PHP-5.3/tests/output/
H A Dob_implicit_flush_variation_001.phpt66 'uppercase NULL' => NULL,
108 NULL
111 NULL
114 NULL
117 NULL
120 NULL
124 NULL
128 NULL
132 NULL
136 NULL
[all …]
/PHP-5.3/ext/standard/tests/general_functions/
H A Dvar_export_basic7.phpt16 $null_var = NULL;
19 "NULL" => NULL,
43 NULL
44 NULL
45 string(4) "NULL"
49 NULL
50 NULL
51 string(4) "NULL"
55 NULL
56 NULL
[all …]

Completed in 72 milliseconds

12345678910>>...148