/PHP-8.2/ext/gmp/ |
H A D | php_gmp_int.h | 32 typedef zend_long gmp_long;
|
/PHP-8.2/ext/hash/ |
H A D | hash_xxhash.c | 21 php_hashcontext_object *hash, zend_long magic, const zval *zv); 23 php_hashcontext_object *hash, zend_long magic, const zval *zv); 76 php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_hash_xxh32_unserialize() 224 php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_hash_xxh64_unserialize()
|
H A D | hash.c | 616 zend_long options = 0; in PHP_FUNCTION() 714 zend_long length = -1, didread = 0; in PHP_FUNCTION() 726 zend_long toread = 1024; in PHP_FUNCTION() 900 zend_long length = 0; in PHP_FUNCTION() 1049 digest_length = (zend_long) ceil((float) length / 2.0); in PHP_FUNCTION() 1202 zend_long algorithm; in PHP_FUNCTION() 1234 zend_long algorithm; in PHP_FUNCTION() 1263 zend_long algorithm; in PHP_FUNCTION() 1287 zend_long algorithm, l_bytes; in PHP_FUNCTION() 1453 zend_long magic = 0; in PHP_METHOD() [all …]
|
/PHP-8.2/ext/mysqli/ |
H A D | mysqli_report.c | 31 zend_long flags; in PHP_FUNCTION()
|
H A D | mysqli_api.c | 329 zend_long offset; in PHP_FUNCTION() 732 zend_long offset; in PHP_FUNCTION() 814 zend_long fieldnr; in PHP_FUNCTION() 1233 zend_long ret; in PHP_FUNCTION() 1282 zend_long rc; in PHP_FUNCTION() 1438 zend_long param_nr; in PHP_FUNCTION() 1503 zend_long offset; in PHP_FUNCTION() 1706 zend_long options; in PHP_FUNCTION() 1721 zend_long mode_in; in PHP_FUNCTION() 1724 zend_long attr; in PHP_FUNCTION() [all …]
|
/PHP-8.2/ext/standard/ |
H A D | metaphone.c | 23 static void metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **p… 30 zend_long phones = 0; in PHP_FUNCTION() 162 static void metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **p… in metaphone()
|
H A D | filestat.c | 357 zend_long group_long; in php_do_chgrp() 495 zend_long user_long; in php_do_chown() 592 zend_long mode; in PHP_FUNCTION() 638 zend_long filetime = 0, fileatime = 0; in PHP_FUNCTION() 926 RETURN_LONG((zend_long)ssb.sb.st_mode); in php_stat() 928 RETURN_LONG((zend_long)ssb.sb.st_ino); in php_stat() 930 RETURN_LONG((zend_long)ssb.sb.st_size); in php_stat() 932 RETURN_LONG((zend_long)ssb.sb.st_uid); in php_stat() 934 RETURN_LONG((zend_long)ssb.sb.st_gid); in php_stat() 936 RETURN_LONG((zend_long)ssb.sb.st_atime); in php_stat() [all …]
|
/PHP-8.2/ext/intl/collator/ |
H A D | collator_locale.c | 29 zend_long type = 0; in PHP_FUNCTION()
|
/PHP-8.2/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 27 static int create_transliterator( char *str_id, size_t str_id_len, zend_long direction, zval *objec… in create_transliterator() 101 zend_long direction = TRANSLITERATOR_FORWARD; in PHP_FUNCTION() 130 zend_long direction = TRANSLITERATOR_FORWARD; in PHP_FUNCTION() 274 zend_long start = 0, in PHP_FUNCTION() 446 RETURN_LONG( (zend_long) TRANSLITERATOR_ERROR_CODE( to ) ); in PHP_FUNCTION()
|
/PHP-8.2/ext/session/ |
H A D | mod_user_class.c | 142 zend_long maxlifetime; in PHP_METHOD() 143 zend_long nrdels = -1; in PHP_METHOD()
|
/PHP-8.2/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 108 zend_long checks; in PHP_METHOD() 130 zend_long level; in PHP_METHOD()
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_collection.c | 257 int php_oci_collection_max(php_oci_collection *collection, zend_long *max) in php_oci_collection_max() 270 int php_oci_collection_trim(php_oci_collection *collection, zend_long trim_size) in php_oci_collection_trim() 470 int php_oci_collection_element_get(php_oci_collection *collection, zend_long index, zval *result_el… in php_oci_collection_element_get() 581 int php_oci_collection_element_set_null(php_oci_collection *collection, zend_long index) in php_oci_collection_element_set_null() 602 int php_oci_collection_element_set_date(php_oci_collection *collection, zend_long index, char *date… in php_oci_collection_element_set_date() 643 int php_oci_collection_element_set_number(php_oci_collection *collection, zend_long index, char *nu… in php_oci_collection_element_set_number() 685 int php_oci_collection_element_set_string(php_oci_collection *collection, zend_long index, char *el… in php_oci_collection_element_set_string() 724 int php_oci_collection_element_set(php_oci_collection *collection, zend_long index, char *value, in… in php_oci_collection_element_set()
|
/PHP-8.2/docs/ |
H A D | parameter-parsing-api.md | 77 l - long (zend_long) 100 zend_bool* must be passed after the corresponding bool*, zend_long* or 109 Please note that since version 7 PHP uses `zend_long` as integer type and 110 `zend_string` with `size_t` as length, so make sure you pass `zend_long`s to "l" 127 int num; /* XXX THIS IS WRONG!! Use zend_long instead. */ 142 zend_long l; 177 zend_long l1, l2, l3; 233 zend_long num;
|
/PHP-8.2/Zend/ |
H A D | zend_operators.c | 167 return (zend_long) retval; in zend_atol_internal() 351 zend_long lval; in zendi_try_get_long() 483 zend_long tmp; in convert_to_long() 871 zend_long lval; in zval_get_long_func() 1167 zend_long overflow; in mul_function_fast() 1248 zend_long overflow; in pow_function_base() 1413 zend_long op1_lval, op2_lval; in mod_function() 2093 zend_long str_lval; in compare_long_to_string() 2116 zend_long str_lval; in compare_double_to_string() 2503 zend_long lval; in increment_function() [all …]
|
H A D | zend_long.h | 32 typedef int64_t zend_long; typedef 42 typedef int32_t zend_long; typedef
|
H A D | zend_multiply.h | 48 zend_long __tmpvar; \ 60 zend_long __tmpvar; \ 72 zend_long __tmpvar; \ 112 zend_long __lres = (a) * (b); \
|
H A D | zend_bitset.h | 33 # define ZEND_BITSET_ELM_NUM(n) ((n) / (sizeof(zend_long) * 8)) 34 # define ZEND_BITSET_BIT_NUM(n) ((n) % (sizeof(zend_long) * 8)) 122 return (n + ((sizeof(zend_long) * 8) - 1)) / (sizeof(zend_long) * 8);
|
H A D | zend_virtual_cwd.h | 223 zend_long realpath_cache_size; 224 zend_long realpath_cache_size_limit; 225 zend_long realpath_cache_ttl; 241 CWD_API zend_long realpath_cache_size(void); 242 CWD_API zend_long realpath_cache_max_buckets(void);
|
/PHP-8.2/ext/curl/ |
H A D | multi.c | 108 RETURN_LONG((zend_long) error); in PHP_FUNCTION() 173 RETURN_LONG((zend_long) error); in PHP_FUNCTION() 246 RETURN_LONG((zend_long) error); in PHP_FUNCTION() 364 zend_long code; in PHP_FUNCTION() 451 static bool _php_curl_multi_setopt(php_curlm *mh, zend_long option, zval *zvalue, zval *return_valu… in _php_curl_multi_setopt() 469 zend_long lval = zval_get_long(zvalue); in _php_curl_multi_setopt() 514 zend_long options; in PHP_FUNCTION()
|
/PHP-8.2/ext/dom/ |
H A D | php_dom.h | 154 xmlNodePtr php_dom_named_node_map_get_item(dom_nnodemap_object *objmap, zend_long index); 155 void php_dom_named_node_map_get_item_into_zval(dom_nnodemap_object *objmap, zend_long index, zval *… 156 void php_dom_nodelist_get_item_into_zval(dom_nnodemap_object *objmap, zend_long index, zval *return…
|
/PHP-8.2/ext/intl/idn/ |
H A D | idn.c | 110 add_assoc_long_ex(idna_info, "errors", sizeof("errors")-1, (zend_long)info.errors); in php_intl_idn_to_46() 120 zend_long option = UIDNA_DEFAULT, in php_intl_idn_handoff()
|
/PHP-8.2/ext/pcntl/ |
H A D | php_pcntl.h | 38 zend_long signo;
|
/PHP-8.2/ext/intl/ |
H A D | php_intl.h | 52 zend_long error_level;
|
/PHP-8.2/ext/intl/formatter/ |
H A D | formatter_parse.c | 33 zend_long type = FORMAT_TYPE_DOUBLE; in PHP_FUNCTION() 81 RETVAL_LONG((zend_long)val64); in PHP_FUNCTION()
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_misc.c | 36 zend_throw_exception(php_com_exception_class_entry, message, (zend_long)(uint32_t)code); in php_com_throw_exception() 38 zend_throw_exception(php_com_exception_class_entry, message, (zend_long)code); in php_com_throw_exception()
|