/php-7.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_defs.h(last modified 13/02/2019 23:05) | 36 #define NULL (0L) macro 38 #define NULL (void *)(0L) macro
|
H A D | mbfl_string.h(last modified 13/02/2019 23:05) | 54 #define NULL 0 macro
|
/php-7.4/ext/intl/msgformat/ |
H A D | msgformat_attr.c(last modified 13/02/2019 23:05) | 94 umsg_applyPattern(MSG_FORMAT_OBJECT(mfo), spattern, spattern_len, NULL, &INTL_DATA_ERROR_CODE(mfo)); in PHP_FUNCTION() local
|
/php-7.4/ext/xmlrpc/libxmlrpc/ |
H A D | simplestring.h(last modified 13/02/2019 23:05) | 59 #define NULL 0 macro
|
/php-7.4/ext/gd/libgd/ |
H A D | gdcache.h(last modified 13/02/2019 23:05) | 48 #define NULL (void *)0 macro
|
/php-7.4/ext/intl/formatter/ |
H A D | formatter_format.c(last modified 04/02/2020 08:00) | 114 unum_formatDouble(FORMATTER_OBJECT(nfo), Z_DVAL_P(number), formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION() local 176 unum_formatDoubleCurrency(FORMATTER_OBJECT(nfo), number, scurrency, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); PHP_FUNCTION() local [all...] |
H A D | formatter_attr.c(last modified 13/02/2019 23:05) | 410 unum_applyPattern(FORMATTER_OBJECT(nfo), 0, svalue, slength, NULL, &INTL_DATA_ERROR_CODE(nfo)); PHP_FUNCTION() local [all...] |
/php-7.4/ext/intl/ |
H A D | intl_convert.c(last modified 13/02/2019 23:05) | 141 u_strToUTF8( ZSTR_VAL(dst), dst_len, NULL, src, src_len, status ); in intl_convert_utf16_to_utf8() local
|
H A D | intl_convertcpp.cpp(last modified 13/02/2019 23:05) | 78 U_SENTINEL, NULL, status); in intl_charFromString() local
|
/php-7.4/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c(last modified 13/02/2019 23:05) | 307 DBG_RETURN(NULL); global() variable [all...] |
H A D | mysqlnd_result.c(last modified 11/12/2020 08:00) | 1903 NULL, /* row_decoder */ global() variable 1934 DBG_RETURN(NULL); global() variable [all...] |
/php-7.4/main/ |
H A D | php_ticks.c(last modified 13/02/2019 23:05) | 30 zend_llist_init(&PG(tick_functions), sizeof(struct st_tick_function), NULL, 1); in php_startup_ticks() local
|
/php-7.4/sapi/phpdbg/ |
H A D | phpdbg_webdata_transfer.c(last modified 13/02/2019 23:05) | 46 zend_hash_copy(Z_ARRVAL(zv[1]), &EG(symbol_table), NULL); in phpdbg_webdata_compress() local
|
/php-7.4/win32/ |
H A D | wsyslog.c(last modified 12/07/2019 08:00) | 123 ReportEventW(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strsw, NULL); in vsyslog() local 136 ReportEventA(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strs, NULL); in vsyslog() local
|
H A D | registry.c(last modified 13/02/2019 23:05) | 196 zend_hash_init(PW32G(registry_directories), 0, NULL, delete_internal_hashtable, 1); UpdateIniFromRegistry() local [all...] |
/php-7.4/ext/intl/dateformat/ |
H A D | dateformat_format.c(last modified 13/02/2019 23:05) | 46 udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, formatted, resultlengthneeded, NULL, &INTL_DATA_ERROR_CODE(dfo)); in internal_format() local
|
/php-7.4/ext/session/ |
H A D | mod_user.c(last modified 04/10/2019 08:00) | 120 ps_call_handler(&PSF(close), 0, NULL, &retval); in PS_CLOSE_FUNC() local 210 ps_call_handler(&PSF(create_sid), 0, NULL, &retval); in PS_CREATE_SID_FUNC() local [all...] |
/php-7.4/Zend/ |
H A D | zend_weakrefs.c(last modified 03/06/2019 08:00) | 44 zend_hash_init(&EG(weakrefs), 8, NULL, zend_weakref_unref, 0); in zend_weakrefs_init() local
|
H A D | zend_list.c(last modified 26/06/2019 08:00) | 211 zend_hash_init(&EG(regular_list), 8, NULL, list_entry_destructo in zend_init_rsrc_list() local 218 zend_hash_init_ex(&EG(persistent_list), 8, NULL, plist_entry_destructor, 1, 0); zend_init_rsrc_plist() local [all...] |
H A D | zend_constants.c(last modified 13/02/2019 23:06) | 103 zend_hash_init(EG(zend_constants), 128, NULL, ZEND_CONSTANT_DTOR, 1); in zend_startup_constants() local [all...] |
/php-7.4/ext/standard/ |
H A D | http.c(last modified 20/06/2019 08:00) | 154 php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type); in php_url_encode_hash_ex() local [all...] |
H A D | user_filters.c(last modified 16/09/2020 08:00) | 583 zend_hash_init(BG(user_filter_map), 8, NULL, (dtor_func_t) filter_item_dtor, 0); PHP_FUNCTION() local [all...] |
/php-7.4/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c(last modified 19/12/2019 08:00) | 742 zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0); zend_accel_load_script() local [all...] |
/php-7.4/ext/spl/ |
H A D | php_spl.c(last modified 04/09/2019 08:00) | 618 zend_hash_init(SPL_G(autoload_functions), 1, NULL, autoload_func_info_dtor, 0); PHP_FUNCTION() local [all...] |
/php-7.4/main/streams/ |
H A D | filter.c(last modified 03/10/2019 08:00) | 64 zend_hash_init(FG(stream_filters), zend_hash_num_elements(&stream_filters_hash) + 1, NULL, NULL, 0); in php_stream_filter_register_factory_volatile() local 65 zend_hash_copy(FG(stream_filters), &stream_filters_hash, NULL); in php_stream_filter_register_factory_volatile() local [all...] |