Home
last modified time | relevance | path

Searched refs:NULL (Results 151 – 175 of 2831) sorted by relevance

12345678910>>...114

/PHP-8.2/ext/intl/converter/
H A Dconverter_arginfo.h127 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_UConverter()
175 …_declare_class_constant_ex(class_entry, const_SBCS_name, &const_SBCS_value, ZEND_ACC_PUBLIC, NULL); in register_class_UConverter()
181 …_declare_class_constant_ex(class_entry, const_DBCS_name, &const_DBCS_value, ZEND_ACC_PUBLIC, NULL); in register_class_UConverter()
187 …_declare_class_constant_ex(class_entry, const_MBCS_name, &const_MBCS_value, ZEND_ACC_PUBLIC, NULL); in register_class_UConverter()
199 …_declare_class_constant_ex(class_entry, const_UTF8_name, &const_UTF8_value, ZEND_ACC_PUBLIC, NULL); in register_class_UConverter()
319 zend_declare_class_constant_ex(class_entry, const_HZ_name, &const_HZ_value, ZEND_ACC_PUBLIC, NULL); in register_class_UConverter()
325 …_declare_class_constant_ex(class_entry, const_SCSU_name, &const_SCSU_value, ZEND_ACC_PUBLIC, NULL); in register_class_UConverter()
331 …eclare_class_constant_ex(class_entry, const_ISCII_name, &const_ISCII_value, ZEND_ACC_PUBLIC, NULL); in register_class_UConverter()
343 …_declare_class_constant_ex(class_entry, const_UTF7_name, &const_UTF7_value, ZEND_ACC_PUBLIC, NULL); in register_class_UConverter()
349 …eclare_class_constant_ex(class_entry, const_BOCU1_name, &const_BOCU1_value, ZEND_ACC_PUBLIC, NULL); in register_class_UConverter()
[all …]
/PHP-8.2/ext/standard/
H A Dproc_open.c161 zend_hash_init(env_hash, cnt, NULL, NULL, 0); in _php_array_to_envp()
319 if (proc == NULL) { in PHP_FUNCTION()
439 return NULL; in dup_handle()
475 return NULL; in get_valid_arg_string()
481 return NULL; in get_valid_arg_string()
596 return NULL; in create_win_command_from_args()
698 return NULL; in get_command_from_array()
724 return NULL; in get_string_parameter()
757 if (openpty(master_fd, slave_fd, NULL, NULL, NULL)) { in set_proc_descriptor_to_pty()
940 zend_string *zmode = NULL, *zfile = NULL; in set_proc_descriptor_from_array()
[all …]
H A Dmail.c228 return NULL; in php_mail_build_headers()
243 char *to=NULL, *message=NULL; in PHP_FUNCTION()
244 char *subject=NULL; in PHP_FUNCTION()
416 char *tsm_errmsg = NULL; in php_mail()
424 char *ahdr = NULL; in php_mail()
430 if (ahdr != NULL) { \ in php_mail()
496 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL)… in php_mail()
510 if (extra_cmd != NULL) { in php_mail()
522 sig_handler = NULL; in php_mail()
527 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail()
[all …]
H A Ddir.c112 DIRG(default_dir) = NULL; in PHP_RINIT_FUNCTION()
123 ts_allocate_id(&dir_globals_id, sizeof(php_dir_globals), NULL, NULL); in PHP_MINIT_FUNCTION()
201 zval *zcontext = NULL; in _php_do_opendir()
215 if (dirp == NULL) { in _php_do_opendir()
251 zval *id = NULL, *myself; in PHP_FUNCTION()
266 php_set_default_dir(NULL); in PHP_FUNCTION()
341 char *ret=NULL; in PHP_FUNCTION()
362 zval *id = NULL, *myself; in PHP_FUNCTION()
379 zval *id = NULL, *myself; in PHP_FUNCTION()
407 char *pattern = NULL; in PHP_FUNCTION()
[all …]
/PHP-8.2/sapi/embed/
H A Dphp_embed.c40 return NULL; in ZEND_TSRMLS_CACHE_DEFINE()
122 return php_module_startup(sapi_module, NULL); in php_embed_startup()
132 NULL, /* activate */
137 NULL, /* get uid */
138 NULL, /* getenv */
142 NULL, /* header handler */
146 NULL, /* read POST data */
151 NULL, /* Get request time */
152 NULL, /* Child terminate */
248 php_register_variable("PHP_SELF", "-", NULL); in php_embed_init()
[all …]
/PHP-8.2/ext/intl/
H A Dphp_intl.c91 if( INTL_G(default_locale) == NULL ) { in ZEND_DECLARE_MODULE_GLOBALS()
99 …STD_PHP_INI_ENTRY(LOCALE_INI_NAME, NULL, PHP_INI_ALL, OnUpdateStringUnempty, default_locale, zend_…
120 NULL, /* globals dtor */
121 NULL, /* post deactivate */
200 intl_error_init( NULL ); in PHP_MINIT_FUNCTION()
222 if (cleanup != NULL && !(cleanup[0] == '0' && cleanup[1] == '\0')) { in PHP_MSHUTDOWN_FUNCTION()
240 INTL_G(current_collator) = NULL; in PHP_RSHUTDOWN_FUNCTION()
243 INTL_G(grapheme_iterator) = NULL; in PHP_RSHUTDOWN_FUNCTION()
246 intl_error_reset( NULL); in PHP_RSHUTDOWN_FUNCTION()
256 const char *tzdata_ver = NULL; in PHP_MINFO_FUNCTION()
/PHP-8.2/ext/intl/collator/
H A Dcollator_compare.c27 char* str1 = NULL; in PHP_FUNCTION()
28 char* str2 = NULL; in PHP_FUNCTION()
32 UChar* ustr1 = NULL; in PHP_FUNCTION()
33 UChar* ustr2 = NULL; in PHP_FUNCTION()
52 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
55 zend_throw_error(NULL, "Object not initialized"); in PHP_FUNCTION()
70 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
86 intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) ); in PHP_FUNCTION()
/PHP-8.2/ext/gmp/
H A Dgmp_arginfo.h5 ZEND_ARG_TYPE_MASK(0, num, MAY_BE_LONG|MAY_BE_STRING, NULL)
16 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
22 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
26 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
31 ZEND_ARG_OBJ_TYPE_MASK(0, num1, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
32 ZEND_ARG_OBJ_TYPE_MASK(0, num2, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
40 ZEND_ARG_OBJ_TYPE_MASK(0, num1, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
41 ZEND_ARG_OBJ_TYPE_MASK(0, num2, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
60 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
70 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL)
[all …]
/PHP-8.2/ext/spl/tests/
H A Diterator_049.phpt2 SPL: ArrayIterator with NULL key
6 $ar = new ArrayIterator(array(NULL=>NULL));
16 NULL
21 NULL
H A Dgh13531.phpt17 NULL
19 NULL
21 NULL
23 NULL
27 NULL
/PHP-8.2/ext/zip/
H A Dphp_zip_arginfo.h494 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_ZipArchive()
500 …lare_class_constant_ex(class_entry, const_CREATE_name, &const_CREATE_value, ZEND_ACC_PUBLIC, NULL); in register_class_ZipArchive()
506 …_declare_class_constant_ex(class_entry, const_EXCL_name, &const_EXCL_value, ZEND_ACC_PUBLIC, NULL); in register_class_ZipArchive()
525 …lare_class_constant_ex(class_entry, const_RDONLY_name, &const_RDONLY_value, ZEND_ACC_PUBLIC, NULL); in register_class_ZipArchive()
688 …re_class_constant_ex(class_entry, const_CM_LZMA_name, &const_CM_LZMA_value, ZEND_ACC_PUBLIC, NULL); in register_class_ZipArchive()
703 …re_class_constant_ex(class_entry, const_CM_ZSTD_name, &const_CM_ZSTD_value, ZEND_ACC_PUBLIC, NULL); in register_class_ZipArchive()
711 …eclare_class_constant_ex(class_entry, const_CM_XZ_name, &const_CM_XZ_value, ZEND_ACC_PUBLIC, NULL); in register_class_ZipArchive()
724 …re_class_constant_ex(class_entry, const_CM_LZ77_name, &const_CM_LZ77_value, ZEND_ACC_PUBLIC, NULL); in register_class_ZipArchive()
742 …eclare_class_constant_ex(class_entry, const_ER_OK_name, &const_ER_OK_value, ZEND_ACC_PUBLIC, NULL); in register_class_ZipArchive()
784 …lare_class_constant_ex(class_entry, const_ER_CRC_name, &const_ER_CRC_value, ZEND_ACC_PUBLIC, NULL); in register_class_ZipArchive()
[all …]
/PHP-8.2/ext/intl/timezone/
H A Dtimezone_class.cpp118 ret = NULL; in timezone_convert_to_datetimezone()
135 char *message = NULL; in timezone_process_timezone_argument()
157 return NULL; in timezone_process_timezone_argument()
167 return NULL; in timezone_process_timezone_argument()
182 return NULL; in timezone_process_timezone_argument()
193 return NULL; in timezone_process_timezone_argument()
203 return NULL; in timezone_process_timezone_argument()
214 return NULL; in timezone_process_timezone_argument()
277 if (to1->utimezone == NULL || to2->utimezone == NULL) { in TimeZone_compare_objects()
309 if (tz == NULL) { in TimeZone_get_debug_info()
[all …]
/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_ucs2.c54 NULL,
60 NULL
68 NULL,
74 NULL
82 NULL,
88 NULL
95 NULL,
98 NULL,
105 NULL,
108 NULL,
[all …]
/PHP-8.2/ext/dom/
H A Dxpath.c53 if (intern == NULL) { in dom_xpath_ext_function_php()
149 fci.object = NULL; in dom_xpath_ext_function_php()
228 if (ctx == NULL) { in PHP_METHOD()
260 xmlDoc *docp = NULL; in dom_xpath_document_read()
309 if (ctxp == NULL) { in PHP_METHOD()
340 xmlDoc *docp = NULL; in php_xpath_eval()
353 if (ctxp == NULL) { in php_xpath_eval()
359 if (docp == NULL) { in php_xpath_eval()
383 if (ns != NULL) { in php_xpath_eval()
394 ctxp->node = NULL; in php_xpath_eval()
[all …]
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat_format.c34 UChar* formatted = NULL; in msgfmt_do_format()
75 UChar *spattern = NULL; in PHP_FUNCTION()
77 char *pattern = NULL; in PHP_FUNCTION()
79 const char *slocale = NULL; in PHP_FUNCTION()
101 intl_error_set(/* intl_error* */ NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
107 spattern = NULL; in PHP_FUNCTION()
116 intl_error_set(/* intl_error* */ NULL, U_INVALID_FORMAT_ERROR, in PHP_FUNCTION()
131 char *msg = NULL; in PHP_FUNCTION()
138 intl_error_set_code(/* intl_error* */ NULL, INTL_DATA_ERROR_CODE( mfo ) ); in PHP_FUNCTION()
139 intl_errors_set_custom_msg(/* intl_error* */ NULL, msg, 1 ); in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/simplexml/
H A Dsimplexml.c92 if (name == NULL && (node->ns == NULL || node->ns->prefix == NULL)) { in match_ns()
153 return NULL; in sxe_find_element_by_name()
203 return NULL; in sxe_get_element_by_name()
1030 if (node->children != NULL || node->prev != NULL || node->next != NULL) { in sxe_prop_is_empty()
1242 if (sxe1->node != NULL && sxe2->node != NULL) { in sxe_objects_compare()
1250 if (sxe1->node == NULL && sxe2->node == NULL) { in sxe_objects_compare()
2066 if (intern == NULL || intern->node == NULL) { in PHP_METHOD()
2408 NULL,
2558 if (intern != NULL && intern->node != NULL) { in php_sxe_iterator_current_key()
2690 NULL,
[all …]
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dbug75402.phpt22 "id" character varying(64) NOT NULL,
23 "group_id" character varying(64) NOT NULL,
27 "stage" character varying(16) NOT NULL,
28 "status" character varying(64) NOT NULL,
29 "progress" integer NOT NULL,
30 "insert_datetime" timestamp(3) NOT NULL,
33 "life_hours" integer NOT NULL,
34 "family" character varying(32) NOT NULL,
36 "max_parallelism" integer NOT NULL,
37 "hidden" boolean NOT NULL,
[all …]
/PHP-8.2/ext/soap/
H A Dphp_http.c244 NULL, NULL); in http_connect()
436 stream = NULL; in make_http_soap_request()
457 if (phpurl == NULL || phpurl->host == NULL) { in make_http_soap_request()
525 stream = NULL; in make_http_soap_request()
988 if (eqpos != NULL && (sempos == NULL || sempos > eqpos)) { in make_http_soap_request()
1129 if (new_url->scheme == NULL && new_url->path != NULL) { in make_http_soap_request()
1344 add_soap_fault(this_ptr, "HTTP", http_msg, NULL, NULL); in make_http_soap_request()
1407 return NULL; in get_http_header_value_nodup()
1421 return NULL; in get_http_header_value()
1557 return NULL; in get_http_body()
[all …]
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_cmd.h74 (v)->file.name = NULL; \
76 (v)->method.class = NULL; \
77 (v)->method.name = NULL; \
78 (v)->str = NULL; \
80 (v)->next = NULL; \
81 (v)->top = NULL; \
162 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, NULL, flags}
165 {PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##name, children, args, NULL, flags}
171 #define PHPDBG_END_COMMAND {NULL, 0, NULL, 0, '\0', NULL, NULL, NULL, NULL, 0}
H A Dphpdbg.c117 pg->exec = NULL; in php_phpdbg_globals_ctor()
119 pg->buffer = NULL; in php_phpdbg_globals_ctor()
121 pg->ops = NULL; in php_phpdbg_globals_ctor()
165 zend_hash_init(&PHPDBG_G(seek), 8, NULL, NULL, 0); in PHP_MINIT_FUNCTION()
524 zend_hash_init(files, 0, NULL, NULL, 0); in PHP_FUNCTION()
698 NULL,
716 return NULL; in php_sapi_phpdbg_read_cookies()
889 php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL; in phpdbg_register_file_handles()
896 if (s_in==NULL || s_out==NULL || s_err==NULL) { in phpdbg_register_file_handles()
986 {'-', 0, NULL}
[all …]
H A Dphpdbg_btree.c35 tree->branch = NULL; in phpdbg_btree_init()
44 if (branch == NULL) { in phpdbg_btree_find()
45 return NULL; in phpdbg_btree_find()
53 return NULL; in phpdbg_btree_find()
59 return NULL; in phpdbg_btree_find()
71 if (branch == NULL) { in phpdbg_btree_find_closest()
72 return NULL; in phpdbg_btree_find_closest()
85 return NULL; in phpdbg_btree_find_closest()
136 return NULL; in phpdbg_btree_next()
204 tree->branch = NULL; in phpdbg_btree_delete()
[all …]
/PHP-8.2/win32/
H A Dcodepage.c45 return NULL; in php_win32_cp_to_w_int()
54 return NULL; in php_win32_cp_to_w_int()
60 return NULL; in php_win32_cp_to_w_int()
67 return NULL; in php_win32_cp_to_w_int()
105 return NULL;
120 return NULL; in php_win32_cp_conv_ascii_to_w()
177 return NULL; in php_win32_cp_conv_ascii_to_w()
252 return NULL; in php_win32_cp_from_w_int()
258 target_len = WideCharToMultiByte(cp, flags, in, tmp_len, NULL, 0, NULL, NULL); in php_win32_cp_from_w_int()
261 return NULL; in php_win32_cp_from_w_int()
[all …]
/PHP-8.2/ext/oci8/
H A Doci8.c198 errstatus = OCIEnvNlsCreate(&OCI_G(env), PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, 0, 0); in PHP_INI_END()
608 data = NULL; in php_oci_descriptor_flush_hash_dtor()
749 char *dbname = NULL, *charset = NULL; in php_oci_do_connect()
813 return NULL; in php_oci_do_connect_ex()
818 return NULL; in php_oci_do_connect_ex()
826 return NULL; in php_oci_do_connect_ex()
849 return NULL; in php_oci_do_connect_ex()
1003 if ((tmp_val != NULL) && (tmp != NULL) && in php_oci_do_connect_ex()
1130 return NULL; in php_oci_do_connect_ex()
1154 return NULL; in php_oci_do_connect_ex()
[all …]
/PHP-8.2/ext/oci8/tests/
H A Dcommit_001.phpt130 NULL
132 NULL
134 NULL
136 NULL
141 NULL
143 NULL
145 NULL
147 NULL
152 NULL
154 NULL
[all …]
/PHP-8.2/ext/mysqlnd/
H A Dphp_mysqlnd.c148 mysqlnd_globals->trace_alloc_settings = NULL; in ZEND_DECLARE_MODULE_GLOBALS()
149 mysqlnd_globals->trace_alloc = NULL; in ZEND_DECLARE_MODULE_GLOBALS()
218 MYSQLND_G(dbg) = NULL; in PHP_RINIT_FUNCTION()
247 MYSQLND_G(dbg) = NULL; in PHP_RSHUTDOWN_FUNCTION()
252 MYSQLND_G(trace_alloc) = NULL; in PHP_RSHUTDOWN_FUNCTION()
268 NULL,
271 NULL,
277 NULL,
282 NULL,
288 NULL,
[all …]

Completed in 88 milliseconds

12345678910>>...114