Home
last modified time | relevance | path

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

12345678910>>...148

/PHP-5.3/ext/intl/grapheme/
H A Dgrapheme_string.c59 UChar* ustring = NULL; in PHP_FUNCTION()
443 ustr = NULL; in PHP_FUNCTION()
505 sub_str = NULL; in PHP_FUNCTION()
566 sub_str = NULL; in PHP_FUNCTION()
580 if ( NULL != sub_str ) in PHP_FUNCTION()
812 if ( NULL != next ) { in PHP_FUNCTION()
875 if ( NULL != next ) { in PHP_FUNCTION()
882 ustr = NULL; in PHP_FUNCTION()
894 if ( NULL != ustr ) in PHP_FUNCTION()
900 bi = NULL; in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/session/tests/
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 …]
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_destroy_error.phpt101 NULL
106 NULL
111 NULL
116 NULL
121 NULL
126 NULL
131 NULL
136 NULL
141 NULL
146 NULL
[all …]
/PHP-5.3/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.c174 PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, NULL)
378 char *name = NULL, *value = NULL, *temp = NULL; in PHP_FUNCTION()
396 NULL); in PHP_FUNCTION()
560 NULL, context); in PHP_FUNCTION()
1002 b = NULL; in PHP_FUNCTION()
1091 char *buf = NULL; in PHP_FUNCTION()
1787 php_stream *srcstream = NULL, *deststream = NULL; in php_copy_file_ctx()
1833 if ((sp = expand_filepath(src, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
1836 if ((dp = expand_filepath(dest, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
1959 zval *fp = NULL, *fields = NULL, **field_tmp = NULL, field; in PHP_FUNCTION()
[all …]
H A Ddir.c108 {NULL, NULL, NULL}
140 ts_allocate_id(&dir_globals_id, sizeof(php_dir_globals), NULL, NULL); in PHP_MINIT_FUNCTION()
214 zval *zcontext = NULL; in _php_do_opendir()
226 if (dirp == NULL) { in _php_do_opendir()
265 zval *id = NULL, **tmp, *myself; in PHP_FUNCTION()
344 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
348 BG(CurrentLStatFile) = NULL; in PHP_FUNCTION()
360 char *ret=NULL; in PHP_FUNCTION()
384 zval *id = NULL, **tmp, *myself; in PHP_FUNCTION()
431 char *pattern = NULL; in PHP_FUNCTION()
[all …]
/PHP-5.3/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.3/ext/bz2/
H A Dbz2.c119 NULL,
120 NULL,
187 NULL, /* seek */
188 NULL, /* cast */
189 NULL, /* stat */
214 php_stream *retstream = NULL, *stream = NULL; in _php_stream_bz2open()
222 return NULL; in _php_stream_bz2open()
232 return NULL; in _php_stream_bz2open()
275 return NULL; in _php_stream_bz2open()
295 NULL,
[all …]
/PHP-5.3/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.3/ext/fileinfo/libmagic/
H A Dmagic.c151 tmppath = NULL; \
166 tmppath = NULL;
169 tmppath = NULL;
239 ms->mlist = NULL; in magic_open()
245 return NULL; in magic_open()
253 if (mlist == NULL) in free_mlist()
371 return file_or_stream(ms, NULL, NULL); in magic_descriptor()
400 return NULL; in file_or_stream()
473 return NULL; in magic_buffer()
478 if (file_buffer(ms, NULL, NULL, buf, nb) == -1) { in magic_buffer()
[all …]
/PHP-5.3/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.3/ext/standard/tests/array/
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.3/sapi/phttpd/
H A Dphttpd.c163 NULL, /* activate */
164 NULL, /* deactivate */
167 NULL, /* flush */
168 NULL, /* get uid */
169 NULL, /* getenv */
181 NULL, /* Log message */
183 NULL, /* Child terminate */
197 …(PHG(cip)->hip->url, SG(request_info).path_translated, MAXPATHLEN, &PHG(sb), NULL, NULL) == NULL) { in php_phttpd_request_ctor()
265 php_request_shutdown(NULL); in php_doit()
272 tsrm_startup(1, 1, 0, NULL); in pm_init()
[all …]
/PHP-5.3/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.3/ext/pdo_odbc/
H A Dpdo_odbc.c35 {NULL, NULL, NULL}
51 STANDARD_MODULE_HEADER_EX, NULL,
60 NULL,
61 NULL,
79 PHP_INI_ENTRY("pdo_odbc.db2_instance_name", NULL, PHP_INI_SYSTEM, NULL)
88 char *pooling_val = NULL; in PHP_INI_END()
118 …if (FAILURE == cfg_get_string("pdo_odbc.connection_pooling", &pooling_val) || pooling_val == NULL)… in PHP_INI_END()
130 …php_error_docref(NULL TSRMLS_CC, E_ERROR, "Error in pdo_odbc.connection_pooling configuration. Va… in PHP_INI_END()
/PHP-5.3/Zend/tests/
H A Dlist_003.phpt6 list($a) = NULL;
20 NULL
21 NULL
22 NULL
23 NULL
24 NULL
/PHP-5.3/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.3/ext/xsl/
H A Dxsltprocessor.c94 {NULL, NULL, NULL}
111 return NULL; in php_xsl_xslt_string_to_xpathexpr()
146 return NULL; in php_xsl_xslt_make_params()
167 params[i++] = NULL; in php_xsl_xslt_make_params()
261 curns = xmlNewNs(NULL, node->name, NULL); in xsl_ext_function_php()
386 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_FUNCTION()
489 return NULL; in php_xsl_apply_stylesheet()
494 return NULL; in php_xsl_apply_stylesheet()
499 f = NULL; in php_xsl_apply_stylesheet()
504 f = NULL; in php_xsl_apply_stylesheet()
[all …]
/PHP-5.3/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.3/ext/mbstring/
H A Dmbstring.c214 {0, NULL, NULL, NULL}
578 NULL,
587 { NULL, 0, NULL, NULL }
646 { NULL, 0, NULL, NULL }
663 list = NULL; in php_mb_parse_encoding_list()
795 list = NULL; in php_mb_parse_encoding_array()
2865 char *_from_encodings = NULL, *ret, *s_free = NULL; in PHP_FUNCTION()
3018 list = NULL; in PHP_FUNCTION()
3762 if (fld_name.c != NULL && fld_val.c != NULL) { in _php_mbstr_parse_mail_headers()
3814 if (fld_name.c != NULL && fld_val.c != NULL) { in _php_mbstr_parse_mail_headers()
[all …]
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_env.c19 static char **fpm_env_argv = NULL;
90 if(getenv(name) != NULL) { in unsetenv()
100 environ[ct-1] = NULL; in unsetenv()
116 return NULL; in nvmatch()
131 fpm_env_argv[1] = NULL; in fpm_env_setproctitle()
201 char *first = NULL; in fpm_env_init_main()
202 char *last = NULL; in fpm_env_init_main()
226 if (first == NULL) { in fpm_env_init_main()
235 if (first == NULL) { in fpm_env_init_main()
243 if (first == NULL || last == NULL) { in fpm_env_init_main()
[all …]
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat.c35 if( IntlDateFormatter_ce_ptr == NULL) { in dateformat_register_constants()
79 char* timezone_str = NULL; in datefmt_ctor()
81 char* pattern_str = NULL; in datefmt_ctor()
83 UChar* svalue = NULL; /* UTF-16 pattern_str */ in datefmt_ctor()
87 UCalendar ucal_obj = NULL; in datefmt_ctor()
90 intl_error_reset( NULL TSRMLS_CC ); in datefmt_ctor()
113 if (DATE_FORMAT_OBJECT(dfo) != NULL) { in datefmt_ctor()
188 if (U_FAILURE(intl_error_get_code(NULL TSRMLS_CC))) { in datefmt_ctor()
234 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
253 char* message = NULL; in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/intl/collator/
H A Dcollator_sort.c55 Collator_object* co = NULL; in collator_regular_compare_function()
62 zval* num1 = NULL; in collator_regular_compare_function()
63 zval* num2 = NULL; in collator_regular_compare_function()
64 zval* norm1 = NULL; in collator_regular_compare_function()
65 zval* norm2 = NULL; in collator_regular_compare_function()
150 zval* num1 = NULL; in collator_numeric_compare_function()
151 zval* num2 = NULL; in collator_numeric_compare_function()
182 Collator_object* co = NULL; in collator_icu_compare_function()
183 zval* str1 = NULL; in collator_icu_compare_function()
184 zval* str2 = NULL; in collator_icu_compare_function()
[all …]

Completed in 94 milliseconds

12345678910>>...148