Home
last modified time | relevance | path

Searched refs:NULL (Results 201 – 225 of 4090) sorted by relevance

12345678910>>...164

/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_real_escape_string.phpt13 $tmp = NULL;
14 $link = NULL;
16 if (NULL !== ($tmp = @mysqli_real_escape_string()))
17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 if (NULL !== ($tmp = @mysqli_real_escape_string($link)))
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
24 if (NULL !== ($tmp =@mysqli_real_escape_string($link, "foo", "foo")))
25 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
47 if (NULL !== ($tmp = mysqli_real_escape_string($link, 'foo')))
48 printf("[010] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
[all …]
/PHP-7.0/ext/mysqli/
H A Dmysqli_driver.c137 {"client_info", sizeof("client_info") - 1, driver_client_info_read, NULL},
138 {"client_version", sizeof("client_version") - 1, driver_client_version_read, NULL},
139 {"driver_version", sizeof("driver_version") - 1, driver_driver_version_read, NULL},
140 {"embedded", sizeof("embedded") - 1, driver_embedded_read, NULL},
143 {NULL, 0, NULL, NULL}
150 PHP_FALIAS(embedded_server_start, mysqli_embedded_server_start, NULL)
151 PHP_FALIAS(embedded_server_end, mysqli_embedded_server_end, NULL)
153 {NULL, NULL, NULL}
/PHP-7.0/ext/spl/tests/
H A Dbug61527.phpt45 $ao3 = new ArrayObject(array(), NULL, 'RecursiveArrayIterator');
68 NULL
69 NULL
72 NULL
73 NULL
74 NULL
75 NULL
76 NULL
77 NULL
78 NULL
[all …]
/PHP-7.0/ext/standard/tests/array/
H A D009.phpt26 array(NULL),// array with NULL
126 NULL
140 NULL
169 NULL
208 NULL
247 NULL
277 NULL
301 NULL
325 NULL
342 NULL
[all …]
H A Darray_diff_key_variation3.phpt57 '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_diff_uassoc_variation1.phpt69 'uppercase NULL' => NULL,
118 NULL
123 NULL
128 NULL
133 NULL
138 NULL
143 NULL
148 NULL
153 NULL
158 NULL
[all …]
H A Darray_diff_uassoc_variation2.phpt69 'uppercase NULL' => NULL,
118 NULL
123 NULL
128 NULL
133 NULL
138 NULL
143 NULL
148 NULL
153 NULL
158 NULL
[all …]
H A Darray_diff_uassoc_variation4.phpt71 'uppercase NULL' => NULL,
120 NULL
125 NULL
130 NULL
135 NULL
140 NULL
145 NULL
150 NULL
155 NULL
160 NULL
[all …]
H A Darray_diff_ukey_variation3.phpt65 'uppercase NULL' => NULL,
114 NULL
119 NULL
124 NULL
129 NULL
134 NULL
139 NULL
144 NULL
149 NULL
154 NULL
[all …]
H A Darray_intersect_key_variation3.phpt61 'uppercase NULL' => NULL,
109 NULL
114 NULL
119 NULL
124 NULL
129 NULL
134 NULL
139 NULL
144 NULL
149 NULL
[all …]
H A Darray_intersect_uassoc_variation3.phpt69 'uppercase NULL' => NULL,
118 NULL
123 NULL
128 NULL
133 NULL
138 NULL
143 NULL
148 NULL
153 NULL
158 NULL
[all …]
H A Darray_merge_recursive_variation2.phpt106 NULL
110 NULL
114 NULL
118 NULL
122 NULL
126 NULL
130 NULL
134 NULL
138 NULL
142 NULL
[all …]
H A Darray_merge_variation1.phpt107 NULL
112 NULL
117 NULL
122 NULL
127 NULL
132 NULL
137 NULL
142 NULL
147 NULL
152 NULL
[all …]
H A Darray_merge_variation2.phpt106 NULL
111 NULL
116 NULL
121 NULL
126 NULL
131 NULL
136 NULL
141 NULL
146 NULL
151 NULL
[all …]
/PHP-7.0/ext/gd/
H A Dgd_ctx.c62 ctx->data = NULL; in _php_image_stream_ctxfree()
74 ctx->data = NULL; in _php_image_stream_ctxfreeandclose()
85 char *file = NULL; in _php_image_output_ctx()
92 gdIOCtx *ctx = NULL; in _php_image_output_ctx()
93 zval *to_zval = NULL; in _php_image_output_ctx()
128 if (argc > 1 && to_zval != NULL) { in _php_image_output_ctx()
131 if (stream == NULL) { in _php_image_output_ctx()
142 if (stream == NULL) { in _php_image_output_ctx()
146 php_error_docref(NULL, E_WARNING, "Invalid 2nd parameter, it must a filename or a stream"); in _php_image_output_ctx()
149 } else if (argc > 1 && file != NULL) { in _php_image_output_ctx()
[all …]
/PHP-7.0/ext/mbstring/
H A Dphp_mbregex.c92 return NULL; in php_mb_regex_globals_alloc()
96 return NULL; in php_mb_regex_globals_alloc()
401 return NULL; in _php_mb_regex_mbctype2name()
450 php_mb_regex_t *retval = NULL, *rc = NULL; in php_mbregex_compile_pattern()
459 retval = NULL; in php_mbregex_compile_pattern()
728 if (re == NULL) { in _php_mb_regex_ereg_exec()
1191 char *arg_pattern = NULL, *arg_options = NULL; in _php_mb_regex_ereg_search_exec()
1217 str = NULL; in _php_mb_regex_ereg_search_exec()
1319 char *arg_pattern = NULL, *arg_options = NULL; in PHP_FUNCTION()
1452 syntax = NULL; in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/dom/
H A Dxpath.c148 curns = xmlNewNs(NULL, node->name, NULL); in dom_xpath_ext_function_php()
192 fci.object = NULL; in dom_xpath_ext_function_php()
269 if (ctx == NULL) { in PHP_METHOD()
300 xmlDoc *docp = NULL; in dom_xpath_document_read()
328 if (ctxp == NULL) { in PHP_FUNCTION()
370 if (ctxp == NULL) { in php_xpath_eval()
376 if (docp == NULL) { in php_xpath_eval()
400 if (ns != NULL) { in php_xpath_eval()
411 ctxp->node = NULL; in php_xpath_eval()
413 if (ns != NULL) { in php_xpath_eval()
[all …]
H A Ddocument.c1038 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION()
1053 if (nodep != NULL && uri != NULL) { in PHP_FUNCTION()
1102 char *localname = NULL, *prefix = NULL; in PHP_FUNCTION()
1341 return NULL; in _dom_get_valid_file_path()
1385 return NULL; in dom_document_parser()
1397 return(NULL); in dom_document_parser()
1457 if (ret && ret->URL == NULL && ctxt->directory != NULL) { in dom_document_parser()
1461 ret = NULL; in dom_document_parser()
1485 id = NULL; in dom_parse_document()
1800 char *source = NULL, *valid_file = NULL; in _dom_document_schema_validate()
[all …]
/PHP-7.0/ext/standard/tests/strings/
H A Djoin_variation2.phpt109 NULL
113 NULL
117 NULL
121 NULL
125 NULL
129 NULL
133 NULL
137 NULL
141 NULL
145 NULL
[all …]
/PHP-7.0/ext/standard/tests/dir/
H A Ddir_variation2.phpt114 NULL
118 NULL
122 NULL
126 NULL
130 NULL
134 NULL
138 NULL
142 NULL
146 NULL
150 NULL
[all …]
/PHP-7.0/win32/
H A Dregistry.c40 NULL
82 HashTable *ht = NULL; in LoadDirectory()
84 …if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, in LoadDirectory()
133 if (ht == NULL) { in LoadDirectory()
147 if (RegEnumKeyEx(key, i, name, &name_len, NULL, NULL, NULL, &t) == ERROR_SUCCESS) { in LoadDirectory()
198 PW32G(registry_key) = NULL; in UpdateIniFromRegistry()
201 PW32G(registry_event) = CreateEvent(NULL, TRUE, FALSE, NULL); in UpdateIniFromRegistry()
264 if (ht != NULL) { in UpdateIniFromRegistry()
286 char *reg_location = NULL; in GetIniPathFromRegistry()
289 if (OpenPhpRegistryKey(NULL, &hKey)) { in GetIniPathFromRegistry()
[all …]
/PHP-7.0/ext/shmop/
H A Dshmop.c101 NULL,
102 NULL,
103 NULL,
129 shm_type = zend_register_list_destructors_ex(rsclean, NULL, "shmop", module_number); in PHP_MINIT_FUNCTION()
160 php_error_docref(NULL, E_WARNING, "%s is not a valid flag", flags); in PHP_FUNCTION()
190 php_error_docref(NULL, E_WARNING, "invalid access mode"); in PHP_FUNCTION()
246 php_error_docref(NULL, E_WARNING, "start is out of range"); in PHP_FUNCTION()
251 php_error_docref(NULL, E_WARNING, "count is out of range"); in PHP_FUNCTION()
322 php_error_docref(NULL, E_WARNING, "trying to write to a read only segment"); in PHP_FUNCTION()
327 php_error_docref(NULL, E_WARNING, "offset out of range"); in PHP_FUNCTION()
[all …]
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_btree.c35 tree->branch = NULL; in phpdbg_btree_init()
43 if (branch == NULL) { in phpdbg_btree_find()
44 return NULL; in phpdbg_btree_find()
52 return NULL; in phpdbg_btree_find()
58 return NULL; in phpdbg_btree_find()
70 if (branch == NULL) { in phpdbg_btree_find_closest()
71 return NULL; in phpdbg_btree_find_closest()
84 return NULL; in phpdbg_btree_find_closest()
135 return NULL; in phpdbg_btree_next()
154 if (*branch == NULL) { in phpdbg_btree_insert_or_update()
[all …]
/PHP-7.0/ext/standard/
H A Ddl.c64 php_error_docref(NULL, E_WARNING, "Dynamically loaded extensions aren't enabled"); in PHP_FUNCTION()
112 if (strchr(filename, '/') != NULL || strchr(filename, DEFAULT_SLASH) != NULL) { in php_load_extension()
115 php_error_docref(NULL, E_WARNING, "Temporary module name should contain only filename"); in php_load_extension()
137 php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' - %s", libpath, err); in php_load_extension()
143 …php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' - %s", libpath, GET_DL_ERR… in php_load_extension()
168 php_error_docref(NULL, error_type, "Invalid library (maybe not a PHP library) '%s'", filename); in php_load_extension()
173 php_error_docref(NULL, error_type, in php_load_extension()
183 php_error_docref(NULL, error_type, in php_load_extension()
196 if ((module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
208 php_error_docref(NULL, error_type, "Unable to initialize module '%s'", module_entry->name); in php_load_extension()
[all …]
H A Dlink.c73 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
107 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
134 php_error_docref(NULL, E_WARNING, "No such file or directory"); in PHP_FUNCTION()
142 php_error_docref(NULL, E_WARNING, "No such file or directory"); in PHP_FUNCTION()
147 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
149 php_error_docref(NULL, E_WARNING, "Unable to symlink to a URL"); in PHP_FUNCTION()
167 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
190 php_error_docref(NULL, E_WARNING, "No such file or directory"); in PHP_FUNCTION()
195 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
197 php_error_docref(NULL, E_WARNING, "Unable to link to a URL"); in PHP_FUNCTION()
[all …]

Completed in 55 milliseconds

12345678910>>...164