Home
last modified time | relevance | path

Searched refs:max (Results 76 – 100 of 216) sorted by relevance

123456789

/PHP-5.5/ext/interbase/
H A Dphp_ibase_includes.h187 #ifndef max
188 #define max(a,b) ((a)>(b)?(a):(b)) macro
/PHP-5.5/tests/classes/
H A Diterators_002.phpt21 $more = $this->num < $this->obj->max;
49 public $max = 3;
H A Diterators_003.phpt20 $more = $this->num < $this->obj->max;
39 public $max = 4;
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation47.phpt16 -0x80000001, // float value, beyond max negative int
17 0x800000001, // float value, beyond max positive int
18 020000000001, // float value, beyond max positive int
19 -020000000001, // float value, beyond max negative int
H A Dsprintf_variation9.phpt17 -0x80000001, // float value, beyond max negative int
18 0x800000001, // float value, beyond max positive int
19 020000000001, // float value, beyond max positive int
20 -020000000001, // float value, beyond max negative int
H A Dstr_split_variation7_64bit.phpt34 2147483647, //max positive integer number
35 2147483648, //max positive integer+1
H A Dsprintf_variation4.phpt22 0x800000001, // float value, beyond max positive int
23 020000000001, // float value, beyond max positive int
H A Dsprintf_variation4_64bit.phpt18 0x800000001, // float value, beyond max positive int
19 020000000001, // float value, beyond max positive int
H A Dstr_split_variation6.phpt32 2147483647, //max positive integer number
33 2147483648, //max positive integer+1
H A Dstr_split_variation6_64bit.phpt32 2147483647, //max positive integer number
33 2147483648, //max positive integer+1
H A Dstr_split_variation7.phpt34 2147483647, //max positive integer number
35 2147483648, //max positive integer+1
/PHP-5.5/ext/oci8/tests/
H A Darray_bind_012.phpt23 Warning: oci_bind_array_by_name(): Invalid max length value (-10) in %s on line %d
H A Dcoll_003.phpt17 var_dump($coll1->max());
H A Dcoll_007.phpt17 var_dump($coll1->max());
/PHP-5.5/Zend/tests/
H A Dbug34062.phpt11 max(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/PHP-5.5/Zend/
H A Dzend_stack.h26 int top, max; member
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c305 #define UNSERIALIZE_PARAMETER zval **rval, const unsigned char **p, const unsigned char *max, php_u…
306 #define UNSERIALIZE_PASSTHRU rval, p, max, var_hash TSRMLS_CC
315 if (!php_var_unserialize(&key, p, max, NULL TSRMLS_CC)) { in process_nested_data()
327 if (!php_var_unserialize(&data, p, max, var_hash TSRMLS_CC)) { in process_nested_data()
388 if (datalen < 0 || (max - (*p)) <= datalen) { in object_custom()
389 …G, "Insufficient data for unserializing - %ld required, %ld present", datalen, (long)(max - (*p))); in object_custom()
474 limit = max; in php_var_unserialize()
655 maxlen = max - YYCURSOR; in php_var_unserialize()
882 maxlen = max - YYCURSOR; in php_var_unserialize()
932 maxlen = max - YYCURSOR; in php_var_unserialize()
H A Dvar_unserializer.re309 #define UNSERIALIZE_PARAMETER zval **rval, const unsigned char **p, const unsigned char *max, php_u…
310 #define UNSERIALIZE_PASSTHRU rval, p, max, var_hash TSRMLS_CC
319 if (!php_var_unserialize(&key, p, max, NULL TSRMLS_CC)) {
331 if (!php_var_unserialize(&data, p, max, var_hash TSRMLS_CC)) {
392 if (datalen < 0 || (max - (*p)) <= datalen) {
393 …G, "Insufficient data for unserializing - %ld required, %ld present", datalen, (long)(max - (*p)));
478 limit = max;
610 maxlen = max - YYCURSOR;
638 maxlen = max - YYCURSOR;
714 maxlen = max - YYCURSOR;
/PHP-5.5/ext/odbc/tests/
H A Dbug69975.phpt2 Bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns)
/PHP-5.5/ext/standard/tests/file/
H A Dbug37158.phpt2 Bug #37158 (if userspace stream is present, fread() reads in 8192 max, otherwise it works)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt19 "-2147483648" => -2147483648, // max negative integer value
20 "2147483647" => 2147483648, // max positive integer value
/PHP-5.5/ext/standard/tests/math/
H A Dmt_rand_variation2.phpt2 Test mt_rand() function : usage variations - different data types as $max argument
5 /* Prototype : int mt_rand ([ int $min , int $max ] )
H A Drand_variation2.phpt2 Test rand() function : usage variations - different data types as $max argument
5 /* Prototype : int rand ([ int $min , int $max ] )
/PHP-5.5/tests/lang/operators/
H A Doperator_gt_variation.phpt2 Test > operator : max int 32bit range
H A Doperator_gt_variation_64bit.phpt2 Test > operator : max int 64bit range

Completed in 52 milliseconds

123456789