Home
last modified time | relevance | path

Searched refs:items (Results 26 – 50 of 103) sorted by path

12345

/php-src/ext/soap/tests/soap12/
H A DT59.phpt28 …eason><env:Text>SOAP-ERROR: Encoding: Violation of id and ref information items '#data'</env:Text>…
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_debug-info.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_isEmpty_not-empty.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt10 // Add some items to the list
H A Dbug45614.phpt25 echo "--> Show the first two items:\n";
28 echo "\n--> Rewind and show the first two items:\n";
32 echo "\n--> Invalidate current position and show the first two items:\n";
37 echo "\n--> Rewind, seek and show the first two items:\n";
43 --> Show the first two items:
47 --> Rewind and show the first two items:
51 --> Invalidate current position and show the first two items:
55 --> Rewind, seek and show the first two items:
H A Dbug54971.phpt20 $items = $xpath->query('//node');
22 print_r(array_map('get_class', iterator_to_array($items, false)));
23 print_r(array_map('get_class', iterator_to_array($items, true)));
H A Dbug55701.phpt241 // nothing here, just consume all the items
H A Dbug66127.phpt17 $items = new ArrayObject();
19 unset($items[0]);
20 unset($items[0][0]);
H A Dbug70068.phpt2 Bug #70068 (Dangling pointer in the unserialization of ArrayObject items)
H A Dbug75717.phpt14 $noRefs = [[[['some']]],[' nested '],"items"];
25 some nested items
26 some nested items
/php-src/ext/standard/tests/array/
H A Darsort_basic.phpt9 * SORT_REGULAR - compare items normally
10 * SORT_NUMERIC - compare items numerically
11 * SORT_STRING - compare items as strings
H A Darsort_object1.phpt8 * 2. SORT_REGULAR - compare items normally
H A Darsort_object2.phpt8 2. SORT_REGULAR - compare items normally
H A Darsort_variation10.phpt8 * 2.SORT_REGULAR - compare items normally
9 * 3.SORT_NUMERIC - compare items numerically
H A Darsort_variation11.phpt8 * 2.SORT_REGULAR - compare items normally
H A Darsort_variation3.phpt8 * 2. SORT_REGULAR - compare items normally
9 * 3. SORT_NUMERIC - compare items numerically
H A Darsort_variation4.phpt8 * SORT_REGULAR - compare items normally
9 * SORT_NUMERIC - compare items numerically
H A Darsort_variation5.phpt8 * SORT_REGULAR - compare items normally
9 * SORT_STRING - compare items as strings
H A Darsort_variation6.phpt8 * SORT_REGULAR - compare items normally
9 * SORT_NUMERIC - compare items numerically
H A Darsort_variation7.phpt8 * SORT_REGULAR - compare items normally
H A Darsort_variation8.phpt8 * SORT_REGULAR - compare items normally
H A Darsort_variation9.phpt8 * 2.SORT_REGULAR - compare items normally
H A Dasort_basic.phpt9 * SORT_REGULAR - compare items normally
10 * SORT_NUMERIC - compare items numerically
11 * SORT_STRING - compare items as strings
H A Dasort_object1.phpt8 * 2. SORT_REGULAR - compare items normally

Completed in 33 milliseconds

12345