/PHP-8.2/ext/spl/ |
H A D | spl_directory.c | 853 zend_long pos; in PHP_METHOD() 1481 zend_long flags; in PHP_METHOD() 2271 zend_long max_len; in PHP_METHOD() 2373 zend_long ret; in PHP_METHOD() 2494 zend_long operation = 0; in PHP_METHOD() 2524 zend_long ret; in PHP_METHOD() 2545 zend_long pos, whence = SEEK_SET; in PHP_METHOD() 2633 zend_long length = 0; in PHP_METHOD() 2664 zend_long length = 0; in PHP_METHOD() 2704 zend_long size; in PHP_METHOD() [all …]
|
H A D | spl_observer.c | 54 zend_long index; 58 zend_long flags; 652 zend_long mode = PHP_COUNT_NORMAL; in PHP_METHOD() 838 zend_long count; in PHP_METHOD() 1038 zend_long flags = MIT_NEED_ALL|MIT_KEYS_NUMERIC; in PHP_METHOD() 1080 zend_long info_long; in PHP_METHOD() 1202 zend_long expect, valid; in PHP_METHOD()
|
/PHP-8.2/ext/intl/grapheme/ |
H A D | grapheme_util.c | 217 zend_long grapheme_ascii_check(const unsigned char *day, size_t len) in grapheme_ascii_check() 333 zend_long grapheme_strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_l… in grapheme_strrpos_ascii()
|
/PHP-8.2/Zend/ |
H A D | zend_API.h | 535 ZEND_API void add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n); 548 static zend_always_inline void add_assoc_long(zval *arg, const char *key, zend_long n) { in add_assoc_long() 585 ZEND_API void add_index_long(zval *arg, zend_ulong index, zend_long n); 602 ZEND_API zend_result add_next_index_long(zval *arg, zend_long n); 621 ZEND_API void add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l); 623 ZEND_API void add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b); 634 static zend_always_inline void add_property_long(zval *arg, const char *key, zend_long n) { in add_property_long() 982 ZEND_API zend_result zend_try_assign_typed_ref_long(zend_reference *ref, zend_long lval); 2041 ZEND_API bool ZEND_FASTCALL zend_parse_arg_long_slow(zval *arg, zend_long *dest, uint32_t arg_num); 2042 ZEND_API bool ZEND_FASTCALL zend_parse_arg_long_weak(zval *arg, zend_long *dest, uint32_t arg_num); [all …]
|
H A D | zend_smart_string.h | 91 static zend_always_inline void smart_string_append_long_ex(smart_string *dest, zend_long num, bool … in smart_string_append_long_ex()
|
/PHP-8.2/ext/pspell/ |
H A D | pspell.c | 182 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() 275 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() 654 zend_long mode; in PHP_FUNCTION() 680 zend_long ignore = 0L; in PHP_FUNCTION()
|
/PHP-8.2/ext/iconv/ |
H A D | iconv.c | 149 …onv_substr(smart_str *pretval, const char *str, size_t nbytes, zend_long offset, zend_long len, co… 624 const char *str, size_t nbytes, zend_long offset, zend_long len, const char *enc) in _php_iconv_substr() 699 if ((zend_long)cnt >= offset) { in _php_iconv_substr() 1828 zend_long offset, length = 0; in PHP_FUNCTION() 1870 zend_long offset = 0; in PHP_FUNCTION() 1914 RETVAL_LONG((zend_long)retval); in PHP_FUNCTION() 1956 RETVAL_LONG((zend_long)retval); in PHP_FUNCTION() 1975 zend_long line_len = 76; in PHP_FUNCTION() 2067 zend_long mode = 0; in PHP_FUNCTION() 2104 zend_long mode = 0; in PHP_FUNCTION()
|
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat_attr.c | 142 zend_long loc_type =ULOC_ACTUAL_LOCALE; in PHP_FUNCTION()
|
/PHP-8.2/sapi/embed/ |
H A D | php_embed.c | 58 zend_long ret; in php_embed_single_write()
|
/PHP-8.2/ext/sockets/ |
H A D | sockaddr_conv.c | 64 zend_long lval = 0; in php_set_inet6_addr()
|
/PHP-8.2/ext/opcache/ |
H A D | zend_shared_alloc.h | 165 zend_long lng;
|
/PHP-8.2/main/streams/ |
H A D | userspace.c | 494 zend_long flags = 0; in PHP_FUNCTION() 630 (zend_long)(didwrite - count), (zend_long)didwrite, (zend_long)count); in php_userstreamop_write() 682 …ZSTR_VAL(us->wrapper->ce->name), (zend_long)(didread - count), (zend_long)didread, (zend_long)coun… in php_userstreamop_read() 973 ZVAL_LONG(&args[0], (zend_long)new_size); in php_userstreamop_set_option()
|
/PHP-8.2/ext/pdo_oci/ |
H A D | oci_driver.c | 309 static zend_long oci_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) /* {{{ */ in oci_handle_doer() 430 static bool oci_handle_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in oci_handle_set_attribute() 432 zend_long lval; in oci_handle_set_attribute() 578 static int oci_handle_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) /* {{{ */ in oci_handle_get_attribute() 651 ZVAL_LONG(return_value, (zend_long) timeout); in oci_handle_get_attribute()
|
/PHP-8.2/ext/dom/ |
H A D | text.c | 113 zend_long offset; in PHP_METHOD()
|
/PHP-8.2/ext/session/ |
H A D | session.c | 380 static zend_long php_session_gc(bool immediate) /* {{{ */ in php_session_gc() 383 zend_long num = -1; in php_session_gc() 698 const zend_long maxcookie = ZEND_LONG_MAX - INT_MAX - 1; in PHP_INI_MH() 700 const zend_long maxcookie = ZEND_LONG_MAX / 2 - 1; in PHP_INI_MH() 702 zend_long v = (zend_long)atol(ZSTR_VAL(new_value)); in PHP_INI_MH() 743 zend_long val; in PHP_INI_MH() 763 zend_long val; in PHP_INI_MH() 1672 zend_long lifetime_long; in PHP_FUNCTION() 2395 zend_long expires; in PHP_FUNCTION() 2482 zend_long read_and_close = 0; in PHP_FUNCTION() [all …]
|
/PHP-8.2/Zend/Optimizer/ |
H A D | zend_ssa.h | 26 zend_long min; 27 zend_long max;
|
H A D | zend_ssa.c | 132 zend_ssa_phi *phi, int min_var, int max_var, zend_long min, zend_long max, in pi_range() 149 static inline void pi_range_equals(zend_ssa_phi *phi, int var, zend_long val) { in pi_range_equals() 152 static inline void pi_range_not_equals(zend_ssa_phi *phi, int var, zend_long val) { in pi_range_not_equals() 155 static inline void pi_range_min(zend_ssa_phi *phi, int var, zend_long val) { in pi_range_min() 158 static inline void pi_range_max(zend_ssa_phi *phi, int var, zend_long val) { in pi_range_max() 185 …ray *op_array, uint32_t build_flags, zend_op *opline, uint32_t var_num, zend_long *adjustment) /* … in find_adjusted_tmp_var() 302 zend_long val1 = 0; in place_essa_pis() 303 zend_long val2 = 0; in place_essa_pis() 322 zend_long tmp = val1; in place_essa_pis() 330 zend_long add_val2 = 0; in place_essa_pis() [all …]
|
/PHP-8.2/ext/intl/timezone/ |
H A D | timezone_class.cpp | 334 ZVAL_LONG(&zv, (zend_long)rawOffset); in TimeZone_get_debug_info() 336 ZVAL_LONG(&zv, (zend_long)(rawOffset + dstOffset)); in TimeZone_get_debug_info()
|
/PHP-8.2/ext/ftp/ |
H A D | ftp.c | 117 ftp_open(const char *host, short port, zend_long timeout_sec) in ftp_open() 661 ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response) in ftp_alloc() 890 …hp_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos) in ftp_get() 985 … const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long startpos) in ftp_put() 988 zend_long size; in ftp_put() 1070 zend_long size; in ftp_append() 1132 zend_long 1452 zend_long size, sent; in my_send() 2082 …hp_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long resumepos) in ftp_nb_get() 2210 … const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long startpos) in ftp_nb_put()
|
/PHP-8.2/ext/standard/ |
H A D | link.c | 120 RETURN_LONG((zend_long) sb.st_dev); in PHP_FUNCTION()
|
H A D | var.c | 433 smart_str_append_long(buf, (zend_long) index); in php_array_element_export() 473 smart_str_append_long(buf, (zend_long) index); in php_object_element_export() 663 static inline zend_long php_add_var_hash(php_serialize_data_t data, zval *var, bool in_rcn_array) /… in php_add_var_hash() 715 static inline void php_var_serialize_long(smart_str *buf, zend_long val) /* {{{ */ in php_var_serialize_long() 999 zend_long var_already; in php_var_serialize_intern() 1340 zend_long prev_max_depth, prev_cur_depth; in php_unserialize_with_options() 1409 (zend_long)((char*)p - buf), buf_len); in php_unserialize_with_options()
|
H A D | php_fopen_wrapper.c | 183 zend_long max_memory; in php_stream_url_wrap_php() 295 zend_long fildes_ori; in php_stream_url_wrap_php()
|
/PHP-8.2/ext/dba/ |
H A D | dba.c | 438 zend_long numitems, i; in php_dba_find() 480 zend_long permission = 0644; in php_dba_open() 481 zend_long map_size = 0; in php_dba_open() 482 zend_long driver_flags = DBA_DEFAULT_DRIVER_FLAGS; in php_dba_open() 948 zend_long skip = 0; in PHP_FUNCTION()
|
/PHP-8.2/ext/mbstring/ |
H A D | mbstring.c | 1554 zend_long arg_status; in PHP_FUNCTION() 1812 zend_long i; in PHP_FUNCTION() 1893 zend_long offset = 0; in PHP_FUNCTION() 1930 zend_long offset = 0; in PHP_FUNCTION() 1961 zend_long offset = 0; in PHP_FUNCTION() 2161 zend_long from, len; in PHP_FUNCTION() 2237 zend_long from, len; in PHP_FUNCTION() 2612 zend_long idx; in php_mb_convert_encoding_recursive() 4474 zend_long idx; in php_mb_check_encoding_recursive() 4595 zend_long cp; in PHP_FUNCTION() [all …]
|
/PHP-8.2/ext/odbc/ |
H A D | php_odbc.c | 517 zend_long flag; in php_odbc_fetch_attribs() 712 zend_long pv_num; in odbc_column_lengths() 1139 zend_long zv_fetch_type; in PHP_FUNCTION() 1293 zend_long pv_row = -1; in php_odbc_fetch_hash() 1450 zend_long pv_row = 0; in PHP_FUNCTION() 1613 zend_long pv_row; in PHP_FUNCTION() 1663 zend_long pv_field_long; in PHP_FUNCTION() 2442 zend_long pv_num; in PHP_FUNCTION() 2478 zend_long pv_num; in PHP_FUNCTION() 2589 RETVAL_LONG((zend_long)status); in PHP_FUNCTION() [all …]
|