Home
last modified time | relevance | path

Searched refs:zend_long (Results 51 – 75 of 382) sorted by relevance

12345678910>>...16

/PHP-8.2/ext/filter/
H A Dphp_filter.h54 zend_long default_filter;
55 zend_long default_filter_flags;
64 #define PHP_INPUT_FILTER_PARAM_DECL zval *value, zend_long flags, zval *option_array, char *charset
/PHP-8.2/ext/zip/
H A Dphp_zip.c1875 zend_long index;
2140 zend_long index;
2298 zend_long method;
2451 zend_long index;
2511 zend_long index;
2535 zend_long index;
2589 zend_long index;
2649 zend_long index;
2906 zend_long index;
3059 zend_long method;
[all …]
/PHP-8.2/ext/standard/
H A Dphp_var.h45 PHPAPI void php_var_unserialize_set_max_depth(php_unserialize_data_t d, zend_long max_depth);
46 PHPAPI zend_long php_var_unserialize_get_max_depth(php_unserialize_data_t d);
47 PHPAPI void php_var_unserialize_set_cur_depth(php_unserialize_data_t d, zend_long cur_depth);
48 PHPAPI zend_long php_var_unserialize_get_cur_depth(php_unserialize_data_t d);
H A Dbasic_functions.h77 zend_long page_uid;
78 zend_long page_gid;
79 zend_long page_inode;
113 zend_long unserialize_max_depth;
H A Dfile.h44 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options);
45 PHPAPI int php_mkdir(const char *dir, zend_long mode);
47 PHPAPI void php_flock_common(php_stream *stream, zend_long operation, uint32_t operation_arg_num,
97 zend_long default_socket_timeout;
/PHP-8.2/ext/random/
H A Drandomizer.c103 if (randomizer->status->last_generated_size > sizeof(zend_long)) { in PHP_METHOD()
108 RETURN_LONG((zend_long) (result >> 1)); in PHP_METHOD()
117 zend_long min, max; in PHP_METHOD()
140 result = (zend_long) (offset + min); in PHP_METHOD()
149 RETURN_LONG((zend_long) result); in PHP_METHOD()
158 zend_long length; in PHP_METHOD()
223 …huffle(randomizer->algo, randomizer->status, Z_STRVAL_P(return_value), (zend_long) Z_STRLEN_P(retu… in PHP_METHOD()
234 zend_long num_req; in PHP_METHOD()
H A Dengine_pcgoneseq128xslrr64.c58 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
144 zend_long int_seed = 0; in PHP_METHOD()
187 zend_long advance = 0; in PHP_METHOD()
/PHP-8.2/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp187 RETURN_LONG((zend_long)res); in _breakiter_no_args_ret_int32()
194 zend_long arg; in _breakiter_int32_ret_int32()
211 RETURN_LONG((zend_long)res); in _breakiter_int32_ret_int32()
267 RETURN_LONG((zend_long)res); in PHP_METHOD()
286 zend_long offset; in PHP_METHOD()
304 RETURN_BOOL((zend_long)res); in PHP_METHOD()
309 zend_long locale_type; in PHP_METHOD()
336 zend_long key_type = 0; in PHP_METHOD()
369 RETURN_LONG((zend_long)BREAKITER_ERROR_CODE(bio)); in PHP_METHOD()
/PHP-8.2/ext/intl/dateformat/
H A Ddateformat_helpers.h34 zend_object *calendar_obj, zend_long calendar_long, bool calendar_is_null, Locale const& locale,
35 …const char *func_name, intl_error *err, Calendar*& cal, zend_long& cal_int_type, bool& calendar_ow…
H A Ddateformat_parse.c57 ZVAL_LONG(return_value, (zend_long)result); in internal_parse_to_timestamp()
62 …tter_object *dfo, zval* return_value, const UCalendar *parsed_calendar, zend_long calendar_field, … in add_to_localtime_arr()
64zend_long calendar_field_val = ucal_get( parsed_calendar, calendar_field, &INTL_DATA_ERROR_CODE(df… in add_to_localtime_arr()
84 zend_long isInDST = 0; in internal_parse_to_localtime()
139 zend_long long_parse_pos; in PHP_FUNCTION()
180 zend_long long_parse_pos; in PHP_FUNCTION()
/PHP-8.2/ext/intl/common/
H A Dcommon_error.c51 zend_long err_code; in PHP_FUNCTION()
69 zend_long err_code; in PHP_FUNCTION()
/PHP-8.2/ext/ldap/
H A Dphp_ldap.h40 zend_long num_links;
41 zend_long max_links;
/PHP-8.2/ext/shmop/
H A Dshmop.c67 zend_long size;
136 zend_long key, mode, size; in PHP_FUNCTION()
221 zend_long start, count; in PHP_FUNCTION()
283 zend_long writesize; in PHP_FUNCTION()
284 zend_long offset; in PHP_FUNCTION()
304 …writesize = ((zend_long)ZSTR_LEN(data) < shmop->size - offset) ? (zend_long)ZSTR_LEN(data) : shmop… in PHP_FUNCTION()
/PHP-8.2/ext/intl/calendar/
H A Dcalendar_methods.cpp220 zend_long field; in _php_intlcal_field_uec_ret_in32t_method()
283 zend_long field, in PHP_FUNCTION()
372 zend_long args[6]; in PHP_FUNCTION()
442 zend_long field; in PHP_FUNCTION()
466 zend_long field; in PHP_FUNCTION()
501 zend_long dow; in PHP_FUNCTION()
543 zend_long field; in _php_intlcal_field_ret_in32t_method()
665 zend_long dow; in PHP_FUNCTION()
742 zend_long field; in PHP_FUNCTION()
783 zend_long dow; in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/hash/
H A Dphp_hash.h38 typedef int (*php_hash_serialize_func_t)(const php_hashcontext_object *hash, zend_long *magic, zva…
39 typedef int (*php_hash_unserialize_func_t)(php_hashcontext_object *hash, zend_long magic, const zv…
61 zend_long options;
151 PHP_HASH_API int php_hash_serialize(const php_hashcontext_object *context, zend_long *magic, zval *…
152 PHP_HASH_API int php_hash_unserialize(php_hashcontext_object *context, zend_long magic, const zval …
/PHP-8.2/ext/com_dotnet/
H A Dcom_extension.c32 #define PHP_DISP_E_DIVBYZERO ((zend_long) (ULONG) DISP_E_DIVBYZERO)
33 #define PHP_DISP_E_OVERFLOW ((zend_long) (ULONG) DISP_E_OVERFLOW)
34 #define PHP_DISP_E_BADINDEX ((zend_long) (ULONG) DISP_E_BADINDEX)
35 #define PHP_DISP_E_PARAMNOTFOUND ((zend_long) (ULONG) DISP_E_PARAMNOTFOUND)
36 #define PHP_MK_E_UNAVAILABLE ((zend_long) (ULONG) MK_E_UNAVAILABLE)
/PHP-8.2/win32/
H A Dconsole.c22 PHP_WINUTIL_API BOOL php_win32_console_fileno_is_console(zend_long fileno) in php_win32_console_fileno_is_console()
36 PHP_WINUTIL_API BOOL php_win32_console_fileno_has_vt100(zend_long fileno) in php_win32_console_fileno_has_vt100()
58 PHP_WINUTIL_API BOOL php_win32_console_fileno_set_vt100(zend_long fileno, BOOL enable) in php_win32_console_fileno_set_vt100()
/PHP-8.2/ext/pdo/
H A Dphp_pdo.h51 …lare_class_constant_long(php_pdo_get_dbh_ce(), const_name, sizeof(const_name)-1, (zend_long)value);
56 #define LONG_CONST(c) (zend_long) c
/PHP-8.2/ext/calendar/
H A Dcal_unix.c30 zend_long tl = 0; in PHP_FUNCTION()
58 zend_long uday; in PHP_FUNCTION()
/PHP-8.2/ext/intl/grapheme/
H A Dgrapheme_string.c39 zend_long ret_len; in PHP_FUNCTION()
87 zend_long loffset = 0; in PHP_FUNCTION()
90 zend_long ret_pos; in PHP_FUNCTION()
137 zend_long loffset = 0; in PHP_FUNCTION()
139 zend_long ret_pos; in PHP_FUNCTION()
198 zend_long loffset = 0; in PHP_FUNCTION()
200 zend_long ret_pos; in PHP_FUNCTION()
253 zend_long loffset = 0; in PHP_FUNCTION()
255 zend_long ret_pos; in PHP_FUNCTION()
320 zend_long lstart = 0, length = 0; in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/intl/timezone/
H A Dtimezone_methods.cpp151 if (Z_LVAL_P(arg) < (zend_long)INT32_MIN || in PHP_FUNCTION()
152 Z_LVAL_P(arg) > (zend_long)INT32_MAX) { in PHP_FUNCTION()
164 zend_long lval; in PHP_FUNCTION()
216 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
221 zend_long zoneType, in PHP_FUNCTION()
244 if (offset_arg < (zend_long)INT32_MIN || offset_arg > (zend_long)INT32_MAX) { in PHP_FUNCTION()
346 zend_long index; in PHP_FUNCTION()
353 if (index < (zend_long)INT32_MIN || index > (zend_long)INT32_MAX) { in PHP_FUNCTION()
488 zend_long display_type = TimeZone::LONG; in PHP_FUNCTION()
538 RETURN_LONG((zend_long)to->utimezone->getDSTSavings()); in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/intl/normalizer/
H A Dnormalizer_normalize.c32 static const UNormalizer2 *intl_get_normalizer(zend_long form, UErrorCode *err) in intl_get_normalizer()
57 static int32_t intl_normalize(zend_long form, const UChar *src, int32_t src_len, UChar *dst, int32_… in intl_normalize()
67 static UBool intl_is_normalized(zend_long form, const UChar *uinput, int32_t uinput_len, UErrorCode… in intl_is_normalized()
84 zend_long form = NORMALIZER_DEFAULT; in PHP_FUNCTION()
223 zend_long form = NORMALIZER_DEFAULT; in PHP_FUNCTION()
315 zend_long form = NORMALIZER_DEFAULT; in PHP_FUNCTION()
/PHP-8.2/ext/sqlite3/
H A Dphp_sqlite3_structs.h37 zend_long param_number;
39 zend_long type;
92 zend_long row_count;
/PHP-8.2/ext/bcmath/
H A Dbcmath.c63 zend_long tmp; in ZEND_GET_MODULE()
156 zend_long scale_param; in PHP_FUNCTION()
207 zend_long scale_param; in PHP_FUNCTION()
258 zend_long scale_param; in PHP_FUNCTION()
309 zend_long scale_param; in PHP_FUNCTION()
365 zend_long scale_param; in PHP_FUNCTION()
421 zend_long scale_param; in PHP_FUNCTION()
480 zend_long scale_param; in PHP_FUNCTION()
531 zend_long scale_param; in PHP_FUNCTION()
574 zend_long scale_param; in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/intl/formatter/
H A Dformatter_attr.c28 zend_long attribute, value; in PHP_FUNCTION()
90 zend_long attribute; in PHP_FUNCTION()
127 zend_long attribute; in PHP_FUNCTION()
182 zend_long attribute; in PHP_FUNCTION()
215 zend_long symbol; in PHP_FUNCTION()
256 zend_long symbol; in PHP_FUNCTION()
364 zend_long type = ULOC_ACTUAL_LOCALE; in PHP_FUNCTION()

Completed in 59 milliseconds

12345678910>>...16