Home
last modified time | relevance | path

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

123456789

/PHP-5.5/Zend/
H A DZEND_CHANGES845 return $this->num < $this->obj->max;
865 public $max = 3;
H A Dzend.c1003 CG(stack).top = CG(stack).max = 0; \
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation1.phpt75 // use the right delimiter and enclosure with max length
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1927 ZEND_ARG_INFO(0, max)
1932 ZEND_ARG_INFO(0, max)
3310 PHP_FE(max, arginfo_max)
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja182 % ./configure --enable-shared=max
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1686 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
1718 2003/02/26: [spec] if backref number is greater than max group number,
1738 2003/02/21: [spec] max number of multibyte ranges(255) is small.
/PHP-5.5/ext/interbase/
H A Dibase_query.c945 res = emalloc(sizeof(ibase_result)+sizeof(ibase_array)*max(0,ib_query->out_array_cnt-1)); in _php_ibase_exec()
/PHP-5.5/ext/oci8/
H A Doci8.c1016 PHP_FALIAS(max, oci_collection_max, arginfo_oci_collection_max_method)
/PHP-5.5/ext/date/lib/
H A Dparse_date.re1722 /*!max:re2c */
/PHP-5.5/
H A DINSTALL551 "max-procs" => 1,
561 reached. The directives "min-procs" and "max-procs" should generally be
H A DNEWS36 . Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns)
1165 . Fixed bug #67238 (Ungreedy and min/max quantifier bug, applied patch
1653 . Fixed bug #65304 (Use of max int in array_sum). (Laruence)
3011 . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical
3637 . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical
3972 . Added process.max to control the number of process FPM can fork. FR #55166.
4651 . Fixed bug #46587 (mt_rand() does not check that max is greater than min).
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4027 >8 byte 2 \b, max compression
4028 >8 byte 4 \b, max speed
11394 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31)
11406 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31)
11418 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31)
11430 # display UUID in LVM format + display all 32 bytes (instead of max string length: 31)
18033 # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c15413 int max; in getDigits() local
15421 max = va_arg(ap, int); in getDigits()
15432 if( val<min || val>max || (nextC!=0 && nextC!=*zDate) ){ in getDigits()
79201 i64 max = SQLITE_MAX_MMAP_SIZE;
79202 sqlite3OsFileControlHint(*ppFd, SQLITE_FCNTL_MMAP_SIZE, (void*)&max);
97942 int max;
97953 max = sqlite3_user_data(context)!=0;
97955 if( (max && cmp<0) || (!max && cmp>0) ){
98139 FUNCTION(max, -1, 1, 1, minmaxFunc ),
98140 FUNCTION(max, 0, 1, 1, 0 ),
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog550 22. A typo in the code meant that in ungreedy mode the max/min qualifier
911 37. The value of the max lookbehind was not correctly preserved if a compiled
/PHP-5.5/build/
H A Dlibtool.m4834 # the test eventually succeeds (with a max line length of 256k).
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4937 { start min/max quantifier

Completed in 673 milliseconds

123456789