Home
last modified time | relevance | path

Searched refs:NULL (Results 226 – 250 of 4090) sorted by relevance

12345678910>>...164

/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_format.c38 UChar* formatted = NULL; in msgfmt_do_format()
45 zend_hash_init(args_copy, count, NULL, ZVAL_PTR_DTOR, 0); in msgfmt_do_format()
79 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
100 UChar *spattern = NULL; in PHP_FUNCTION()
102 char *pattern = NULL; in PHP_FUNCTION()
104 const char *slocale = NULL; in PHP_FUNCTION()
113 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
128 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
134 spattern = NULL; in PHP_FUNCTION()
143 intl_error_set( NULL, U_INVALID_FORMAT_ERROR, in PHP_FUNCTION()
[all …]
H A Dmsgformat_parse.c36 UChar *usource = NULL; in msgfmt_do_parse()
72 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
92 UChar *spattern = NULL; in PHP_FUNCTION()
94 char *pattern = NULL; in PHP_FUNCTION()
96 const char *slocale = NULL; in PHP_FUNCTION()
98 char *source = NULL; in PHP_FUNCTION()
107 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
121 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
127 spattern = NULL; in PHP_FUNCTION()
136 intl_error_set( NULL, U_INVALID_FORMAT_ERROR, in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/dom/
H A Ddocumentfragment.c57 xmlNodePtr nodep = NULL, oldnode = NULL; in PHP_METHOD()
64 nodep = xmlNewDocFragment(NULL); in PHP_METHOD()
73 if (oldnode != NULL) { in PHP_METHOD()
91 while (prop != NULL) { in php_dom_xmlSetTreeDoc()
95 while (cur != NULL) { in php_dom_xmlSetTreeDoc()
103 if (tree->children != NULL) { in php_dom_xmlSetTreeDoc()
105 while (cur != NULL) { in php_dom_xmlSetTreeDoc()
120 char *data = NULL; in PHP_METHOD()
137 err = xmlParseBalancedChunkMemory(nodep->doc, NULL, NULL, 0, (xmlChar *) data, &lst); in PHP_METHOD()
/PHP-7.0/Zend/tests/
H A Dbug63762.phpt10 echo "Array of NULL:\n";
11 $ref->setValue($e, array(NULL));
19 echo "\nArray of array of NULL values:\n";
21 'file' => NULL,
22 'line' => NULL,
23 'class' => NULL,
24 'type' => NULL,
25 'function' => NULL,
26 'args' => NULL
31 Array of NULL:
[all …]
/PHP-7.0/ext/zip/lib/
H A Dzip_source_win32a.c57 if (za == NULL) in zip_source_win32a()
58 return NULL; in zip_source_win32a()
67 if (fname == NULL || length < -1) { in zip_source_win32a_create()
69 return NULL; in zip_source_win32a_create()
72 …return _zip_source_win32_handle_or_name(fname, INVALID_HANDLE_VALUE, start, length, 1, NULL, &win3… in zip_source_win32a_create()
86 …, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NU… in _win32_open_a()
96 if (*temp == NULL) { in _win32_create_temp_a()
97 if ((*temp = malloc(sizeof(char) * len)) == NULL) { in _win32_create_temp_a()
106 …IC_WRITE, FILE_SHARE_READ, sa, CREATE_NEW, FILE_ATTRIBUTE_NORMAL | FILE_ATTRIBUTE_TEMPORARY, NULL); in _win32_create_temp_a()
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_disable_reads_from_master.phpt17 $tmp = NULL;
18 $link = NULL;
20 if (NULL !== ($tmp = @mysqli_disable_reads_from_master()))
21 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
23 if (NULL !== ($tmp = @mysqli_disable_reads_from_master($link)))
24 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
36 if (NULL !== ($tmp = mysqli_disable_reads_from_master($link)))
37 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_dump_debug_info.phpt13 $tmp = NULL;
14 $link = NULL;
16 if (NULL !== ($tmp = @mysqli_dump_debug_info()))
17 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
19 if (NULL !== ($tmp = @mysqli_dump_debug_info($link)))
20 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
35 if (NULL !== ($tmp = mysqli_dump_debug_info($link)))
36 printf("[005] Expecting NULL, got %s/%s\n",
H A Dmysqli_enable_reads_from_master.phpt17 $tmp = NULL;
18 $link = NULL;
20 if (NULL !== ($tmp = @mysqli_enable_reads_from_master()))
21 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
23 if (NULL !== ($tmp = @mysqli_enable_reads_from_master($link)))
24 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
36 if (NULL !== ($tmp = mysqli_enable_reads_from_master($link)))
37 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.0/ext/standard/tests/general_functions/
H A Drand.phpt36 NULL
42 NULL
45 NULL
46 NULL
49 NULL
50 NULL
51 NULL
54 NULL
58 NULL
62 NULL
/PHP-7.0/ext/json/tests/
H A Dbug64874_part2.phpt35 NULL
42 NULL
47 NULL
54 NULL
57 NULL
59 NULL
63 NULL
66 NULL
/PHP-7.0/Zend/
H A Dzend_object_handlers.c132 *table = NULL; in zend_std_get_gc()
139 *table = NULL; in zend_std_get_gc()
145 return NULL; in zend_std_get_gc()
161 : NULL; in zend_std_get_debug_info()
425 return NULL; in zend_get_property_info()
774 return NULL; in zend_std_read_dimension()
779 return NULL; in zend_std_read_dimension()
1047 return NULL; in zend_check_private_int()
1162 return NULL; in zend_std_get_method()
1339 return NULL; in zend_std_get_static_property()
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_map_variation18.phpt108 NULL
112 NULL
116 NULL
120 NULL
124 NULL
128 NULL
132 NULL
136 NULL
140 NULL
144 NULL
[all …]
H A Darray_product_variation5.phpt57 'uppercase NULL' => NULL,
102 NULL
107 NULL
112 NULL
117 NULL
122 NULL
127 NULL
132 NULL
137 NULL
142 NULL
[all …]
H A Darray_udiff_assoc_variation1.phpt61 'uppercase NULL' => NULL,
106 NULL
111 NULL
116 NULL
121 NULL
126 NULL
131 NULL
136 NULL
141 NULL
146 NULL
[all …]
H A Darray_udiff_assoc_variation2.phpt61 'uppercase NULL' => NULL,
106 NULL
111 NULL
116 NULL
121 NULL
126 NULL
131 NULL
136 NULL
141 NULL
146 NULL
[all …]
H A Darray_udiff_assoc_variation4.phpt62 'uppercase NULL' => NULL,
107 NULL
112 NULL
117 NULL
122 NULL
127 NULL
132 NULL
137 NULL
142 NULL
147 NULL
[all …]
/PHP-7.0/ext/gd/libgd/
H A Dgd_png.c146 return NULL; in gdImageCreateFromPngCtx()
150 return NULL; in gdImageCreateFromPngCtx()
156 png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); in gdImageCreateFromPngCtx()
160 return NULL; in gdImageCreateFromPngCtx()
166 png_destroy_read_struct (&png_ptr, NULL, NULL); in gdImageCreateFromPngCtx()
168 return NULL; in gdImageCreateFromPngCtx()
184 return NULL; in gdImageCreateFromPngCtx()
204 return NULL; in gdImageCreateFromPngCtx()
225 return NULL; in gdImageCreateFromPngCtx()
259 return NULL; in gdImageCreateFromPngCtx()
[all …]
/PHP-7.0/ext/bz2/
H A Dbz2.c120 NULL,
121 NULL,
218 NULL, /* seek */
219 NULL, /* cast */
220 NULL, /* stat */
248 php_stream *retstream = NULL, *stream = NULL; in _php_stream_bz2open()
256 return NULL; in _php_stream_bz2open()
269 return NULL; in _php_stream_bz2open()
315 return NULL; in _php_stream_bz2open()
324 NULL, /* stat */
[all …]
/PHP-7.0/ext/oci8/
H A Doci8_interface.c131 if (statement->defines == NULL) { in PHP_FUNCTION()
173 zval *bind_var = NULL; in PHP_FUNCTION()
203 zval *bind_var = NULL; in PHP_FUNCTION()
334 char *buffer = NULL; in PHP_FUNCTION()
1007 stream = php_stream_open_wrapper_ex(filename, "w", REPORT_ERRORS, NULL, NULL); in PHP_FUNCTION()
1658 zval *arg = NULL; in PHP_FUNCTION()
1663 dvoid *errh = NULL; in PHP_FUNCTION()
1665 text *sqltext = NULL; in PHP_FUNCTION()
1837 connection->client_id = NULL; in PHP_FUNCTION()
1866 OCI_G(edition) = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/standard/
H A Dfilters.c66 NULL,
142 NULL,
148 NULL,
256 return NULL; in strfilter_strip_tags_create()
280 return NULL; in strfilter_strip_tags_create()
464 if (in_pp == NULL || in_left_p == NULL) { in php_conv_base64_encode_convert()
634 if (in_pp == NULL || in_left_p == NULL) { in php_conv_base64_decode_convert()
1417 return NULL; in php_conv_open()
1577 err = ((ps == NULL ? php_conv_convert(inst->cd, NULL, NULL, &pd, &ocnt): in strfilter_convert_append_bucket()
1737 return NULL; in strfilter_convert_create()
[all …]
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c93 __n = NULL; \
118 if (name == NULL && (node->ns == NULL || node->ns->prefix == NULL)) { in match_ns()
179 return NULL; in sxe_find_element_by_name()
229 return NULL; in sxe_get_element_by_name()
1084 if (node->children != NULL || node->prev != NULL || node->next != NULL) { in sxe_prop_is_empty()
1207 if (node->children != NULL || node->prev != NULL || node->next != NULL) { in sxe_get_prop_hash()
2041 NULL,
2055 NULL,
2493 if (intern != NULL && intern->node != NULL) { in php_sxe_iterator_current_key()
2690 NULL,
[all …]
/PHP-7.0/ext/mbstring/tests/
H A Dmb_ereg_variation1.phpt98 NULL
102 NULL
106 NULL
110 NULL
114 NULL
118 NULL
122 NULL
126 NULL
130 NULL
134 NULL
[all …]
/PHP-7.0/ext/iconv/
H A Diconv.c154 NULL,
155 NULL,
160 NULL,
161 NULL,
608 result = iconv(cd, NULL, NULL, &out_p, &out_left); in php_iconv_string()
635 *out = NULL; in php_iconv_string()
1326 if (iconv(cd, NULL, NULL, NULL, NULL) == (size_t)-1) { in _php_iconv_mime_encode()
1454 if (iconv(cd, NULL, NULL, NULL, NULL) == (size_t)-1) { in _php_iconv_mime_encode()
1919 if (spaces != NULL && encoded_word == NULL) { in _php_iconv_mime_decode()
2710 if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt): in php_iconv_stream_filter_append_bucket()
[all …]
/PHP-7.0/ext/oci8/tests/
H A Dcommit_old.phpt118 NULL
120 NULL
122 NULL
124 NULL
129 NULL
131 NULL
133 NULL
135 NULL
140 NULL
142 NULL
[all …]
/PHP-7.0/main/streams/
H A Dfilter.c78 if (bucket == NULL) { in php_stream_bucket_new()
79 return NULL; in php_stream_bucket_new()
90 return NULL; in php_stream_bucket_new()
144 if (*left == NULL || *right == NULL) { in php_stream_bucket_split()
193 bucket->prev = NULL; in php_stream_bucket_prepend()
211 bucket->next = NULL; in php_stream_bucket_append()
351 php_stream_bucket_brigade brig_in = { NULL, NULL }, brig_out = { NULL, NULL }; in php_stream_filter_append_ex()
431 …php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp … in _php_stream_filter_flush()
463 outp->head = NULL; in _php_stream_filter_flush()
464 outp->tail = NULL; in _php_stream_filter_flush()
[all …]

Completed in 71 milliseconds

12345678910>>...164