Home
last modified time | relevance | path

Searched refs:NULL (Results 151 – 175 of 4095) sorted by relevance

12345678910>>...164

/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_variation1.phpt99 NULL
102 NULL
106 NULL
109 NULL
113 NULL
116 NULL
120 NULL
123 NULL
127 NULL
130 NULL
[all …]
H A Darray_merge_recursive_variation1.phpt115 NULL
118 NULL
123 NULL
126 NULL
131 NULL
134 NULL
139 NULL
142 NULL
147 NULL
150 NULL
[all …]
/PHP-5.5/ext/dom/
H A Dxpath.c77 zval **args = NULL; in dom_xpath_ext_function_php()
85 char *callable = NULL; in dom_xpath_ext_function_php()
154 curns = xmlNewNs(NULL, node->name, NULL); in dom_xpath_ext_function_php()
290 if (ctx == NULL) { in PHP_METHOD()
363 if (ctxp == NULL) { in PHP_FUNCTION()
407 if (ctxp == NULL) { in php_xpath_eval()
413 if (docp == NULL) { in php_xpath_eval()
437 if (ns != NULL) { in php_xpath_eval()
448 ctxp->node = NULL; in php_xpath_eval()
450 if (ns != NULL) { in php_xpath_eval()
[all …]
/PHP-5.5/ext/session/tests/
H A Dsession_destroy_error.phpt101 NULL
106 NULL
111 NULL
116 NULL
121 NULL
126 NULL
131 NULL
136 NULL
141 NULL
146 NULL
[all …]
H A Dsession_get_cookie_params_error.phpt100 NULL
105 NULL
110 NULL
115 NULL
120 NULL
125 NULL
130 NULL
135 NULL
140 NULL
145 NULL
[all …]
H A Dsession_encode_error.phpt103 NULL
108 NULL
113 NULL
118 NULL
123 NULL
128 NULL
133 NULL
138 NULL
143 NULL
148 NULL
[all …]
/PHP-5.5/ext/standard/
H A Dfsock.c37 zval *zerrno = NULL, *zerrstr = NULL; in php_fsockopen_stream()
41 char *hashkey = NULL; in php_fsockopen_stream()
42 php_stream *stream = NULL; in php_fsockopen_stream()
44 char *hostname = NULL; in php_fsockopen_stream()
46 char *errstr = NULL; in php_fsockopen_stream()
80 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); in php_fsockopen_stream()
85 if (stream == NULL) { in php_fsockopen_stream()
86 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to connect to %s:%ld (%s)", host, port, errstr… in php_fsockopen_stream()
93 if (stream == NULL) { in php_fsockopen_stream()
H A Dfile.c380 char *name = NULL, *value = NULL, *temp = NULL; in PHP_FUNCTION()
394 NULL); in PHP_FUNCTION()
542 NULL, context); in PHP_FUNCTION()
1006 char *buf = NULL; in PHP_FUNCTION()
1020 if (buf == NULL) { in PHP_FUNCTION()
1151 if (buf == NULL) { in PHP_FUNCTION()
1652 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx()
1698 if ((sp = expand_filepath(src, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
1701 if ((dp = expand_filepath(dest, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
1824 zval *fp = NULL, *fields = NULL; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c93 return NULL; in php_mb_regex_globals_alloc()
97 return NULL; in php_mb_regex_globals_alloc()
402 return NULL; in _php_mb_regex_mbctype2name()
452 php_mb_regex_t *retval = NULL, **rc = NULL; in php_mbregex_compile_pattern()
461 retval = NULL; in php_mbregex_compile_pattern()
701 array = NULL; in _php_mb_regex_ereg_exec()
729 if (re == NULL) { in _php_mb_regex_ereg_exec()
1206 str = NULL; in _php_mb_regex_ereg_search_exec()
1311 char *arg_pattern = NULL, *arg_options = NULL; in PHP_FUNCTION()
1447 syntax = NULL; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt136 NULL
138 NULL
151 NULL
153 NULL
155 NULL
157 NULL
170 NULL
172 NULL
174 NULL
176 NULL
[all …]
/PHP-5.5/ext/zip/lib/
H A Dzip_source_file.c47 if (za == NULL) in zip_source_file()
48 return NULL; in zip_source_file()
50 if (fname == NULL || len < -1) { in zip_source_file()
52 return NULL; in zip_source_file()
55 return _zip_source_file_or_p(za, fname, NULL, start, len, 1, NULL); in zip_source_file()
H A Dzip_source_filep.c65 if (za == NULL) in zip_source_filep()
66 return NULL; in zip_source_filep()
70 return NULL; in zip_source_filep()
73 return _zip_source_file_or_p(za, NULL, file, start, len, 1, NULL); in zip_source_filep()
86 if (file == NULL && fname == NULL) { in _zip_source_file_or_p()
88 return NULL; in _zip_source_file_or_p()
93 return NULL; in _zip_source_file_or_p()
96 f->fname = NULL; in _zip_source_file_or_p()
101 return NULL; in _zip_source_file_or_p()
115 return NULL; in _zip_source_file_or_p()
[all …]
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp38 zend_throw_exception( NULL, in PHP_METHOD()
48 const char *locale_str = NULL; in _breakiter_factory()
52 intl_error_reset(NULL TSRMLS_CC); in _breakiter_factory()
62 if (locale_str == NULL) { in _breakiter_factory()
117 intl_error_reset(NULL TSRMLS_CC); in PHP_FUNCTION()
142 if (bio->text == NULL) { in PHP_FUNCTION()
153 UText *ut = NULL; in PHP_FUNCTION()
185 if (bio->text != NULL) { in PHP_FUNCTION()
425 if (bio == NULL) in PHP_FUNCTION()
433 const char* message = NULL; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_send_query.phpt20 $tmp = NULL;
21 $link = NULL;
23 if (NULL !== ($tmp = @mysqli_send_query()))
24 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
26 if (NULL !== ($tmp = @mysqli_send_query($link)))
27 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
35 if (NULL !== ($tmp = @mysqli_send_query($link, $query)))
36 printf("[004] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
43 if (NULL !== ($tmp = mysqli_send_query($link, 'SELECT 1')))
44 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.5/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp41 zval **tz_object = NULL; in _php_intlgregcal_constructor_body()
44 char *locale = NULL; in _php_intlgregcal_constructor_body()
49 intl_error_reset(NULL TSRMLS_CC); in _php_intlgregcal_constructor_body()
54 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in _php_intlgregcal_constructor_body()
62 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in _php_intlgregcal_constructor_body()
72 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in _php_intlgregcal_constructor_body()
80 intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, in _php_intlgregcal_constructor_body()
86 GregorianCalendar *gcal = NULL; in _php_intlgregcal_constructor_body()
92 if (tz == NULL) { in _php_intlgregcal_constructor_body()
169 intl_error_reset(NULL TSRMLS_CC); in PHP_FUNCTION()
[all …]
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c158 NULL, /* activate */
159 NULL, /* deactivate */
162 NULL, /* flush */
163 NULL, /* get uid */
164 NULL, /* getenv */
176 NULL, /* Log message */
178 NULL, /* Child terminate */
192 …(PHG(cip)->hip->url, SG(request_info).path_translated, MAXPATHLEN, &PHG(sb), NULL, NULL) == NULL) { in php_phttpd_request_ctor()
259 php_request_shutdown(NULL); in php_doit()
266 tsrm_startup(1, 1, 0, NULL); in pm_init()
[all …]
/PHP-5.5/ext/bz2/
H A Dbz2.c119 NULL,
120 NULL,
191 NULL, /* seek */
192 NULL, /* cast */
193 NULL, /* stat */
218 php_stream *retstream = NULL, *stream = NULL; in _php_stream_bz2open()
226 return NULL; in _php_stream_bz2open()
239 return NULL; in _php_stream_bz2open()
285 return NULL; in _php_stream_bz2open()
305 NULL,
[all …]
/PHP-5.5/ext/xml/
H A Dcompat.c94 xmlChar **attrs = NULL; in _start_element_handler_ns()
188 attrs[z] = NULL; in _start_element_handler_ns()
203 if (nsptr != NULL) { in _namespace_handler()
382 if (ret == NULL) in _get_entity()
436 NULL, /* warning */
437 NULL, /* error */
443 NULL,
446 NULL
452 return XML_ParserCreate_MM(encoding, NULL, NULL); in XML_ParserCreate()
477 return NULL; in XML_ParserCreate_MM()
[all …]
/PHP-5.5/Zend/tests/
H A Dlist_003.phpt6 list($a) = NULL;
20 NULL
21 NULL
22 NULL
23 NULL
24 NULL
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat.c34 UChar* spattern = NULL; in msgfmt_ctor()
38 intl_error_reset( NULL TSRMLS_CC ); in msgfmt_ctor()
45 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in msgfmt_ctor()
60 spattern = NULL; in msgfmt_ctor()
120 zval* object = NULL; in PHP_FUNCTION()
121 MessageFormatter_object* mfo = NULL; in PHP_FUNCTION()
127 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
147 char* message = NULL; in PHP_FUNCTION()
148 zval* object = NULL; in PHP_FUNCTION()
149 MessageFormatter_object* mfo = NULL; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_plugin.c32 static MYSQLND_STATS * mysqlnd_plugin_example_stats = NULL;
57 NULL, /* will be filled later */
64 NULL, /* methods */
75 plugin->plugin_header.plugin_stats.values = NULL; in mysqlnd_example_plugin_end()
102 …zend_hash_init(&mysqlnd_registered_plugins, 4 /* initial hash size */, NULL /* hash_func */, NULL in mysqlnd_plugin_subsystem_init()
134 return mysqlnd_plugin_register_ex(NULL TSRMLS_CC); in mysqlnd_plugin_register()
144 …ered_plugins, plugin->plugin_name, strlen(plugin->plugin_name) + 1, &plugin, sizeof(void *), NULL); in mysqlnd_plugin_register_ex()
146 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Plugin API version mismatch while loading plugin %s. … in mysqlnd_plugin_register_ex()
163 return NULL; in _mysqlnd_plugin_find()
179 while (p != NULL) { in _mysqlnd_plugin_apply_with_argument()
[all …]
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c242 if (convd != NULL && p != NULL) { in mbfl_buffer_converter_strncat()
272 if (convd == NULL || string == NULL) { in mbfl_buffer_converter_feed2()
320 if (convd != NULL && result != NULL && convd->device.buffer != NULL) { in mbfl_buffer_converter_getbuffer()
334 if (convd == NULL || result == NULL) { in mbfl_buffer_converter_result()
345 if (convd == NULL || string == NULL || result == NULL) { in mbfl_buffer_converter_feed_result()
493 if (identd != NULL && string != NULL && string->val != NULL) { in mbfl_encoding_detector_feed()
580 if (encoding == NULL || string == NULL || result == NULL) { in mbfl_convert_encoding()
991 if (haystack == NULL || haystack->val == NULL || needle == NULL || needle->val == NULL) { in mbfl_strpos()
1313 if (encoding == NULL || string == NULL || result == NULL) { in mbfl_substr()
1469 if (string == NULL || string->val == NULL || result == NULL) { in mbfl_strcut()
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_003.phpt69 'uppercase NULL' => NULL,
113 NULL
117 NULL
121 NULL
125 NULL
129 NULL
133 NULL
137 NULL
141 NULL
145 NULL
[all …]
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c89 return NULL; in inifile_alloc()
139 return NULL; in inifile_key_string()
151 return NULL; in etrim()
172 while ((fline = php_stream_gets(dba->fp, NULL, 0)) != NULL) { in inifile_read()
246 line_type ln = {{NULL,NULL},{NULL}}; in inifile_fetch()
298 line_type ln = {{NULL,NULL},{NULL}}; in inifile_nextkey()
339 line_type ln = {{NULL,NULL},{NULL}}; in inifile_find_group()
368 line_type ln = {{NULL,NULL},{NULL}}; in inifile_next_group()
391 *ini_copy = NULL; in inifile_copy_to()
396 *ini_copy = NULL; in inifile_copy_to()
[all …]
/PHP-5.5/ext/ldap/
H A Dldap.c297 char *wallet = NULL, *walletpasswd = NULL; in PHP_FUNCTION()
383 return ldap_get_lderrno(ldap, NULL, NULL); in _get_lderrno()
400 ldap_set_lderrno(ldap, lderr, NULL, NULL); in _set_lderrno()
410 char *ldap_bind_dn = NULL, *ldap_bind_pw = NULL; in PHP_FUNCTION()
630 char *ldap_base_dn = NULL, *ldap_filter = NULL, **ldap_attrs = NULL; in php_ldap_do_search()
2455 if (ld == NULL || ld->rebindproc == NULL) { in _ldap_rebind_proc()
2499 ldap_set_rebind_proc(ld->link, NULL, NULL); in PHP_FUNCTION()
3120 NULL,
3121 NULL,
3126 NULL,
[all …]

Completed in 130 milliseconds

12345678910>>...164