Home
last modified time | relevance | path

Searched refs:NULL (Results 301 – 325 of 3296) sorted by relevance

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

/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c70 char *message = NULL; in pdo_raise_impl_error()
131 char *supp = NULL; in pdo_handle_error()
210 char *dsn = NULL; in dsn_from_uri()
231 char *username=NULL, *password=NULL; in PHP_METHOD()
330 pdbh = NULL; in PHP_METHOD()
431 return NULL; in pdo_stmt_instantiate()
435 return NULL; in pdo_stmt_instantiate()
440 return NULL; in pdo_stmt_instantiate()
963 char *name = NULL; in PHP_METHOD()
1080 zend_parse_parameters(0, "z|z", NULL, NULL); in PHP_METHOD()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation24.phpt391 NULL
392 NULL
537 NULL
540 NULL
543 NULL
546 NULL
549 NULL
552 NULL
555 NULL
558 NULL
[all …]
H A Dfscanf_variation27.phpt544 NULL
547 NULL
550 NULL
553 NULL
556 NULL
559 NULL
562 NULL
565 NULL
568 NULL
571 NULL
[all …]
H A Dfscanf_variation36.phpt389 NULL
392 NULL
395 NULL
398 NULL
401 NULL
404 NULL
407 NULL
410 NULL
413 NULL
416 NULL
[all …]
H A Dfscanf_variation45.phpt539 NULL
542 NULL
545 NULL
548 NULL
551 NULL
554 NULL
557 NULL
560 NULL
563 NULL
566 NULL
[all …]
/PHP-7.4/ext/oci8/
H A Doci8_statement.c74 NULL, in php_oci_statement_create()
93 return NULL; in php_oci_statement_create()
136 return NULL; in php_oci_get_implicit_resultset()
145 return NULL; in php_oci_get_implicit_resultset()
151 return NULL; in php_oci_get_implicit_resultset()
401 return NULL; in php_oci_statement_get_column()
415 return NULL; in php_oci_statement_get_column()
420 return NULL; in php_oci_statement_get_column()
1533 return NULL; in php_oci_statement_get_column_helper()
1537 return NULL; in php_oci_statement_get_column_helper()
[all …]
/PHP-7.4/ext/standard/
H A Dphp_http.h30 …l_encode_hash(ht, formstr) php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0, NULL)
H A Dexec.c99 char *b, *d=NULL; in php_exec()
103 void (*sig_handler)() = NULL; in php_exec()
116 php_error_docref(NULL, E_WARNING, "Unable to fork [%s]", cmd); in php_exec()
217 zval *ret_code=NULL, *ret_array=NULL; in php_exec_ex()
230 php_error_docref(NULL, E_WARNING, "Cannot execute a blank command"); in php_exec_ex()
239 ret = php_exec(mode, cmd, NULL, return_value); in php_exec_ex()
299 char *p = NULL; in php_escape_shell_cmd()
330 p = NULL; in php_escape_shell_cmd()
550 if ((in=VCWD_POPEN(command, "rt"))==NULL) {
552 if ((in=VCWD_POPEN(command, "r"))==NULL) {
[all …]
/PHP-7.4/ext/dom/
H A Dprocessinginstruction.c51 xmlNodePtr nodep = NULL, oldnode = NULL; in PHP_METHOD()
53 char *name, *value = NULL; in PHP_METHOD()
76 if (oldnode != NULL) { in PHP_METHOD()
92 if (nodep == NULL) { in dom_processinginstruction_target_read()
116 if (nodep == NULL) { in dom_processinginstruction_data_read()
121 if ((content = xmlNodeGetContent(nodep)) != NULL) { in dom_processinginstruction_data_read()
136 if (nodep == NULL) { in dom_processinginstruction_data_write()
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_wait.phpt45 NULL
48 NULL
51 NULL
54 NULL
57 NULL
60 NULL
63 NULL
66 NULL
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_nulls_1.phpt36 …setAttribute(PDO::ATTR_ORACLE_NULLS, PDO::NULL_EMPTY_STRING); // Empty string is converted to NULL.
41 $dbh->setAttribute(PDO::ATTR_ORACLE_NULLS, PDO::NULL_TO_STRING); // NULL is converted to an empty s…
50 NULL
51 NULL
53 NULL
54 NULL
56 NULL
57 NULL
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c68 rb->me = NULL; in ResourceBundle_object_create()
69 rb->child = NULL; in ResourceBundle_object_create()
90 intl_error_reset( NULL ); in resourcebundle_ctor()
102 if (locale == NULL) { in resourcebundle_ctor()
182 char * mekey = NULL; in resourcebundle_array_fetch()
187 intl_error_reset( NULL ); in resourcebundle_array_fetch()
235 if(offset == NULL) { in resourcebundle_array_get()
277 if (rb->me == NULL) { in resourcebundle_array_count()
334 intl_errors_reset( NULL ); in ZEND_END_ARG_INFO()
350 bundlename = NULL; in ZEND_END_ARG_INFO()
[all …]
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.c47 if (WSARecvMsg == NULL) { in recvmsg()
51 &bytesReturned, NULL, NULL); in recvmsg()
58 return WSARecvMsg((SOCKET)sockfd, msg, &recvd, NULL, NULL) == 0 in recvmsg()
65 return WSASendMsg((SOCKET)sockfd, (struct msghdr*)msg, (DWORD)flags, &sent, NULL, NULL) == 0 in sendmsg()
162 return NULL; in get_ancillary_reg_entry()
255 msghdr = NULL; in PHP_FUNCTION()
264 assert(zres == NULL); in PHP_FUNCTION()
300 if (entry == NULL) { in PHP_FUNCTION()
309 php_error_docref(NULL, E_WARNING, "The value for the " in PHP_FUNCTION()
321 zend_llist *allocations = NULL; in php_do_setsockopt_ipv6_rfc3542()
[all …]
/PHP-7.4/ext/posix/tests/
H A Dposix_mknod.phpt11 var_dump(posix_mknod(NULL, NULL, NULL, NULL));
/PHP-7.4/ext/standard/tests/general_functions/
H A Dinclude_path.phpt48 NULL
51 NULL
56 NULL
59 NULL
65 NULL
71 NULL
77 NULL
81 NULL
85 NULL
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_ident.c169 NULL
183 while ((vtbl = mbfl_identify_filter_list[i++]) != NULL) { in mbfl_identify_filter_get_vtbl()
198 if (filter == NULL) { in mbfl_identify_filter_new()
199 return NULL; in mbfl_identify_filter_new()
204 return NULL; in mbfl_identify_filter_new()
216 if (filter == NULL) { in mbfl_identify_filter_new2()
217 return NULL; in mbfl_identify_filter_new2()
222 return NULL; in mbfl_identify_filter_new2()
248 if (vtbl == NULL) { in mbfl_identify_filter_init2()
263 if (filter == NULL) { in mbfl_identify_filter_delete()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c65 return NULL; in _pdo_pgsql_escape_credentials()
176 NULL,
177 NULL,
178 NULL
200 return NULL; in pdo_pgsql_create_lob_stream()
363 res = PQexecParams(H->server, "SELECT CURRVAL($1)", 1, NULL, q, NULL, NULL, 0); in pdo_pgsql_last_insert_id()
541 char *table_name, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL; in PHP_METHOD()
653 char *table_name, *filename, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL; in PHP_METHOD()
752 char *table_name, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL, *filename = NULL; in PHP_METHOD()
847 char *table_name, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL; in PHP_METHOD()
[all …]
/PHP-7.4/ext/phar/
H A Dutil.c45 return NULL; in phar_get_link_location()
80 return NULL; in phar_get_link_source()
354 *ret = NULL; in phar_get_entry_data()
522 return NULL; in phar_get_or_create_entry_data()
526 return NULL; in phar_get_or_create_entry_data()
535 return NULL; in phar_get_or_create_entry_data()
542 return NULL; in phar_get_or_create_entry_data()
559 return NULL; in phar_get_or_create_entry_data()
595 return NULL; in phar_get_or_create_entry_data()
1548 key = PEM_read_bio_PUBKEY(in, NULL, NULL, NULL); in phar_verify_signature()
[all …]
/PHP-7.4/tests/lang/
H A Dtype_hints_002.phpt7 function f(P $p = NULL) {
16 $o->f(NULL);
22 NULL
24 NULL
/PHP-7.4/ext/gd/libgd/
H A Dgdxpm.c51 red = strtol(buf, NULL, 16); in gdImageCreateFromXpm()
54 green = strtol(buf, NULL, 16); in gdImageCreateFromXpm()
57 blue = strtol(buf, NULL, 16); in gdImageCreateFromXpm()
64 red = strtol(buf, NULL, 16); in gdImageCreateFromXpm()
68 green = strtol(buf, NULL, 16); in gdImageCreateFromXpm()
72 blue = strtol(buf, NULL, 16); in gdImageCreateFromXpm()
80 red = strtol(buf, NULL, 16); in gdImageCreateFromXpm()
86 green = strtol(buf, NULL, 16); in gdImageCreateFromXpm()
92 blue = strtol(buf, NULL, 16); in gdImageCreateFromXpm()
102 red = strtol(buf, NULL, 16); in gdImageCreateFromXpm()
[all …]
/PHP-7.4/ext/filter/tests/
H A D029.phpt84 NULL
87 NULL
90 NULL
94 NULL
95 NULL
96 NULL
97 NULL
98 NULL
99 NULL
100 NULL
[all …]
/PHP-7.4/ext/dba/
H A Ddba_db2.c76 if (db_open(info->path, type, gmode, filemode, NULL, NULL, &dbp)) { in DBA_OPEN_FUNC()
102 if (dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { in DBA_FETCH_FUNC()
103 return NULL; in DBA_FETCH_FUNC()
119 if (dba->dbp->put(dba->dbp, NULL, &gkey, &gval, in DBA_UPDATE_FUNC()
132 if (dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) { in DBA_EXISTS_FUNC()
143 return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS; in DBA_DELETE_FUNC()
152 dba->cursor = NULL;
156 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0)) {
158 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor)) {
160 return NULL;
[all …]
/PHP-7.4/main/
H A Dreentrancy.c63 return (NULL); in php_ctime_r()
70 return (NULL); in php_asctime_r()
86 return (NULL); in php_localtime_r()
93 return (NULL); in php_ctime_r()
100 return (NULL); in php_asctime_r()
107 return (NULL); in php_gmtime_r()
330 if (s == NULL && (s = *last) == NULL) in php_strtok_r()
332 return NULL; in php_strtok_r()
350 *last = NULL; in php_strtok_r()
351 return NULL; in php_strtok_r()
[all …]
/PHP-7.4/win32/
H A Dreaddir.c37 return NULL; in opendir()
42 return NULL; in opendir()
52 if (filespecw == NULL) { in opendir()
54 return NULL; in opendir()
70 if (dp == NULL) { in opendir()
73 return NULL; in opendir()
84 return NULL; in opendir()
104 return NULL; in readdir()
109 return NULL; in readdir()
116 return NULL; in readdir()
[all …]
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c247 if (ctx == NULL) { in php_apache_sapi_getenv()
248 return NULL; in php_apache_sapi_getenv()
456 void *data = NULL; in php_apache_server_startup()
462 if (data == NULL) { in php_apache_server_startup()
498 *data = NULL; in php_server_context_cleanup()
650 if (ctx == NULL) { in php_handler()
678 parent_req = NULL; in php_handler()
747 ap_hook_pre_config(php_pre_config, NULL, NULL, APR_HOOK_MIDDLE); in php_ap2_register_hook()
749 ap_hook_handler(php_handler, NULL, NULL, APR_HOOK_MIDDLE); in php_ap2_register_hook()
751 ap_hook_child_init(php_apache_signal_init, NULL, NULL, APR_HOOK_MIDDLE); in php_ap2_register_hook()
[all …]

Completed in 68 milliseconds

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