Home
last modified time | relevance | path

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

12345678910>>...154

/PHP-7.0/ext/intl/transliterator/
H A Dtransliterator_methods.c38 intl_error_reset( NULL ); in create_transliterator()
69 char *buf = NULL; in create_transliterator()
73 if( buf == NULL ) { in create_transliterator()
184 char *msg = NULL; in PHP_FUNCTION()
190 if( msg != NULL ) in PHP_FUNCTION()
298 UChar *ustr = NULL, in PHP_FUNCTION()
299 *uresult = NULL; in PHP_FUNCTION()
313 if( object == NULL ) in PHP_FUNCTION()
393 if(msg != NULL ) in PHP_FUNCTION()
491 if (to == NULL ) in PHP_FUNCTION()
[all …]
/PHP-7.0/main/streams/
H A Duserspace.c615 0, NULL); in php_userstreamop_write()
701 0, NULL, 0, NULL); in php_userstreamop_read()
733 0, NULL, 0, NULL); in php_userstreamop_close()
761 0, NULL, 0, NULL); in php_userstreamop_flush()
828 0, NULL, 0, NULL); in php_userstreamop_seek()
904 0, NULL, 0, NULL); in php_userstreamop_stat()
934 …l_result = call_user_function_ex(NULL, Z_ISUNDEF(us->object)? NULL : &us->object, &func_name, &ret… in php_userstreamop_set_option()
999 IS_CALLABLE_CHECK_SILENT, NULL, NULL, NULL)) in php_userstreamop_set_option()
1430 0, NULL, in php_userstreamop_readdir()
1463 0, NULL, 0, NULL); in php_userstreamop_closedir()
[all …]
/PHP-7.0/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 …]
/PHP-7.0/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
H A Dbug70547.phpt54 NULL
62 NULL
68 NULL
72 NULL
78 NULL
82 NULL
88 NULL
90 NULL
96 NULL
97 NULL
[all …]
/PHP-7.0/ext/intl/timezone/
H A Dtimezone_methods.cpp51 intl_error_reset(NULL); in PHP_FUNCTION()
77 intl_error_reset(NULL); in PHP_FUNCTION()
96 if (tz == NULL) { in PHP_FUNCTION()
105 intl_error_reset(NULL); in PHP_FUNCTION()
119 intl_error_reset(NULL); in PHP_FUNCTION()
133 intl_error_reset(NULL); in PHP_FUNCTION()
147 zval *arg = NULL; in PHP_FUNCTION()
238 char *region = NULL; in PHP_FUNCTION()
241 *offsetp = NULL; in PHP_FUNCTION()
622 if (to == NULL) in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/zip/lib/
H A Dzip_open.c71 return NULL; in zip_open()
78 return NULL; in zip_open()
117 return NULL; in zip_open_from_source()
123 return NULL; in zip_open_from_source()
191 return NULL; in _zip_open()
195 return NULL; in _zip_open()
218 return NULL; in _zip_open()
287 return NULL; in _zip_read_cdir()
293 return NULL; in _zip_read_cdir()
306 return NULL; in _zip_read_cdir()
[all …]
H A Dzip_string.c48 if (s != NULL) in _zip_string_crc32()
58 if (a == NULL || b == NULL) in _zip_string_equal()
73 if (s == NULL) in _zip_string_free()
104 return NULL; in _zip_string_get()
121 if (s == NULL) in _zip_string_length()
135 return NULL; in _zip_string_new()
149 return NULL; in _zip_string_new()
154 return NULL; in _zip_string_new()
159 return NULL; in _zip_string_new()
173 return NULL; in _zip_string_new()
[all …]
H A Dzip_source_function.c43 if (za == NULL) { in zip_source_function()
44 return NULL; in zip_source_function()
56 if ((zs=_zip_source_new(error)) == NULL) in zip_source_function_create()
57 return NULL; in zip_source_function_create()
62 zs->supports = zcb(ud, NULL, 0, ZIP_SOURCE_SUPPORTS); in zip_source_function_create()
83 if ((src=(zip_source_t *)malloc(sizeof(*src))) == NULL) { in _zip_source_new()
85 return NULL; in _zip_source_new()
88 src->src = NULL; in _zip_source_new()
89 src->cb.f = NULL; in _zip_source_new()
90 src->ud = NULL; in _zip_source_new()
[all …]
/PHP-7.0/ext/standard/tests/file/
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_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_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-7.0/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-7.0/ext/intl/dateformat/
H A Ddateformat_create.cpp60 zval *calendar_zv = NULL; in datefmt_ctor()
61 Calendar *calendar = NULL; in datefmt_ctor()
64 zval *timezone_zv = NULL; in datefmt_ctor()
65 TimeZone *timezone = NULL; in datefmt_ctor()
67 char* pattern_str = NULL; in datefmt_ctor()
74 intl_error_reset(NULL); in datefmt_ctor()
87 if (DATE_FORMAT_OBJECT(dfo) != NULL) { in datefmt_ctor()
123 if (timezone == NULL) { in datefmt_ctor()
161 if (timezone != NULL) { in datefmt_ctor()
180 if (timezone != NULL && DATE_FORMAT_OBJECT(dfo) == NULL) { in datefmt_ctor()
[all …]
H A Ddateformat_format_object.cpp64 *format = NULL; in PHP_FUNCTION()
65 const char *locale_str = NULL; in PHP_FUNCTION()
69 TimeZone *timeZone = NULL; in PHP_FUNCTION()
71 DateFormat *df = NULL; in PHP_FUNCTION()
72 Calendar *cal = NULL; in PHP_FUNCTION()
154 if (obj_cal == NULL) { in PHP_FUNCTION()
163 intl_error_set(NULL, status, in PHP_FUNCTION()
177 intl_error_set(NULL, status, in PHP_FUNCTION()
198 intl_error_set(NULL, status, in PHP_FUNCTION()
219 cal = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.0/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()
52 intl_error_reset( NULL ); in PHP_FUNCTION()
58 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
94 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
155 intl_error_set( NULL, status, in PHP_FUNCTION()
172 char* input = NULL; in PHP_FUNCTION()
177 UChar* uinput = NULL; in PHP_FUNCTION()
183 intl_error_reset( NULL ); in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.c261 return NULL; in _xmlreader_get_valid_file_path()
297 return NULL; in _xmlreader_get_relaxNG()
301 return NULL; in _xmlreader_get_relaxNG()
329 NULL,
332 NULL,
333 NULL,
793 if (intern != NULL && intern->ptr != NULL) { in PHP_METHOD()
823 if (intern != NULL && intern->ptr != NULL) { in PHP_METHOD()
869 id = NULL; in PHP_METHOD()
1041 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD()
[all …]
/PHP-7.0/ext/soap/
H A Dphp_xml.h25 #define get_attribute(node, name) get_attribute_ex(node, name, NULL)
26 #define get_node(node, name) get_node_ex(node, name, NULL)
28 …with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL, attr, val, NULL)
29 …sive(node, name, attr, val) get_node_with_attribute_recursive_ex(node, name, NULL, attr, val, NULL)
47 #define FOREACHATTRNODE(n,c,i) FOREACHATTRNODEEX(n,c,NULL,i)
50 if (n == NULL) { \
58 if (i != NULL) { \
61 #define FOREACHNODE(n,c,i) FOREACHNODEEX(n,c,NULL,i)
64 if (n == NULL) { \
68 i = get_node_ex(n,c,NULL); \
[all …]
/PHP-7.0/
H A Dserver-tests-config.php12 'TEST_PHP_SRCDIR' => NULL,
16 'TEST_PHP_EXECUTABLE' => NULL,
19 'PHPRC' => NULL,
37 'TEST_WEB_BASE_URL' => NULL,
51 'TEST_BASE_PATH' => NULL,
63 'TEST_PATHS' => NULL
/PHP-7.0/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 …]

Completed in 54 milliseconds

12345678910>>...154