Home
last modified time | relevance | path

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

1234567891011

/PHP-5.4/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-5.4/Zend/tests/
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 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 Dlist_006.phpt2 Testing nested list() with empty array
H A Dgc_016.phpt2 GC 016: nested GC calls
H A Dlsb_017.phpt2 ZE2 Late Static Binding nested calls
H A Dns_081.phpt2 081: bracketed namespace with nested unbracketed namespace
H A Dns_084.phpt2 084: unbracketed namespace with nested bracketed namespace
H A Dbug35634.phpt2 Bug #35634 (Erroneous "Class declarations may not be nested" error raised)
H A Dexception_001.phpt2 Testing nested exceptions
/PHP-5.4/ext/spl/tests/
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"
H A DarrayObject_getFlags_basic2.phpt2 SPL: ArrayObject::getFlags() - ensure flags are passed on to nested array objects and iterators.
/PHP-5.4/Zend/
H A Dzend_vm_execute.skl7 zend_bool nested = 0;
37 EX(nested) = nested;
38 nested = 1;
/PHP-5.4/tests/lang/
H A Darray_shortcut_005.phpt2 Testing nested array shortcut
H A D011.phpt2 Testing nested functions
/PHP-5.4/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt24 echo "\n\n-- Var export on an nested array --\n";
53 -- Var export on an nested array --
/PHP-5.4/scripts/dev/generate-phpt/src/codeSnippets/
H A Darray.txt8 'nested arrays' => array('foo', $index_array, $assoc_array),
/PHP-5.4/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt2 serialization: arrays with references, nested
59 echo "\n\n--- Containing array references 1 element in nested array:\n";
66 echo "\n\n--- Containing array references 2 elements in nested array:\n";
289 --- Containing array references 1 element in nested array:
358 --- Containing array references 2 elements in nested array:
/PHP-5.4/ext/phar/tests/tar/
H A Dlinks6.phpt2 Phar: test nested linked files
/PHP-5.4/ext/simplexml/tests/
H A Dbug39760.phpt2 Bug #39760 (cloning fails on nested SimpleXML-Object)
H A Dbug46047.phpt2 Bug #46047 (SimpleXML converts empty nodes into object with nested array)
/PHP-5.4/ext/soap/tests/soap12/
H A DT45.phpt23 <varString xsi:type="xsd:string">nested struct</varString>
34 …at><varStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">nested struct</varString>…

Completed in 22 milliseconds

1234567891011