Home
last modified time | relevance | path

Searched refs:infinite (Results 1 – 22 of 22) sorted by relevance

/PHP-5.3/ext/spl/internal/
H A Dinfiniteiterator.inc13 * @brief An infinite Iterator
25 $infinite = new InfiniteIterator($it);
26 $limit = new LimitIterator($infinite, 0, 5);
/PHP-5.3/ext/standard/tests/array/
H A Dsizeof_variation3.phpt2 Test sizeof() function : usage variations - checking for infinite recursion in COUNT_RECURSIVE mode
14 echo "-- Testing sizeof() for infinite recursion with arrays as argument in COUNT_RECURSIVE mode --…
30 -- Testing sizeof() for infinite recursion with arrays as argument in COUNT_RECURSIVE mode --
/PHP-5.3/ext/pcre/tests/
H A Dbug38600.phpt2 Bug #38600 (infinite loop in pcre with extended class)
/PHP-5.3/tests/func/
H A D005a.phpt24 /* infinite loop to simulate long processing */
/PHP-5.3/ext/gd/tests/
H A Dimagefill_1.phpt2 imagefill() infinite loop with wrong color index
H A Dlibgd00086_extern.phpt2 libgd #86 (Possible infinite loop in imagecreatefrompng)
H A Dlibgd00086.phpt2 libgd #86 (Possible infinite loop in imagecreatefrompng)
/PHP-5.3/ext/standard/tests/streams/
H A Dbug54946.phpt2 Bug#54946 stream_get_contents infinite loop
/PHP-5.3/ext/pdo/tests/
H A Dbug_40285.phpt2 PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":)
/PHP-5.3/ext/iconv/tests/
H A Dtranslit-failure.phpt22 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
/PHP-5.3/tests/lang/
H A DforeachLoop.002.phpt35 //avoid infinite loop if test is failing
49 //avoid infinite loop if test is failing
/PHP-5.3/ext/zlib/tests/
H A Dbug_40189.phpt9 // this string is an excerpt of a phar archive that caused an infinite loop
/PHP-5.3/Zend/tests/
H A Dbug32290.phpt2 Bug #32290 (calling call_user_func_array() ends in infinite loop within child class)
/PHP-5.3/ext/standard/tests/math/
H A Dis_infinite_variation1.phpt6 * Description: Finds whether a value is infinite.
/PHP-5.3/ext/xml/tests/
H A Dbug32001b.phpt2 Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using EUC-JP, Shift…
H A Dbug32001.phpt2 Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-*
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY142 2006/08/21: [impl] set repeat_range[].upper to 0x7fffffff as infinite.
159 range-upper may be infinite.
666 reluctant infinite repeat bug.
973 2004/02/17: [spec] check capture status for empty infinite loop.
1084 2003/12/15: [bug] unexpected infinite loop in regex_snprintf_with_pattern().
1391 2003/05/22: [spec] use OP_NULL_CHECK_XXX only if repeat is infinite.
1491 2003/03/03: [bug] /(?<n>a(?*n)|)/ isn't infinite recursion.
1684 2002/11/29: [bug] infinite loop on NULL-pointer str search (regex_search()).
1750 2002/03/12: [bug] if pattern has nested null-check, cause infinite loop.
1772 2002/03/06: [bug] if pattern has NULL(\000) char, infinite loop happens
H A Dregcomp.c716 int infinite = IS_REPEAT_INFINITE(qn->upper); in compile_length_quantifier_node() local
728 if (qn->greedy && infinite) { in compile_length_quantifier_node()
741 if (infinite && qn->lower <= 1) { in compile_length_quantifier_node()
796 int infinite = IS_REPEAT_INFINITE(qn->upper); in compile_quantifier_node() local
844 if (infinite && qn->lower <= 1) { in compile_quantifier_node()
949 int infinite = IS_REPEAT_INFINITE(qn->upper); in compile_length_quantifier_node() local
957 if (qn->greedy && infinite) { in compile_length_quantifier_node()
970 if (infinite && in compile_length_quantifier_node()
993 else if (!infinite && qn->greedy && in compile_length_quantifier_node()
1044 if (infinite && in compile_quantifier_node()
[all …]
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE385 + Zero-length match in infinite repeat stops the repeat,
/PHP-5.3/
H A DNEWS40 . Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS).
1260 . Fixed bug #54946 (stream_get_contents infinite loop). (Hannes)
1497 - Fixed Bug #53632 (infinite loop with x87 fpu). (CVE-2010-4645) (Scott,
3411 - Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets).
3934 - Fixed bug #43589 (a possible infinite loop in bz2_filter.c). (Greg)
4400 - Fixed possible infinite loop in imagecreatefrompng. (libgd #86)
4790 - Fixed bug #40285 (The PDO prepare parser goes into an infinite loop in
5206 - Fixed infinite loop when a wrong color index is given to imagefill (Pierre)
6169 - Fixed PDO shutdown problem (possible infinite loop running rollback on
6818 - Fixed bug #31480 (Possible infinite loop in imap_mail_compose()). (Ilia)
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog538 position)" or even infinite loops could occur.
807 40. PCRE tries to detect cases of infinite recursion at compile time, but it
1263 runaway infinite recursion. I updated the discussion in the pcrestack man
1548 enclosing group might also not be so recognized, causing infinite looping
2122 string has been matched (to stop an infinite loop). It was not recognizing
4379 infinite loops after an iteration that matches an empty string was't working
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1370 makes the tree of infinite size, but it is still a tree. Matching the
5889 It is possible to construct infinite loops by following a subpattern
9764 runaway infinite recursions; such patterns will cause

Completed in 114 milliseconds