Home
last modified time | relevance | path

Searched refs:NULL (Results 451 – 475 of 3296) sorted by relevance

1...<<11121314151617181920>>...132

/PHP-7.4/main/streams/
H A Dtransports.c62 php_stream *stream = NULL; in _php_stream_xport_create()
64 const char *p, *protocol = NULL; in _php_stream_xport_create()
67 zend_string *error_text = NULL; in _php_stream_xport_create()
72 if (timeout == NULL) { in _php_stream_xport_create()
87 stream = NULL; in _php_stream_xport_create()
122 return NULL; in _php_stream_xport_create()
126 if (factory == NULL) { in _php_stream_xport_create()
129 return NULL; in _php_stream_xport_create()
160 zval *zbacklog = NULL; in _php_stream_xport_create()
183 stream = NULL; in _php_stream_xport_create()
[all …]
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c228 HANDLE job = NULL;
257 zend_hash_init(&sorted_registry, 64, NULL, NULL, 1); in print_modules()
533 char *ret = NULL; in cgi_getenv_win32()
540 return NULL; in cgi_getenv_win32()
546 return NULL; in cgi_getenv_win32()
1610 for (env = environ; env != NULL && *env != NULL; env++) {
1735 NULL,
1736 NULL,
2005 request = fcgi_init_request(fcgi_fd, NULL, NULL, NULL);
2168 job = CreateJobObject(NULL, NULL);
[all …]
/PHP-7.4/ext/com_dotnet/
H A Dcom_wrapper.c114 *ppvObject = NULL; in disp_queryinterface()
158 *ppTInfo = NULL; in disp_gettypeinfo()
253 zval *params = NULL; in disp_invokeex()
419 *ppunk = NULL; in disp_getnamespaceparent()
536 if (disp == NULL) in disp_constructor()
537 return NULL; in disp_constructor()
567 disp->res = NULL; in disp_destructor()
623 return NULL; in php_com_wrapper_export()
630 if (obj == NULL) in php_com_wrapper_export()
631 return NULL; in php_com_wrapper_export()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt15 $subject = "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE\000
32 NULL,
33 "NULL",
72 string(177) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
79 string(177) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
86 string(182) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
93 string(191) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
100 string(182) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
107 string(191) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
114 string(191) "Hello, world,0120333.3445-1.234567 NULL TRUE FALSE�
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug46051.phpt9 $x->openFile(NULL, NULL, NULL);
H A Dbug53362.phpt20 NULL
21 NULL
22 NULL
/PHP-7.4/Zend/tests/
H A Dns_073.phpt8 $x = function (\stdclass $x = NULL) {
12 $x(NULL);
17 NULL
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c40 ZEND_INIT_MODULE_GLOBALS(phpdbg_webhelper, php_phpdbg_webhelper_globals_ctor, NULL); in PHP_MINIT_FUNCTION()
69 char *msg = NULL; in PHP_RINIT_FUNCTION()
97 NULL,
99 NULL,
101 NULL,
102 NULL,
H A Dphpdbg_set.c34 …D_D(prompt, "usage: set prompt [<string>]", 'p', set_prompt, NULL, "|s", 0),
35 …tion, "usage: set pagination [<on|off>]", 'P', set_pagination, NULL, "|b", PHPDBG_ASYNC…
37 … "usage: set color <element> <color>", 'c', set_color, NULL, "ss", PHPDBG_ASYNC…
38 …, "usage: set colors [<on|off>]", 'C', set_colors, NULL, "|b", PHPDBG_ASYNC…
40 …D_D(oplog, "usage: set oplog [<output>]", 'O', set_oplog, NULL, "|s", 0),
42 …, "usage: set breaks [<on|off>]", 'B', set_breaks, NULL, "|b", PHPDBG_ASYNC…
43 … "usage: set quiet [<on|off>]", 'q', set_quiet, NULL, "|b", PHPDBG_ASYNC…
44 …ng, "usage: set stepping [<line|op>]", 's', set_stepping, NULL, "|s", PHPDBG_ASYNC…
45 …nt, "usage: set refcount [<on|off>]", 'r', set_refcount, NULL, "|b", PHPDBG_ASYNC…
46 … "usage: set lines [<number>]", 'l', set_lines, NULL, "|l", PHPDBG_ASYNC…
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_connect_error.phpt13 $tmp = NULL;
14 $link = NULL;
18 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
24 if (NULL !== ($tmp = mysqli_connect_error()))
25 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_field_flags.phpt53 'INT DEFAULT NULL' => 'NUM',
54 'INT NOT NULL' => 'NOT_NULL NO_DEFAULT_VALUE NUM',
55 'INT NOT NULL DEFAULT 1' => 'NOT_NULL NUM',
56 'INT UNSIGNED DEFAULT NULL' => 'UNSIGNED NUM',
61 'CHAR(1) DEFAULT NULL' => '',
63 'VARBINARY(127) DEFAULT NULL' => 'BINARY',
145 case 'INT UNSIGNED NOT NULL':
146 case 'INT NOT NULL':
147 case 'CHAR(1) NOT NULL':
148 case 'SET("one", "two") NOT NULL':
[all …]
/PHP-7.4/ext/dom/
H A Dentityreference.c50 xmlNodePtr oldnode = NULL; in PHP_METHOD()
65 node = xmlNewReference(NULL, (xmlChar *) name); in PHP_METHOD()
73 if (intern != NULL) { in PHP_METHOD()
75 if (oldnode != NULL) { in PHP_METHOD()
/PHP-7.4/ext/standard/
H A Dtype.c87 php_error_docref(NULL, E_WARNING, "Cannot convert to resource type"); in PHP_FUNCTION()
89 php_error_docref(NULL, E_WARNING, "Invalid type"); in PHP_FUNCTION()
150 RETVAL_LONG(ZEND_STRTOL(tmpval, NULL, 2)); in PHP_FUNCTION()
157 RETVAL_LONG(ZEND_STRTOL(Z_STRVAL_P(num), NULL, base)); in PHP_FUNCTION()
320 if (is_numeric_string(Z_STRVAL_P(arg), Z_STRLEN_P(arg), NULL, NULL, 0)) { in PHP_FUNCTION()
364 zval *var, *callable_name = NULL; in PHP_FUNCTION()
382 retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, &error); in PHP_FUNCTION()
385 retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, &error); in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation25.phpt157 NULL
162 NULL
187 NULL
190 NULL
193 NULL
196 NULL
204 NULL
209 NULL
217 NULL
222 NULL
[all …]
H A Dbug61961.phpt8 var_dump(file_get_contents($tmp_empty_file, NULL, NULL, NULL, 10));
H A Dfscanf_variation55.phpt148 NULL
153 NULL
214 NULL
219 NULL
336 NULL
341 NULL
346 NULL
351 NULL
478 NULL
483 NULL
[all …]
H A Dfnmatch_variation.phpt188 NULL
192 NULL
268 NULL
272 NULL
278 NULL
281 NULL
284 NULL
287 NULL
290 NULL
293 NULL
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dextract_error.phpt37 NULL
42 NULL
45 NULL
48 NULL
51 NULL
54 NULL
57 NULL
/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_error.phpt44 NULL
47 NULL
50 NULL
53 NULL
56 NULL
59 NULL
62 NULL
/PHP-7.4/tests/classes/
H A Dfactory_and_singleton_001.phpt8 static private $test = NULL;
26 test::$test = NULL;
41 return NULL;
63 $x = NULL;
69 $y = NULL;
82 NULL
97 NULL
/PHP-7.4/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}
/PHP-7.4/ext/filter/tests/
H A D012.phpt15 NULL
16 NULL
17 NULL
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c201 H->session = NULL; in oci_handle_closer()
206 H->svc = NULL; in oci_handle_closer()
219 H->server = NULL; in oci_handle_closer()
224 H->err = NULL; in oci_handle_closer()
229 H->env = NULL; in oci_handle_closer()
248 char *nsql = NULL; in oci_handle_preparer()
285 nsql = NULL; in oci_handle_preparer()
310 nsql = NULL; in oci_handle_preparer()
344 H->last_err = OCIStmtExecute(H->svc, stmt, H->err, 1, 0, NULL, NULL, in oci_handle_doer()
668 NULL,
[all …]
/PHP-7.4/main/
H A Dmain.c112 lastCodeset = NULL; in get_safe_charset_hint()
358 if (e == NULL) { in php_disable_functions()
368 s = NULL; in php_disable_functions()
404 s = NULL; in php_disable_classes()
551 tmp_value = NULL; in PHP_INI_DISP()
833 PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL)
985 zend_string *replace_buffer = NULL, *replace_origin = NULL; in php_verror()
986 char *buffer = NULL, *docref_buf = NULL, *target = NULL; in php_verror()
1080 docref = NULL; in php_verror()
2431 NULL in php_module_startup()
[all …]
/PHP-7.4/ext/session/
H A Dmod_files.c119 return NULL; in ps_files_path_create()
167 data->lastkey = NULL; in ps_files_open()
276 php_error_docref(NULL, E_WARNING, "write wrote less bytes than requested"); in ps_files_write()
402 dirdepth = (size_t) ZEND_STRTOL(argv[0], NULL, 10); in PS_OPEN_FUNC()
411 filemode = (int)ZEND_STRTOL(argv[1], NULL, 8); in PS_OPEN_FUNC()
454 data->lastkey = NULL; in PS_CLOSE_FUNC()
459 PS_SET_MOD_DATA(NULL); in PS_CLOSE_FUNC()
581 ret = VCWD_UTIME(buf, NULL); in PS_UPDATE_TIMESTAMP_FUNC()
678 return NULL; in PS_CREATE_SID_FUNC()
688 sid = NULL; in PS_CREATE_SID_FUNC()
[all …]

Completed in 60 milliseconds

1...<<11121314151617181920>>...132