Home
last modified time | relevance | path

Searched refs:nested (Results 251 – 269 of 269) sorted by relevance

1...<<11

/PHP-5.4/tests/lang/
H A D023.phpt67 *** Seriously nested if's test ***<br>
/PHP-5.4/ext/spl/internal/
H A Dspldoublylinkedlist.inc18 * from the internal one. Internally, iterators generated by nested
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY509 2005/01/25: [impl] remove nested function call for xxx_code_to_mbclen().
821 nested STK_REPEAT type stack can't backtrack repeat_stk[].
982 parsing of nested repeat was invalid.
1697 2002/04/06: [impl] reduce redundant nested repeat operators(?,*,+,??,*?,+?).
1707 2002/03/30: [spec] warn redundant nested repeat operator
1709 2002/03/30: [spec] nested repeat operator error check should be
1730 2002/03/19: [spec] allow nested repeat operator, if operator is {n,m} type.
1750 2002/03/12: [bug] if pattern has nested null-check, cause infinite loop.
/PHP-5.4/ext/imap/
H A Dphp_imap.c3668 bod->nested.part = mail_newbody_part(); in PHP_FUNCTION()
3669 mypart = bod->nested.part; in PHP_FUNCTION()
3772 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3819 part = bod->nested.part; in PHP_FUNCTION()
/PHP-5.4/Zend/
H A Dzend_compile.h378 zend_bool nested; member
H A Dzend_vm_def.h2500 zend_bool nested; in ZEND_VM_HELPER() local
2520 nested = EX(nested); in ZEND_VM_HELPER()
2524 if (nested) { in ZEND_VM_HELPER()
2527 if (nested) { in ZEND_VM_HELPER()
H A Dzend_vm_execute.h346 zend_bool nested = 0; in execute() local
374 EX(nested) = nested; in execute()
375 nested = 1; in execute()
458 zend_bool nested; in zend_leave_helper_SPEC() local
478 nested = EX(nested); in zend_leave_helper_SPEC()
482 if (nested) { in zend_leave_helper_SPEC()
485 if (nested) { in zend_leave_helper_SPEC()
/PHP-5.4/ext/mbstring/oniguruma/doc/
H A DAPI45 redundant nested repeat operator.
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog126 31. A pattern such as /((?2)+)((?1))/ which has mutual recursion nested inside
190 5. Fixed an issue, which occures when nested alternatives are optimized
1297 invalid errors such as "Error -26 (nested recursion at the same subject
1493 in PCRE) and also to nested atomic groups.
1556 appearance of a nested POSIX class supersedes an apparent external class.
2116 which had an unlimited repeat of a nested, fixed maximum repeat of a wide
2887 condition was not nested. This bug has been fixed.
3325 empty string contained only one non-empty item after a nested subpattern.
3664 specifying a regex that has nested indefinite repeats, for instance).
4564 fulfils its original purpose of finding quick non-matches in cases of nested
[all …]
H A DHACKING433 A subpattern with a bounded maximum repetition is replicated in a nested
H A DNEWS26 avoid running out of stack for deeply nested parentheses. The JIT compiler has
H A DREADME332 pcre_dfa_exec(), which does not use deeply nested recursion. There is a
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1819 are nested, PCRE uses recursive function calls, which use up the system
2491 82 parentheses are too deeply nested
2494 85 parentheses are too deeply nested (stack check)
3131 search trees. The classic example is a pattern that uses nested unlim-
4858 a pattern with nested unlimited repeats) and to avoid running out of
6020 nested. Turning part of a pattern into a subpattern does two things:
6350 is "tweedledee". However, if there are nested capturing subpatterns,
6404 subpatterns, and can be nested. However, when the subpattern for an
6745 Assertions can be nested in any combination. For example,
6772 alternatives may itself contain nested subpatterns of any form, includ-
[all …]
/PHP-5.4/scripts/dev/
H A Dgenerate-phpt.phar992 'nested arrays' => array('foo', $index_array, $assoc_array),
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput21651 (?R) # Recurse - i.e. nested bracketed string
2482 /These are all cases where Perl does it differently (nested captures)/I
11636 Error -26 (nested recursion at the same subject position)
11640 Error -26 (nested recursion at the same subject position)
11644 Error -26 (nested recursion at the same subject position)
14171 Failed: parentheses are too deeply nested (stack check) at offset 0
H A Dtestinput2594 (?R) # Recurse - i.e. nested bracketed string
734 /These are all cases where Perl does it differently (nested captures)/I
H A Dtestoutput87532 Error -26 (nested recursion at the same subject position)
7552 Error -26 (nested recursion at the same subject position)
/PHP-5.4/
H A DNEWS2438 . Improved max_input_vars directive to check nested variables (Dmitry).
3143 . Fixed Bug #51458 (Lack of error context with nested exceptions). (Stas)
5542 nested array). (Rob)
6745 - Fixed bug #39760 (cloning fails on nested SimpleXML-Object). (Rob)
6898 - Fixed bug #35634 (Erroneous "Class declarations may not be nested"
6900 - Fixed bug #35106 (nested foreach fails when array variable has a
7240 - Fixed bug #38173 (Freeing nested cursors causes OCI8 to segfault). (Tony)
8289 - Fixed bug #33558 (warning with nested calls to functions returning by
8318 - Fixed bug #33286 (nested array_walk() calls and user array compare functions
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c90948 if( pParse->nested ) return;
91080 pParse->nested++;
91087 pParse->nested--;
91593 if( !pParse->db->init.busy && pParse->nested==0
95651 && pParse->nested==0 )
96122 if( pParse->nested==0 && pParse->pTriggerTab==0 ){
101202 assert( pParse->nested==0 );
101213 if( pParse->nested ){
101226 if( !pParse->nested ){
125984 if( pParse->nested==0 ){
[all …]

Completed in 1817 milliseconds

1...<<11