Home
last modified time | relevance | path

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

1234

/PHP-8.0/Zend/tests/
H A Dgc_041.phpt2 GC 041: Handling of references in nested data of objects with destructor
10 var $nested;
16 $o->nested = [];
17 $o->nested[] =& $o->nested;
31 ["nested"]=>
H A Dns_079.phpt2 079: nested namespaces
12 Fatal error: Namespace declarations cannot be nested in %s on line %d
H A Derrmsg_027.phpt2 errmsg: class declarations may not be nested
16 Fatal error: Class declarations may not be nested in %s on line %d
H A Dternary_associativity.phpt2 Allowed nested ternary cases
H A Dexception_in_nested_rope.phpt2 Exception during nested rope
H A Dlist_014.phpt2 Cannot destructure using array(), even if nested
H A Dbug35106.phpt2 Bug #35106 (nested foreach fails when array variable has a reference)
H A Dbug33558.phpt2 Bug #33558 (warning with nested calls to functions returning by reference)
H A Dbug44913.phpt2 Bug #44913 (Segfault when using return in combination with nested loops and continue 2)
H A Dternary_associativity_2.phpt2 Forbidden nested ternary, case 2
H A Dternary_associativity_3.phpt2 Forbidden nested ternary, case 3
/PHP-8.0/ext/oci8/tests/
H A Dbug40415.phpt2 Bug #40415 (Using oci_fetchall with nested cursors)
73 echo "Getting nested cursor\n";
85 echo "\nTest 2: fetchall of nested cursor\n";
98 Test 1: Associate fetch of nested cursor
99 Got row "11". Now getting nested cursor:
113 Got row "12". Now getting nested cursor:
127 Got row "13". Now getting nested cursor:
142 Test 2: fetchall of nested cursor
164 Getting nested cursor
177 Getting nested cursor
[all …]
/PHP-8.0/ext/spl/tests/
H A Dbug75717.phpt14 $noRefs = [[[['some']]],[' nested '],"items"];
25 some nested items
26 some nested items
H A DarrayObject_exchangeArray_basic2.phpt30 echo "\n--> exchangeArray(nested ArrayObject):\n";
31 $obj = new ArrayObject(new ArrayObject(array('key'=>'nested ArrayObject element')));
83 --> exchangeArray(nested ArrayObject):
84 string(26) "nested ArrayObject element"
93 string(26) "nested ArrayObject element"
/PHP-8.0/ext/dom/tests/
H A DDOM4_ParentNode_prepend.phpt12 $dom->loadXML('<test><mark/><mark><nested /></mark><mark/></test>');
43 <nested>
44 </nested>
/PHP-8.0/ext/standard/tests/streams/
H A Dstream_resolve_include_path.phpt6 $include_path_nested = $include_path . '/nested';
29 $include_path_nested = $include_path . '/nested';
/PHP-8.0/ext/standard/tests/strings/
H A Dbug78346.phpt2 Bug #78346 (strip_tags no longer handling nested php tags)
/PHP-8.0/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt18 echo "\n\n-- Var export on an nested array --\n";
47 -- Var export on an nested array --
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D038.phpt2 Test nullsafe operator in nested delayed dims 2
H A D037.phpt2 Test nullsafe operator in nested delayed dims
H A D010.phpt2 Test fetch nested nullsafe property by ref
/PHP-8.0/tests/lang/
H A Darray_shortcut_005.phpt2 Testing nested array shortcut
H A D011.phpt2 Testing nested functions
/PHP-8.0/Zend/tests/generators/
H A Daborted_yield_during_nested_fcalls.phpt2 Aborted yield during nested calls
H A Dbug74157.phpt2 Bug #74157 (Segfault with nested generators)

Completed in 50 milliseconds

1234