Home
last modified time | relevance | path

Searched refs:NULL (Results 101 – 125 of 3296) sorted by relevance

12345678910>>...132

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter_wchar.c42 NULL,
43 NULL,
44 NULL,
46 NULL,
47 NULL
/PHP-7.4/ext/spl/tests/
H A DSplFixedArray_setSize_destruct.phpt35 NULL
37 NULL
39 NULL
41 NULL
48 NULL
50 NULL
52 NULL
54 NULL
/PHP-7.4/ext/tidy/tests/
H A D012.phpt54 NULL
99 NULL
101 NULL
272 NULL
311 NULL
313 NULL
331 NULL
411 NULL
413 NULL
431 NULL
[all …]
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c54 char *res = NULL, *separator=NULL; in ZEND_EXTERN_MODULE_GLOBALS()
188 char *strtok_buf = NULL, **val_list = NULL; in _php_mb_encoding_handler_ex()
223 strtok_buf = NULL; in _php_mb_encoding_handler_ex()
261 from_encoding = NULL; in _php_mb_encoding_handler_ex()
263 if (identd != NULL) { in _php_mb_encoding_handler_ex()
284 convd = NULL; in _php_mb_encoding_handler_ex()
287 if (convd != NULL) { in _php_mb_encoding_handler_ex()
329 if (convd != NULL){ in _php_mb_encoding_handler_ex()
336 if (convd != NULL) { in _php_mb_encoding_handler_ex()
340 if (val_list != NULL) { in _php_mb_encoding_handler_ex()
[all …]
/PHP-7.4/Zend/tests/
H A Dlist_003.phpt6 list($a) = NULL;
20 NULL
21 NULL
22 NULL
23 NULL
24 NULL
/PHP-7.4/ext/oci8/tests/
H A Dfunction_aliases.phpt61 NULL
64 NULL
67 NULL
70 NULL
94 NULL
97 NULL
100 NULL
103 NULL
106 NULL
107 NULL
[all …]
H A Dlob_aliases.phpt44 NULL
47 NULL
50 NULL
53 NULL
56 NULL
59 NULL
62 NULL
65 NULL
68 NULL
71 NULL
[all …]
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_normalize.c57 return NULL; in intl_get_normalizer()
107 char* input = NULL; in PHP_FUNCTION()
112 UChar* uinput = NULL; in PHP_FUNCTION()
117 UChar* uret_buf = NULL; in PHP_FUNCTION()
124 intl_error_reset( NULL ); in PHP_FUNCTION()
238 intl_error_set( NULL, status, in PHP_FUNCTION()
255 char* input = NULL; in PHP_FUNCTION()
260 UChar* uinput = NULL; in PHP_FUNCTION()
266 intl_error_reset( NULL ); in PHP_FUNCTION()
348 char* input = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/ftp/tests/
H A D006.phpt39 NULL
45 NULL
48 NULL
51 NULL
54 NULL
57 NULL
60 NULL
63 NULL
66 NULL
69 NULL
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_variation10.phpt35 echo "-- passing NULL as 'arr1' --\n";
68 -- anonymous function with NULL parameter --
71 NULL
73 NULL
75 NULL
77 -- anonymous function with NULL body --
80 NULL
82 NULL
84 NULL
86 -- passing NULL as 'arr1' --
[all …]
H A Darray_diff_key_variation1.phpt57 'uppercase NULL' => NULL,
106 NULL
109 NULL
114 NULL
117 NULL
122 NULL
125 NULL
130 NULL
133 NULL
138 NULL
[all …]
H A Darray_diff_ukey_variation1.phpt65 'uppercase NULL' => NULL,
114 NULL
117 NULL
122 NULL
125 NULL
130 NULL
133 NULL
138 NULL
141 NULL
146 NULL
[all …]
H A Darray_diff_ukey_variation2.phpt67 'uppercase NULL' => NULL,
118 NULL
121 NULL
126 NULL
129 NULL
134 NULL
137 NULL
142 NULL
145 NULL
150 NULL
[all …]
H A Darray_diff_key_variation2.phpt57 'uppercase NULL' => NULL,
107 NULL
110 NULL
115 NULL
118 NULL
123 NULL
126 NULL
131 NULL
134 NULL
139 NULL
[all …]
H A Darray_intersect_key_variation1.phpt61 'uppercase NULL' => NULL,
110 NULL
113 NULL
118 NULL
121 NULL
126 NULL
129 NULL
134 NULL
137 NULL
142 NULL
[all …]
H A Darray_intersect_key_variation2.phpt61 'uppercase NULL' => NULL,
111 NULL
114 NULL
119 NULL
122 NULL
127 NULL
130 NULL
135 NULL
138 NULL
143 NULL
[all …]
H A Darray_intersect_uassoc_variation1.phpt69 'uppercase NULL' => NULL,
118 NULL
121 NULL
126 NULL
129 NULL
134 NULL
137 NULL
142 NULL
145 NULL
150 NULL
[all …]
H A Darray_intersect_uassoc_variation2.phpt69 'uppercase NULL' => NULL,
118 NULL
121 NULL
126 NULL
129 NULL
134 NULL
137 NULL
142 NULL
145 NULL
150 NULL
[all …]
H A Darray_intersect_ukey_variation1.phpt66 'uppercase NULL' => NULL,
116 NULL
119 NULL
124 NULL
127 NULL
132 NULL
135 NULL
140 NULL
143 NULL
148 NULL
[all …]
H A Darray_intersect_ukey_variation2.phpt66 'uppercase NULL' => NULL,
116 NULL
119 NULL
124 NULL
127 NULL
132 NULL
135 NULL
140 NULL
143 NULL
148 NULL
[all …]
H A Darray_intersect_ukey_variation4.phpt67 'uppercase NULL' => NULL,
117 NULL
120 NULL
125 NULL
128 NULL
133 NULL
136 NULL
141 NULL
144 NULL
149 NULL
[all …]
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat.c35 UChar* spattern = NULL; in msgfmt_ctor()
41 intl_error_reset( NULL ); in msgfmt_ctor()
48 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in msgfmt_ctor()
62 spattern = NULL; in msgfmt_ctor()
90 char *msg = NULL; in msgfmt_ctor()
150 zval* object = NULL; in PHP_FUNCTION()
151 MessageFormatter_object* mfo = NULL; in PHP_FUNCTION()
157 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
177 zend_string* message = NULL; in PHP_FUNCTION()
178 zval* object = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/dom/
H A Delement.c154 xmlNodePtr nodep = NULL, oldnode = NULL; in PHP_METHOD()
156 char *name, *value = NULL, *uri = NULL; in PHP_METHOD()
157 char *localname = NULL, *prefix = NULL; in PHP_METHOD()
178 if (nodep != NULL && uri != NULL) { in PHP_METHOD()
307 return NULL; in dom_get_dom1_attribute()
505 curns = xmlNewNs(NULL, attrp->name, NULL); in PHP_FUNCTION()
573 if (attrp->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
704 return NULL; in _dom_new_reconNs()
748 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION()
952 curns = xmlNewNs(NULL, nsptr->href, NULL); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c60 UChar* ustring = NULL; in PHP_FUNCTION()
82 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
388 UBreakIterator* bi = NULL; in PHP_FUNCTION()
424 if ( NULL == sub_str ) { in PHP_FUNCTION()
432 ustr = NULL; in PHP_FUNCTION()
439 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
787 UBreakIterator* bi = NULL; in PHP_FUNCTION()
801 if ( NULL != next ) { in PHP_FUNCTION()
861 if ( NULL != next ) { in PHP_FUNCTION()
880 bi = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.4/main/
H A Dphp_content_types.c29 …{ MULTIPART_CONTENT_TYPE, sizeof(MULTIPART_CONTENT_TYPE)-1, NULL, rf…
30 { NULL, 0, NULL, NULL }
39 if (NULL == SG(request_info).post_entry) { in SAPI_POST_READER_FUNC()
53 sapi_register_input_filter(php_default_input_filter, NULL); in php_startup_sapi_content_types()

Completed in 44 milliseconds

12345678910>>...132