Home
last modified time | relevance | path

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

1...<<11

/PHP-7.2/ext/date/tests/
H A Ddate_sunrise_variation1.phpt63 'nested arrays' => array('foo', $index_array, $assoc_array),
178 --nested arrays--
H A Dlocaltime_variation1.phpt55 'nested arrays' => array('foo', $index_array, $assoc_array),
251 --nested arrays--
H A DDateTime_construct_variation1.phpt62 'nested arrays' => array('foo', $index_array, $assoc_array),
194 -- nested arrays --
/PHP-7.2/Zend/
H A Dzend_closures.c697 zend_closure *nested = (zend_closure*)((char*)func - XtOffsetOf(zend_closure, func)); in zend_create_closure() local
698 ZEND_ASSERT(nested->std.ce == zend_ce_closure); in zend_create_closure()
699 closure->orig_internal_handler = nested->orig_internal_handler; in zend_create_closure()
/PHP-7.2/ext/standard/tests/array/
H A Darray_intersect_ukey_variation3.phpt60 'nested arrays' => array('foo', $index_array, $assoc_array),
195 --nested arrays--
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dgrepoutput396 pcregrep: Check your regex for nested unlimited loops.
520 pcregrep: Check your regex for nested unlimited loops.
530 pcregrep: Check your regex for nested unlimited loops.
H A Dtestoutput21656 (?R) # Recurse - i.e. nested bracketed string
2487 /These are all cases where Perl does it differently (nested captures)/I
11658 Error -26 (nested recursion at the same subject position)
11662 Error -26 (nested recursion at the same subject position)
11666 Error -26 (nested recursion at the same subject position)
14193 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-7.2/ext/spl/internal/
H A Dspldoublylinkedlist.inc18 * from the internal one. Internally, iterators generated by nested
/PHP-7.2/tests/lang/
H A D023.phpt67 *** Seriously nested if's test ***<br>
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY826 2005/01/25: [impl] remove nested function call for xxx_code_to_mbclen().
1138 nested STK_REPEAT type stack can't backtrack repeat_stk[].
1299 parsing of nested repeat was invalid.
2014 2002/04/06: [impl] reduce redundant nested repeat operators(?,*,+,??,*?,+?).
2024 2002/03/30: [spec] warn redundant nested repeat operator
2026 2002/03/30: [spec] nested repeat operator error check should be
2047 2002/03/19: [spec] allow nested repeat operator, if operator is {n,m} type.
2067 2002/03/12: [bug] if pattern has nested null-check, cause infinite loop.
H A DINSTALL332 also present in any nested packages.
/PHP-7.2/ext/imap/
H A Dphp_imap.c3723 bod->nested.part = mail_newbody_part(); in PHP_FUNCTION()
3724 mypart = bod->nested.part; in PHP_FUNCTION()
3827 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3874 part = bod->nested.part; in PHP_FUNCTION()
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI51 redundant nested repeat operator.
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog148 nested set of parentheses of sufficient size caused an overflow of the
152 time nested, with a nested back reference. Yet again, I have just allowed
277 23. Pathological patterns containing many nested occurrences of [: caused
488 31. A pattern such as /((?2)+)((?1))/ which has mutual recursion nested inside
552 5. Fixed an issue, which occures when nested alternatives are optimized
1659 invalid errors such as "Error -26 (nested recursion at the same subject
1855 in PCRE) and also to nested atomic groups.
1918 appearance of a nested POSIX class supersedes an apparent external class.
3249 condition was not nested. This bug has been fixed.
4926 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 DNEWS55 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-7.2/
H A DNEWS2095 . Fixed bug #74442 (Opcached version produces a nested array). (Nikita)
2181 . Fixed bug #74157 (Segfault with nested generators). (Laruence)
2550 . Fixed bug #71604 (Aborted Generators continue after nested finally).
2557 . Fixed bug #72213 (Finally leaks on nested exceptions). (Dmitry, Nikita)
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1829 are nested, PCRE uses recursive function calls, which use up the system
2501 82 parentheses are too deeply nested
2504 85 parentheses are too deeply nested (stack check)
3141 search trees. The classic example is a pattern that uses nested unlim-
4868 a pattern with nested unlimited repeats) and to avoid running out of
6040 nested. Turning part of a pattern into a subpattern does two things:
6370 is "tweedledee". However, if there are nested capturing subpatterns,
6424 subpatterns, and can be nested. However, when the subpattern for an
6773 Assertions can be nested in any combination. For example,
6800 alternatives may itself contain nested subpatterns of any form, includ-
[all …]
/PHP-7.2/scripts/dev/
H A Dgenerate-phpt.phar992 'nested arrays' => array('foo', $index_array, $assoc_array),
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c95911 && pParse->nested==0
107111 pParse->nested++;
107118 pParse->nested--;
112415 && !pParse->nested
117258 && !pParse->nested
118400 if( pParse->nested ){
118413 if( !pParse->nested ){
133082 && !pParse->nested
133384 if( !pParse->nested ){
152021 if( pParse->nested==0 ){
[all …]

Completed in 523 milliseconds

1...<<11