Home
last modified time | relevance | path

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

1...<<11

/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_ukey_variation3.phpt60 'nested arrays' => array('foo', $index_array, $assoc_array),
195 --nested arrays--
/PHP-5.5/Zend/
H A Dzend_execute.c1565 … *i_create_execute_data_from_op_array(zend_op_array *op_array, zend_bool nested TSRMLS_DC) /* {{{ … in i_create_execute_data_from_op_array()
1649 EX(nested) = nested; in i_create_execute_data_from_op_array()
1677 zend_execute_data *zend_create_execute_data_from_op_array(zend_op_array *op_array, zend_bool nested in zend_create_execute_data_from_op_array()
1679 return i_create_execute_data_from_op_array(op_array, nested TSRMLS_CC); in zend_create_execute_data_from_op_array()
H A Dzend_compile.h392 zend_bool nested; member
H A Dzend_vm_def.h1832 zend_bool nested = EX(nested); in ZEND_VM_HELPER() local
1847 if (nested) { in ZEND_VM_HELPER()
1850 if (nested) { in ZEND_VM_HELPER()
H A Dzend_vm_execute.h393 zend_bool nested = EX(nested); in zend_leave_helper_SPEC() local
408 if (nested) { in zend_leave_helper_SPEC()
411 if (nested) { in zend_leave_helper_SPEC()
/PHP-5.5/
H A DUPGRADING.INTERNALS31 nested calls (e.g. foo(bar())). It's preallocated together with execute_data.
H A DNEWS1016 . Fixed bug #66608 (Incorrect behavior with nested "finally" blocks).
1829 . The VM stacks for passing function arguments and syntaticaly nested calls
1889 . Fixed bug #63830 (Segfault on undefined function call in nested generator).
3627 . Improved max_input_vars directive to check nested variables (Dmitry).
4332 . Fixed Bug #51458 (Lack of error context with nested exceptions). (Stas)
6731 nested array). (Rob)
7934 - Fixed bug #39760 (cloning fails on nested SimpleXML-Object). (Rob)
8087 - Fixed bug #35634 (Erroneous "Class declarations may not be nested"
8089 - Fixed bug #35106 (nested foreach fails when array variable has a
8429 - Fixed bug #38173 (Freeing nested cursors causes OCI8 to segfault). (Tony)
[all …]
/PHP-5.5/Zend/RFCs/
H A D002.txt98 Or with the "nested" name syntax:
/PHP-5.5/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-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc18 * from the internal one. Internally, iterators generated by nested
/PHP-5.5/tests/lang/
H A D023.phpt67 *** Seriously nested if's test ***<br>
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY714 2005/01/25: [impl] remove nested function call for xxx_code_to_mbclen().
1026 nested STK_REPEAT type stack can't backtrack repeat_stk[].
1187 parsing of nested repeat was invalid.
1902 2002/04/06: [impl] reduce redundant nested repeat operators(?,*,+,??,*?,+?).
1912 2002/03/30: [spec] warn redundant nested repeat operator
1914 2002/03/30: [spec] nested repeat operator error check should be
1935 2002/03/19: [spec] allow nested repeat operator, if operator is {n,m} type.
1955 2002/03/12: [bug] if pattern has nested null-check, cause infinite loop.
/PHP-5.5/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.5/ext/mbstring/oniguruma/doc/
H A DAPI45 redundant nested repeat operator.
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog91 23. Pathological patterns containing many nested occurrences of [: caused
302 31. A pattern such as /((?2)+)((?1))/ which has mutual recursion nested inside
366 5. Fixed an issue, which occures when nested alternatives are optimized
1473 invalid errors such as "Error -26 (nested recursion at the same subject
1669 in PCRE) and also to nested atomic groups.
1732 appearance of a nested POSIX class supersedes an apparent external class.
2292 which had an unlimited repeat of a nested, fixed maximum repeat of a wide
3063 condition was not nested. This bug has been fixed.
3501 empty string contained only one non-empty item after a nested subpattern.
4740 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 DNEWS34 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.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1830 are nested, PCRE uses recursive function calls, which use up the system
2502 82 parentheses are too deeply nested
2505 85 parentheses are too deeply nested (stack check)
3142 search trees. The classic example is a pattern that uses nested unlim-
4869 a pattern with nested unlimited repeats) and to avoid running out of
6044 nested. Turning part of a pattern into a subpattern does two things:
6374 is "tweedledee". However, if there are nested capturing subpatterns,
6428 subpatterns, and can be nested. However, when the subpattern for an
6769 Assertions can be nested in any combination. For example,
6796 alternatives may itself contain nested subpatterns of any form, includ-
[all …]
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar992 'nested arrays' => array('foo', $index_array, $assoc_array),
/PHP-5.5/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 520 milliseconds

1...<<11