Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/ext/pcre/tests/
H A Dbug38600.phpt2 Bug #38600 (infinite loop in pcre with extended class)
/PHP-5.5/Zend/tests/generators/
H A Dfibonacci.phpt2 Creating an infinite fibonacci list using a generator
/PHP-5.5/tests/func/
H A D005a.phpt24 /* infinite loop to simulate long processing */
/PHP-5.5/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.5/ext/standard/tests/streams/
H A Dbug54946.phpt2 Bug#54946 stream_get_contents infinite loop
/PHP-5.5/ext/pdo/tests/
H A Dbug_40285.phpt2 PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":)
/PHP-5.5/ext/fileinfo/tests/
H A Dcve-2014-1943.phpt2 Bug #66731: file: infinite recursion
/PHP-5.5/ext/iconv/tests/
H A Dtranslit-failure.phpt22 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
/PHP-5.5/tests/lang/
H A DforeachLoop.002.phpt35 //avoid infinite loop if test is failing
49 //avoid infinite loop if test is failing
/PHP-5.5/ext/zlib/tests/
H A Dbug_40189.phpt9 // this string is an excerpt of a phar archive that caused an infinite loop
/PHP-5.5/ext/pgsql/tests/
H A Dbug68638.phpt2 Bug #68638 pg_update() fails to store infinite values
/PHP-5.5/Zend/tests/
H A Dbug32290.phpt2 Bug #32290 (calling call_user_func_array() ends in infinite loop within child class)
/PHP-5.5/ext/standard/tests/math/
H A Dis_infinite_variation1.phpt6 * Description: Finds whether a value is infinite.
/PHP-5.5/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.5/ext/mbstring/oniguruma/
H A Dregcomp.c736 int infinite = IS_REPEAT_INFINITE(qn->upper); in compile_length_quantifier_node() local
748 if (qn->greedy && infinite) { in compile_length_quantifier_node()
761 if (infinite && qn->lower <= 1) { in compile_length_quantifier_node()
816 int infinite = IS_REPEAT_INFINITE(qn->upper); in compile_quantifier_node() local
864 if (infinite && qn->lower <= 1) { in compile_quantifier_node()
969 int infinite = IS_REPEAT_INFINITE(qn->upper); in compile_length_quantifier_node() local
977 if (qn->greedy && infinite) { in compile_length_quantifier_node()
990 if (infinite && in compile_length_quantifier_node()
1013 else if (!infinite && qn->greedy && in compile_length_quantifier_node()
1064 if (infinite && in compile_quantifier_node()
[all …]
H A DHISTORY347 2006/08/21: [impl] set repeat_range[].upper to 0x7fffffff as infinite.
364 range-upper may be infinite.
871 reluctant infinite repeat bug.
1178 2004/02/17: [spec] check capture status for empty infinite loop.
1289 2003/12/15: [bug] unexpected infinite loop in regex_snprintf_with_pattern().
1596 2003/05/22: [spec] use OP_NULL_CHECK_XXX only if repeat is infinite.
1696 2003/03/03: [bug] /(?<n>a(?*n)|)/ isn't infinite recursion.
1889 2002/11/29: [bug] infinite loop on NULL-pointer str search (regex_search()).
1955 2002/03/12: [bug] if pattern has nested null-check, cause infinite loop.
1977 2002/03/06: [bug] if pattern has NULL(\000) char, infinite loop happens
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE420 + Zero-length match in infinite repeat stops the repeat,
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog84 21. Fix infinite recursion in the JIT compiler when certain patterns such as
229 The infinite loop is now broken (with the minimum length unset, that is,
540 20. The fast forward newline mechanism could enter to an infinite loop on
590 breaking an infinite loop) was broken when the group contained a repeated
871 26. Fix infinite loop when /(?<=(*SKIP)ac)a/ is matched against aa.
1474 position)" or even infinite loops could occur.
1743 40. PCRE tries to detect cases of infinite recursion at compile time, but it
2199 runaway infinite recursion. I updated the discussion in the pcrestack man
2485 enclosing group might also not be so recognized, causing infinite looping
3059 string has been matched (to stop an infinite loop). It was not recognizing
[all …]
/PHP-5.5/
H A DNEWS596 . Fixed bug #68638 (pg_update() fails to store infinite values).
1306 . Bug #66731 (file: infinite recursion) (CVE-2014-1943). (Remi)
4311 . Fixed bug #54946 (stream_get_contents infinite loop). (Hannes)
4548 - Fixed Bug #53632 (infinite loop with x87 fpu). (CVE-2010-4645) (Scott,
6461 - Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets).
6984 - Fixed bug #43589 (a possible infinite loop in bz2_filter.c). (Greg)
7450 - Fixed possible infinite loop in imagecreatefrompng. (libgd #86)
7840 - Fixed bug #40285 (The PDO prepare parser goes into an infinite loop in
8256 - Fixed infinite loop when a wrong color index is given to imagefill (Pierre)
9219 - Fixed PDO shutdown problem (possible infinite loop running rollback on
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1404 makes the tree of infinite size, but it is still a tree. Matching the
6281 It is possible to construct infinite loops by following a subpattern
10310 runaway infinite recursions; such patterns will cause

Completed in 158 milliseconds