/php-src/ext/standard/tests/strings/ |
H A D | sprintf_variation34.phpt | 18 -2147483648, // max negative integer value 20 2147483647, // max positive integer value 26 -0x80000000, // max negative integer as hexadecimal 27 0x7fffffff, // max positive integer as hexadecimal 28 0x7FFFFFFF, // max positive integer as hexadecimal 31 -020000000000, // max negative integer as octal 32 017777777777 // max positive integer as octal
|
H A D | sprintf_variation46.phpt | 12 -2147483648, // max negative integer value 14 2147483647, // max positive integer value 20 -0x80000000, // max negative integer as hexadecimal 21 0x7fffffff, // max positive integer as hexadecimal 22 0x7FFFFFFF, // max positive integer as hexadecimal 25 -020000000000, // max negative integer as octal 26 017777777777 // max positive integer as octal
|
H A D | sprintf_variation34_64bit.phpt | 14 -2147483648, // max negative integer value 16 2147483647, // max positive integer value 22 -0x80000000, // max negative integer as hexadecimal 23 0x7fffffff, // max positive integer as hexadecimal 24 0x7FFFFFFF, // max positive integer as hexadecimal 27 -020000000000, // max negative integer as octal 28 017777777777 // max positive integer as octal
|
/php-src/Zend/Optimizer/ |
H A D | zend_inference.c | 1178 tmp->max = MIN(constraint->range.max, tmp->max); in zend_inference_calc_range() 1183 …tmp->max = MIN(ssa->var_info[constraint->max_ssa_var].range.max + constraint->range.max, tmp->max); in zend_inference_calc_range() 1207 tmp->max = constraint->range.max; in zend_inference_calc_range() 1231 tmp->max = MAX(tmp->max, ssa->var_info[p->sources[i]].range.max); in zend_inference_calc_range() 1611 ssa->var_info[var].range.max = max; in zend_inference_init_range() 1629 r->max > var_info->range.max) { in zend_inference_widening_meet() 1634 var_info->range.max == r->max && in zend_inference_widening_meet() 1669 var_info->range.max > r->max) { in zend_inference_narrowing_meet() 1670 r->max = var_info->range.max; in zend_inference_narrowing_meet() 1679 var_info->range.max == r->max && in zend_inference_narrowing_meet() [all …]
|
/php-src/ext/standard/tests/general_functions/ |
H A D | var_export_basic3.phpt | 12 "-0x80000001" => (float)-0x80000001, // float value, beyond max negative int 13 "0x800000001" => (float)0x800000001, // float value, beyond max positive int 14 "020000000001" => (float)020000000001, // float value, beyond max positive int 15 "-020000000001" => (float)-020000000001, // float value, beyond max negative int
|
H A D | is_int.phpt | 15 -2147483648, // max negative integer value 17 2147483647, // max positive integer value 23 -0x80000000, // max negative integer as hexadecimal 24 0x7fffffff, // max positive integer as hexadecimal 25 0x7FFFFFFF, // max positive integer as hexadecimal 28 -020000000000, // max negative integer as octal 29 017777777777, // max positive integer as octal 56 -0x80000001, // float value, beyond max negative int 57 0x800000001, // float value, beyond max positive int 58 020000000001, // float value, beyond max positive int [all …]
|
H A D | is_int_64bit.phpt | 17 -2147483648, // max negative integer value 19 2147483647, // max positive integer value 25 -0x80000000, // max negative integer as hexadecimal 26 0x7fffffff, // max positive integer as hexadecimal 27 0x7FFFFFFF, // max positive integer as hexadecimal 30 -020000000000, // max negative integer as octal 31 017777777777, // max positive integer as octal 58 -0x80000001, // float value, beyond max negative int 59 0x800000001, // float value, beyond max positive int 60 020000000001, // float value, beyond max positive int [all …]
|
/php-src/Zend/tests/exceptions/ |
H A D | exception_026.phpt | 6 static $max=0; 8 if (self::$max--<0)
|
/php-src/ext/standard/ |
H A D | php_var.h | 35 PHPAPI int php_var_unserialize(zval *rval, const unsigned char **p, const unsigned char *max, php_u… 36 PHPAPI int php_var_unserialize_ref(zval *rval, const unsigned char **p, const unsigned char *max, p… 37 PHPAPI int php_var_unserialize_intern(zval *rval, const unsigned char **p, const unsigned char *max…
|
/php-src/ext/zlib/tests/ |
H A D | gzuncompress_basic1.phpt | 20 echo "\n-- Calling gzuncompress() with max length of $length --\n"; 30 -- Calling gzuncompress() with max length of 3547 --
|
/php-src/ext/standard/tests/array/range/ |
H A D | range_variation1.phpt | 12 echo "\n*** Testing max/outof range values ***\n"; 24 *** Testing max/outof range values ***
|
H A D | range_variation1_64bit.phpt | 12 echo "\n*** Testing max/outof range values ***\n"; 24 *** Testing max/outof range values ***
|
/php-src/ext/standard/tests/file/ |
H A D | fread_variation2.phpt | 112 -- Reading file content less than max. file size, expected : 0 bytes -- 131 -- Reading file content less than max. file size, expected : 0 bytes -- 150 -- Reading file content less than max. file size, expected : 0 bytes -- 169 -- Reading file content less than max. file size, expected : 0 bytes -- 188 -- Reading file content less than max. file size, expected : 0 bytes -- 207 -- Reading file content less than max. file size, expected : 0 bytes -- 226 -- Reading file content less than max. file size, expected : 0 bytes -- 245 -- Reading file content less than max. file size, expected : 0 bytes -- 264 -- Reading file content less than max. file size, expected : 0 bytes -- 285 -- Reading file content less than max. file size, expected : 0 bytes -- [all …]
|
/php-src/ext/random/ |
H A D | engine_user.c | 68 static zend_long range(void *state, zend_long min, zend_long max) in range() argument 73 }, min, max); in range()
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug73037.phpt | 17 function get_data($max) 32 $max = $max < $min ? $min : $max; 36 while (strlen($data) + strlen($end) < $max) { 50 if (strlen($begin) + strlen($tmp) + strlen($end) > $max) {
|
/php-src/Zend/tests/ |
H A D | bug74053.phpt | 13 static $max = 10; 15 if (self::$max-- <= 0) return;
|
/php-src/sapi/fpm/tests/ |
H A D | fpm_get_status_basic.phpt | 55 ["max-listen-queue"]=> 65 ["max-active-processes"]=> 67 ["max-children-reached"]=>
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_children.c | 414 int max; in fpm_children_make() local 419 max = wp->config->pm_start_servers; in fpm_children_make() 421 max = wp->running_children + nb_to_spawn; in fpm_children_make() 425 max = 0; /* do not create any child at startup */ in fpm_children_make() 427 max = wp->running_children + nb_to_spawn; in fpm_children_make() 430 max = wp->config->pm_max_children; in fpm_children_make() 440 …while (fpm_pctl_can_spawn_children() && wp->running_children < max && (fpm_global_config.process_m… in fpm_children_make() 485 if (wp->running_children < max) { in fpm_children_make()
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | bst.c | 209 lexbor_bst_entry_t *max = NULL; in lexbor_bst_search_close() local 219 max = scope; in lexbor_bst_search_close() 224 return max; in lexbor_bst_search_close() 252 lexbor_bst_entry_t *max = NULL; in lexbor_bst_remove_close() local 266 max = entry; in lexbor_bst_remove_close() 271 if (max != NULL) { in lexbor_bst_remove_close() 273 *found_size = max->size; in lexbor_bst_remove_close() 276 return lexbor_bst_remove_by_pointer(bst, max, scope); in lexbor_bst_remove_close()
|
/php-src/ext/odbc/tests/ |
H A D | bug73725.phpt | 2 Bug #73725 Unable to retrieve value of varchar(max) type 14 odbc_do($conn, "CREATE TABLE bug73725(i int, txt varchar(max), k int)");
|
/php-src/sapi/fpm/fpm/events/ |
H A D | select.c | 34 static int fpm_event_select_init(int max); 70 static int fpm_event_select_init(int max) /* {{{ */ in fpm_event_select_init() argument
|
/php-src/ext/date/tests/ |
H A D | checkdate_basic1.phpt | 18 var_dump( checkdate(7, 2, 32767) ); // max year 25 var_dump( checkdate(7, 2, 32768) ); // >max year
|
/php-src/sapi/cli/tests/ |
H A D | sapi_windows_set_ctrl_handler.phpt | 50 $max = 5000; $total = 0; $step = 100; 51 while(proc_get_status($proc)["running"] && $max > $total) { 58 echo "Child $child_pid didn't exit after {$max}us\n";
|
/php-src/ext/pcre/tests/ |
H A D | bug67238.phpt | 2 Bug #67238 Ungreedy and min/max quantifier bug in PCRE 8.34 upstream
|
/php-src/ext/standard/tests/array/ |
H A D | bug65304.phpt | 2 Bug #65304 (Use of max int in array_sum)
|