/php-src/sapi/fpm/tests/ |
H A D | fcgi.inc | 664 * @param int $readLimit max content size 776 // Pick random number between 1 and max 16 bit unsigned int 65535
|
/php-src/ext/date/lib/ |
H A D | parse_iso_intervals.re | 327 /*!max:re2c */
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_result.phpt | 165 …func_mysqli_stmt_bind_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? max(-1 * P…
|
/php-src/Zend/Optimizer/ |
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() argument 141 constraint->range.max = max; in pi_range()
|
H A D | sccp.c | 1814 && info->range.min == info->range.max) { in value_from_type_and_range()
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_aarch64.dasc | 4449 ir_val min, max; 4455 max.u64 = 0x8000000000000000; 4458 max.u64 = 0x0; 4472 max.i64 = IR_MAX(max.i64, val->val.i64); 4476 max.u64 = (int64_t)IR_MAX(max.u64, val->val.u64); 4496 if (count > 2 && (max.i64-min.i64) < count * 8) { 4499 for (i = 0; i <= (max.i64 - min.i64); i++) { 4515 if (aarch64_may_encode_imm12(max.i64)) { 4516 | ASM_REG_IMM_OP cmp, type, op2_reg, max.i64 4518 ir_emit_load_imm_int(ctx, type, tmp_reg, max.i64); [all …]
|
H A D | ir_x86.dasc | 8235 ir_val min, max; 8243 max.u64 = 0x8000000000000000; 8246 max.u64 = 0x0; 8260 max.i64 = IR_MAX(max.i64, val->val.i64); 8264 max.u64 = (int64_t)IR_MAX(max.u64, val->val.u64); 8280 if (count > 2 && (max.i64-min.i64) < count * 8) { 8281 int *labels = ir_mem_malloc(sizeof(int) * (size_t)(max.i64 - min.i64 + 1)); 8283 for (i = 0; i <= (max.i64 - min.i64); i++) { 8341 offset = max.i64 - min.i64; 8366 int64_t offset = max.i64; [all …]
|
/php-src/ext/standard/tests/strings/ |
H A D | strspn_variation11.phpt | 54 2147483647, // max positive integer
|
H A D | strcspn_variation11.phpt | 54 2147483647, // max positive integer
|
H A D | strspn_variation12.phpt | 44 2147483647, // max positive integer 54 2147483647, // max positive integer
|
/php-src/ext/mbstring/tests/ |
H A D | mb_strimwidth.phpt | 91 // With max width of 100, trim marker will not be added
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_dfa_match.c | 2758 int max = (int)GET2(ecode, 1 + IMM2_SIZE); in internal_dfa_match() local 2766 if (++count >= max && max != 0) /* Max 0 => no limit */ in internal_dfa_match()
|
/php-src/ext/standard/tests/file/ |
H A D | fread_basic.phpt | 75 // reading 1000 bytes within the file max size
|
H A D | fgetcsv_variation1.phpt | 74 // use the right delimiter and enclosure with max length
|
/php-src/ |
H A D | .gdbinit | 617 usage: print_zstr <ptr> [max length]
|
H A D | CONTRIBUTING.md | 405 <max 79 characters short description>\n
|
/php-src/ext/exif/ |
H A D | exif.c | 59 #ifndef max 60 # define max(a,b) ((a)>(b) ? (a) : (b)) macro 2796 value_ptr = safe_emalloc(max(byte_count, 4), 1, 0); in exif_ifd_make_value()
|
/php-src/ext/phar/phar/ |
H A D | pharcommand.inc | 1540 $l = max(strlen($which), $l); 1594 $klen = max($klen, strlen($k));
|
/php-src/ext/standard/ |
H A D | basic_functions_arginfo.h | 2187 ZEND_FRAMELESS_FUNCTION(max, 2); 2189 { ZEND_FRAMELESS_FUNCTION_NAME(max, 2), 2 }, 2327 ZEND_FUNCTION(max);
|
H A D | basic_functions.stub.php | 1625 function max(mixed $value, mixed ...$values): mixed {} function
|
/php-src/Zend/ |
H A D | zend.c | 1414 CG(stack).top = CG(stack).max = 0; \
|
H A D | zend_hash.c | 1432 static zend_always_inline void zend_hash_iterators_clamp_max(const HashTable *ht, uint32_t max) in zend_hash_iterators_clamp_max() argument 1439 iter->pos = MIN(iter->pos, max); in zend_hash_iterators_clamp_max()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 182 op1_max = op1_range->max; in zend_jit_is_constant_cmp_long_long() 192 op2_max = op2_range->max; in zend_jit_is_constant_cmp_long_long()
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_x86.lua | 1846 sub = 12, min = 13, div = 14, max = 15 } do
|
/php-src/.github/workflows/ |
H A D | nightly.yml | 557 export SYMFONY_DEPRECATIONS_HELPER=max[total]=999
|