Home
last modified time | relevance | path

Searched refs:NULL (Results 251 – 275 of 2831) sorted by relevance

1...<<11121314151617181920>>...114

/PHP-8.2/ext/oci8/
H A Doci8_interface.c52 zval *callback = NULL; in PHP_FUNCTION()
120 if (statement->defines == NULL) { in PHP_FUNCTION()
161 zval *bind_var = NULL; in PHP_FUNCTION()
195 zval *bind_var = NULL; in PHP_FUNCTION()
312 char *buffer = NULL; in PHP_FUNCTION()
881 stream = php_stream_open_wrapper_ex(filename, "w", REPORT_ERRORS, NULL, NULL); in PHP_FUNCTION()
1500 zval *arg = NULL; in PHP_FUNCTION()
1505 dvoid *errh = NULL; in PHP_FUNCTION()
1507 text *sqltext = NULL; in PHP_FUNCTION()
1739 OCI_G(edition) = NULL; in PHP_FUNCTION()
[all …]
/PHP-8.2/sapi/apache2handler/
H A Dsapi_apache2.c256 if (ctx == NULL) { in php_apache_sapi_getenv()
257 return NULL; in php_apache_sapi_getenv()
467 void *data = NULL; in php_apache_server_startup()
473 if (data == NULL) { in php_apache_server_startup()
509 *data = NULL; in php_server_context_cleanup()
661 if (ctx == NULL) { in php_handler()
689 parent_req = NULL; in php_handler()
760 ap_hook_pre_config(php_pre_config, NULL, NULL, APR_HOOK_MIDDLE); in php_ap2_register_hook()
762 ap_hook_handler(php_handler, NULL, NULL, APR_HOOK_MIDDLE); in php_ap2_register_hook()
764 ap_hook_child_init(php_apache_signal_init, NULL, NULL, APR_HOOK_MIDDLE); in php_ap2_register_hook()
[all …]
/PHP-8.2/ext/intl/calendar/
H A Dcalendar_arginfo.h35 ZEND_ARG_OBJ_TYPE_MASK(0, datetime, DateTime, MAY_BE_STRING, NULL)
293 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_IntlCalendar()
299 …lass_constant_ex(class_entry, const_FIELD_ERA_name, &const_FIELD_ERA_value, ZEND_ACC_PUBLIC, NULL); in register_class_IntlCalendar()
305 …ss_constant_ex(class_entry, const_FIELD_YEAR_name, &const_FIELD_YEAR_value, ZEND_ACC_PUBLIC, NULL); in register_class_IntlCalendar()
311 …_constant_ex(class_entry, const_FIELD_MONTH_name, &const_FIELD_MONTH_value, ZEND_ACC_PUBLIC, NULL); in register_class_IntlCalendar()
329 …ss_constant_ex(class_entry, const_FIELD_DATE_name, &const_FIELD_DATE_value, ZEND_ACC_PUBLIC, NULL); in register_class_IntlCalendar()
353 …_constant_ex(class_entry, const_FIELD_AM_PM_name, &const_FIELD_AM_PM_value, ZEND_ACC_PUBLIC, NULL); in register_class_IntlCalendar()
359 …ss_constant_ex(class_entry, const_FIELD_HOUR_name, &const_FIELD_HOUR_value, ZEND_ACC_PUBLIC, NULL); in register_class_IntlCalendar()
449 …ss_constant_ex(class_entry, const_DOW_SUNDAY_name, &const_DOW_SUNDAY_value, ZEND_ACC_PUBLIC, NULL); in register_class_IntlCalendar()
455 …ss_constant_ex(class_entry, const_DOW_MONDAY_name, &const_DOW_MONDAY_value, ZEND_ACC_PUBLIC, NULL); in register_class_IntlCalendar()
[all …]
/PHP-8.2/main/streams/
H A Duserspace.c333 return NULL; in user_wrapper_opener()
358 return NULL; in user_wrapper_opener()
433 return NULL; in user_wrapper_opendir()
446 return NULL; in user_wrapper_opendir()
599 assert(us != NULL); in php_userstreamop_write()
648 assert(us != NULL); in php_userstreamop_read()
964 …is_callable_ex(&func_name, Z_OBJ(us->object), IS_CALLABLE_SUPPRESS_DEPRECATIONS, NULL, NULL, NULL)) in php_userstreamop_set_option()
1475 NULL, /* write */
1478 NULL, /* flush */
1481 NULL, /* cast */
[all …]
/PHP-8.2/ext/dom/
H A Dtext.c37 xmlNodePtr nodep = NULL, oldnode = NULL; in PHP_METHOD()
39 char *value = NULL; in PHP_METHOD()
55 if (oldnode != NULL) { in PHP_METHOD()
70 xmlChar *wholetext = NULL; in dom_text_whole_text_read()
74 if (node == NULL) { in dom_text_whole_text_read()
90 if (wholetext != NULL) { in dom_text_whole_text_read()
134 if (cur == NULL) { in PHP_METHOD()
157 if (nnode == NULL) { in PHP_METHOD()
162 if (node->parent != NULL) { in PHP_METHOD()
H A Dattr.c38 xmlAttrPtr nodep = NULL; in PHP_METHOD()
39 xmlNodePtr oldnode = NULL; in PHP_METHOD()
41 char *name, *value = NULL; in PHP_METHOD()
56 nodep = xmlNewProp(NULL, (xmlChar *) name, (xmlChar *) value); in PHP_METHOD()
64 if (oldnode != NULL) { in PHP_METHOD()
83 if (attrp == NULL) { in dom_attr_name_read()
119 if (attrp == NULL) { in dom_attr_value_read()
124 if ((content = xmlNodeGetContent((xmlNodePtr) attrp)) != NULL) { in dom_attr_value_read()
140 if (attrp == NULL) { in dom_attr_value_write()
173 if (nodep == NULL) { in dom_attr_owner_element_read()
/PHP-8.2/ext/standard/tests/array/
H A Dcompact_order.phpt16 NULL
18 NULL
22 NULL
24 NULL
H A Darray_map_variation3.phpt23 array(NULL), // array with NULL
34 /*13*/ array(NULL => "NULL", null => "null", "NULL" => NULL, "null" => null),
37 array(1 => '', 2 => "", 3 => NULL, 4 => null, 5 => false, 6 => true),
38 array('' => 1, "" => 2, NULL => 3, null => 4, false => 5, true => 6),
96 NULL
164 ["NULL"]=>
165 NULL
167 NULL
196 NULL
198 NULL
/PHP-8.2/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-8.2/ext/intl/dateformat/
H A Ddateformat_parse.c38 UChar* text_utf16 = NULL; in internal_parse_to_timestamp()
81 UCalendar *parsed_calendar = NULL; in internal_parse_to_localtime()
82 UChar* text_utf16 = NULL; in internal_parse_to_localtime()
122 char* text_to_parse = NULL; in PHP_FUNCTION()
124 zval* z_parse_pos = NULL; in PHP_FUNCTION()
143 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in PHP_FUNCTION()
144 intl_error_set_custom_msg(NULL, "String index is out of valid range.", 0); in PHP_FUNCTION()
163 char* text_to_parse = NULL; in PHP_FUNCTION()
165 zval* z_parse_pos = NULL; in PHP_FUNCTION()
184 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/session/
H A Dmod_user.c32 php_error_docref(NULL, E_WARNING, "Cannot call session save handler in a recursive manner"); in ps_call_handler()
36 if (call_user_function(NULL, NULL, func, retval, argc, argv) == FAILURE) { in ps_call_handler()
62 …php_error_docref(NULL, E_DEPRECATED, "Session callback must have a return value of type bool, %s r…
86 php_error_docref(NULL, E_WARNING, "User session functions are not defined"); in PS_OPEN_FUNC()
120 ps_call_handler(&PSF(close), 0, NULL, &retval); in PS_CLOSE_FUNC()
207 zend_string *id = NULL; in PS_CREATE_SID_FUNC()
210 ps_call_handler(&PSF(create_sid), 0, NULL, &retval); in PS_CREATE_SID_FUNC()
218 zend_throw_error(NULL, "No session id returned by function"); in PS_CREATE_SID_FUNC()
219 return NULL; in PS_CREATE_SID_FUNC()
223 zend_throw_error(NULL, "Session id must be a string"); in PS_CREATE_SID_FUNC()
[all …]
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt33 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
80 NULL
82 NULL
86 NULL
97 NULL
114 NULL
116 NULL
120 NULL
133 NULL
135 NULL
[all …]
H A Dpdo_mysql_types_zerofill.phpt14 function test_type(&$db, $offset, $sql_type, $value, $ret_value = NULL, $pattern = NULL) {
100 test_type($db, 100, 'REAL ZEROFILL', -1.01, NULL, '/^[0]*0$/');
104 test_type($db, 130, 'DOUBLE ZEROFILL', -1.01, NULL, '/^[0]*0$/');
105 test_type($db, 140, 'DOUBLE ZEROFILL', 1.01, NULL, '/^[0]*1\.01$/');
108 test_type($db, 160, 'FLOAT ZEROFILL', -1.01, NULL, '/^[0]*0$/');
109 test_type($db, 170, 'FLOAT ZEROFILL', 1, NULL, '/^[0]*1$/');
110 test_type($db, 180, 'FLOAT UNSIGNED ZEROFILL', -1, NULL, '/^[0]*0$/');
112 test_type($db, 190, 'DECIMAL ZEROFILL', -1.01, NULL, '/^[0]*0$/');
113 test_type($db, 200, 'DECIMAL ZEROFILL', 1.01, NULL, '/^[0]*1$/');
116 test_type($db, 220, 'NUMERIC ZEROFILL', -1, NULL, '/^[0]*0$/');
[all …]
/PHP-8.2/ext/gettext/
H A Dgettext.c37 NULL,
38 NULL,
39 NULL,
40 NULL,
75 char *domain_name = NULL, *retval; in PHP_FUNCTION()
76 zend_string *domain = NULL; in PHP_FUNCTION()
169 zend_string *dir = NULL; in PHP_FUNCTION()
183 if (dir == NULL) { in PHP_FUNCTION()
184 RETURN_STRING(bindtextdomain(domain, NULL)); in PHP_FUNCTION()
228 char *domain, *msgid1, *msgid2, *msgstr = NULL; in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/mbstring/
H A Dmbstring.c180 NULL,
193 NULL,
202 { NULL, 0, NULL, NULL }
217 { NULL, 0, NULL, NULL }
233 return NULL; in php_mb_get_encoding()
1772 NULL, in PHP_FUNCTION()
1791 NULL, in PHP_FUNCTION()
3918 if (fld_name != NULL && fld_val != NULL) { in _php_mbstr_parse_mail_headers()
3964 if (fld_name != NULL && fld_val != NULL) { in _php_mbstr_parse_mail_headers()
3995 char *message_buf = NULL, *subject_buf = NULL, *p; in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/standard/
H A Ddl.c52 php_error_docref(NULL, E_WARNING, "Dynamically loaded extensions aren't enabled"); in PHP_FUNCTION()
133 if (strchr(filename, '/') != NULL || strchr(filename, DEFAULT_SLASH) != NULL) { in php_load_extension()
136 php_error_docref(NULL, E_WARNING, "Temporary module name should contain only filename"); in php_load_extension()
165 …php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' (tried: %s (%s), %s (%s))", in php_load_extension()
180 php_error_docref(NULL, error_type, err1); in php_load_extension()
204 php_error_docref(NULL, error_type, "Invalid library (maybe not a PHP library) '%s'", filename); in php_load_extension()
214 php_error_docref(NULL, error_type, in php_load_extension()
224 php_error_docref(NULL, error_type, in php_load_extension()
243 if ((added_module_entry = zend_register_module_ex(module_entry)) == NULL) { in php_load_extension()
264 php_error_docref(NULL, error_type, "Unable to initialize module '%s'", module_entry->name); in php_load_extension()
[all …]
/PHP-8.2/ext/dba/
H A Ddba_db3.c41 php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db3_errcall_fcn()
51 DB *dbp = NULL;
80 if ((err=db_create(&dbp, NULL, 0)) == 0) {
92 data->cursor = NULL;
127 if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) {
130 return NULL;
147 if (!dba->dbp->put(dba->dbp, NULL, &gkey, &gval,
165 if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) {
191 dba->cursor = NULL;
193 return NULL;
[all …]
/PHP-8.2/ext/intl/resourcebundle/
H A Dresourcebundle_class.c67 rb->me = NULL; in ResourceBundle_object_create()
68 rb->child = NULL; in ResourceBundle_object_create()
88 intl_error_reset( NULL ); in resourcebundle_ctor()
108 if (locale == NULL) { in resourcebundle_ctor()
165 if (resourcebundle_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, NULL, NULL) == FAILURE) { in PHP_FUNCTION()
176 char * mekey = NULL; in resourcebundle_array_fetch()
182 intl_error_reset(NULL); in resourcebundle_array_fetch()
230 if(offset == NULL) { in resourcebundle_array_get()
259 if (rb->me == NULL) { in resourcebundle_array_count()
297 intl_errors_reset( NULL ); in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/com_dotnet/
H A Dcom_persist.c77 *ppvObject = NULL; in stm_queryinterface()
264 if (stm == NULL) in php_com_wrapper_export_stream()
265 return NULL; in php_com_wrapper_export_stream()
395 olefilename = NULL; in CPH_METHOD()
527 IStream *stm = NULL; in CPH_METHOD()
537 if (stream == NULL) { in CPH_METHOD()
543 if (stm == NULL) { in CPH_METHOD()
585 IStream *stm = NULL; in CPH_METHOD()
597 if (stream == NULL) { in CPH_METHOD()
603 if (stm == NULL) { in CPH_METHOD()
[all …]
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt158 func_mysqli_stmt_bind_result($link, $engine, "i", "TINYINT", NULL, 40);
163 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOL", NULL, 120);
165 func_mysqli_stmt_bind_result($link, $engine, "i", "BOOLEAN", NULL, 160);
169 func_mysqli_stmt_bind_result($link, $engine, "i", "SMALLINT", NULL, 220);
175 func_mysqli_stmt_bind_result($link, $engine, "d", "MEDIUMINT", NULL, 320);
182 func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", NULL, 440);
191 func_mysqli_stmt_bind_result($link, $engine, "i", "BIGINT", NULL, 540);
201 func_mysqli_stmt_bind_result($link, $engine, "d", "FLOAT", NULL, 620);
222 func_mysqli_stmt_bind_result($link, $engine, "s", "DATE", NULL, 880);
232 func_mysqli_stmt_bind_result($link, $engine, "s", "TIME", NULL, 1020);
[all …]
/PHP-8.2/ext/fileinfo/libmagic/
H A Dcompress.c145 "bzip2", "-cd", NULL
151 "xz", "-cd", NULL
157 "lz4", "-cd", NULL
160 "zstd", "-cd", NULL
163 #define do_zlib NULL
164 #define do_bzlib NULL
299 prv = file_buffer(ms, NULL, NULL, name, newbuf, nsz); in file_zmagic()
316 if (file_buffer(ms, NULL, NULL, NULL, buf, nbytes) == -1) { in file_zmagic()
410 selrv = select(fd + 1, &check, NULL, NULL, &tout); in sread()
698 *buf = NULL; in makeerror()
[all …]
/PHP-8.2/Zend/tests/prop_const_expr/
H A Dbasic_nullsafe.phpt35 NULL
36 NULL
39 NULL
40 NULL
43 NULL
44 NULL
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c71 char *message = NULL; in pdo_raise_impl_error()
132 char *supp = NULL; in pdo_handle_error()
213 char *dsn = NULL; in dsn_from_uri()
233 char *username=NULL, *password=NULL; in PHP_METHOD()
236 zval *options = NULL; in PHP_METHOD()
332 pdbh = NULL; in PHP_METHOD()
444 return NULL; in pdo_stmt_instantiate()
452 return NULL; in pdo_stmt_instantiate()
478 fci.params = NULL; in pdo_stmt_construct()
1101 zval *args = NULL; in PHP_METHOD()
[all …]
/PHP-8.2/ext/pcre/
H A Dphp_pcre.c267 gctx = NULL; in php_pcre_shutdown_pcre2()
272 cctx = NULL; in php_pcre_shutdown_pcre2()
277 mctx = NULL; in php_pcre_shutdown_pcre2()
291 mdata = NULL; in php_pcre_shutdown_pcre2()
361 pcre2_jit_stack_assign(mctx, NULL, NULL); in PHP_INI_MH()
384 return NULL; in PHP_INI_END()
550 return NULL; in make_subpats_table()
644 return NULL; in pcre_get_compiled_regex_cache_ex()
656 return NULL; in pcre_get_compiled_regex_cache_ex()
2431 if (!zend_is_callable_ex(replace, NULL, 0, NULL, &fcc, NULL)) { in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_auth.c577 DBG_RETURN(NULL); in mysqlnd_native_auth_get_auth_data()
611 NULL
665 NULL
694 EVP_PKEY *ret = PEM_read_bio_PUBKEY(bio, NULL, NULL, NULL); in mysqlnd_sha256_get_rsa_from_pem()
718 DBG_RETURN(NULL); in mysqlnd_sha256_public_encrypt()
729 ret = NULL; in mysqlnd_sha256_public_encrypt()
755 if (!CryptStringToBinaryA(buf, len, CRYPT_STRING_BASE64HEADER, NULL, &der_len, NULL, NULL)) { in mysqlnd_sha256_get_rsa_from_pem()
793 NULL, 0, NULL, 0, &server_public_key_len, BCRYPT_PAD_OAEP)) { in mysqlnd_sha256_public_encrypt()
874 DBG_RETURN(NULL); in mysqlnd_sha256_get_rsa_key()
963 NULL
[all …]

Completed in 118 milliseconds

1...<<11121314151617181920>>...114