~ubuntu-branches/ubuntu/maverick/php5/maverick-proposed

« back to all changes in this revision

Viewing changes to ext/spl/tests/dllist_012.phpt

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-08-01 11:58:54 UTC
  • mfrom: (1.1.19 upstream) (0.4.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20100801115854-30yqnnj2vx87v6no
Tags: 5.3.3-1ubuntu1
Merge from Debian experimental: 

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
var_dump($a);
9
9
?>
10
10
===DONE===
11
 
--EXPECT--
12
 
object(SplDoublyLinkedList)#1 (2) {
 
11
--EXPECTF--
 
12
object(SplDoublyLinkedList)#%d (2) {
13
13
  ["flags":"SplDoublyLinkedList":private]=>
14
14
  int(0)
15
15
  ["dllist":"SplDoublyLinkedList":private]=>
16
16
  array(1) {
17
17
    [0]=>
18
 
    object(SplDoublyLinkedList)#1 (2) {
19
 
      ["flags":"SplDoublyLinkedList":private]=>
20
 
      int(0)
21
 
      ["dllist":"SplDoublyLinkedList":private]=>
22
 
      array(1) {
23
 
        [0]=>
24
 
        *RECURSION*
25
 
      }
26
 
    }
 
18
    *RECURSION*
27
19
  }
28
20
}
29
21
===DONE===