Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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.4/ext/pcre/tests/
H A Dbug38600.phpt2 Bug #38600 (infinite loop in pcre with extended class)
/PHP-5.4/tests/func/
H A D005a.phpt24 /* infinite loop to simulate long processing */
/PHP-5.4/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.4/ext/standard/tests/streams/
H A Dbug54946.phpt2 Bug#54946 stream_get_contents infinite loop
/PHP-5.4/ext/fileinfo/tests/
H A Dcve-2014-1943.phpt2 Bug #66731: file: infinite recursion
/PHP-5.4/ext/pdo/tests/
H A Dbug_40285.phpt2 PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":)
/PHP-5.4/ext/iconv/tests/
H A Dtranslit-failure.phpt22 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
/PHP-5.4/tests/lang/
H A DforeachLoop.002.phpt35 //avoid infinite loop if test is failing
49 //avoid infinite loop if test is failing
/PHP-5.4/ext/zlib/tests/
H A Dbug_40189.phpt9 // this string is an excerpt of a phar archive that caused an infinite loop
/PHP-5.4/Zend/tests/
H A Dbug32290.phpt2 Bug #32290 (calling call_user_func_array() ends in infinite loop within child class)
/PHP-5.4/ext/standard/tests/math/
H A Dis_infinite_variation1.phpt6 * Description: Finds whether a value is infinite.
/PHP-5.4/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.4/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.4/ext/mbstring/oniguruma/doc/
H A DRE385 + Zero-length match in infinite repeat stops the repeat,
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog53 The infinite loop is now broken (with the minimum length unset, that is,
364 20. The fast forward newline mechanism could enter to an infinite loop on
414 breaking an infinite loop) was broken when the group contained a repeated
695 26. Fix infinite loop when /(?<=(*SKIP)ac)a/ is matched against aa.
1298 position)" or even infinite loops could occur.
1567 40. PCRE tries to detect cases of infinite recursion at compile time, but it
2023 runaway infinite recursion. I updated the discussion in the pcrestack man
2309 enclosing group might also not be so recognized, causing infinite looping
2883 string has been matched (to stop an infinite loop). It was not recognizing
5140 infinite loops after an iteration that matches an empty string was't working
/PHP-5.4/
H A DNEWS515 . Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS).
619 . Fixed bug #66731 (file: infinite recursion). (CVE-2014-1943) (Remi)
3122 . Fixed bug #54946 (stream_get_contents infinite loop). (Hannes)
3359 - Fixed Bug #53632 (infinite loop with x87 fpu). (CVE-2010-4645) (Scott,
5272 - Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets).
5795 - Fixed bug #43589 (a possible infinite loop in bz2_filter.c). (Greg)
6261 - Fixed possible infinite loop in imagecreatefrompng. (libgd #86)
6651 - Fixed bug #40285 (The PDO prepare parser goes into an infinite loop in
7067 - Fixed infinite loop when a wrong color index is given to imagefill (Pierre)
8030 - Fixed PDO shutdown problem (possible infinite loop running rollback on
[all …]
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1393 makes the tree of infinite size, but it is still a tree. Matching the
6257 It is possible to construct infinite loops by following a subpattern
10286 runaway infinite recursions; such patterns will cause

Completed in 214 milliseconds