| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | hashassign.t | 36 ok (eq_array (\@comma, \@temp), 'list from comma hash'); 39 ok (eq_array (\@comma, \@temp), 'first each from comma hash'); 41 ok (eq_array ([], \@temp), 'last each from comma hash'); 54 ok (eq_array (\@temp, \@temp), 'list from copy of comma hash'); 57 ok (eq_array (\@temp, \@temp), 'first each from copy of comma hash'); 59 ok (eq_array ([], \@temp), 'last each from copy of comma hash'); 76 ok (eq_array (\@arrow, \@temp), 'list from arrow hash'); 79 ok (eq_array (\@arrow, \@temp), 'first each from arrow hash'); 81 ok (eq_array ([], \@temp), 'last each from arrow hash'); 94 ok (eq_array (\@temp, \@temp), 'list from copy of arrow hash'); [all …]
|
| H A D | srand.t | 27 ok( eq_array(\@first_run, \@second_run), 'srand(), same arg, same rands' ); 37 ok( !eq_array(\@first_run, \@second_run), 50 ok( !eq_array(\@first_run, \@second_run), 59 ok( !eq_array(\@first_run, \@second_run), 'srand() called automatically');
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | Shell.t | 47 ok(eq_array(\@files, [$so->directory('*.*')]), 'object method'); 55 ok(eq_array(\@files, [$so->dir('*.*')]), 'object method'); 63 ok(eq_array(\@files, [$so->ls('*')]), 'object method');
|
| H A D | DB.t | 169 ok( eq_array( \@subs, \@expected ), '... find file, start, end for subs' );
|
| H A D | Benchmark.t | 540 ok (!eq_array ([keys %Benchmark::Cache], \@after5_keys), "10 differs from 5");
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/ |
| H A D | More.t | 65 ok( eq_array([qw(this that whatever)], [qw(this that whatever)]), 88 ok( eq_array(\@complex_array1, \@complex_array2), 98 ok( !eq_array(\@array1, \@array2),
|
| H A D | undef.t | 34 eq_array( [undef, undef], [undef, 23] );
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
| H A D | Functions.t | 41 ok( eq_array( \@Type_Order, \@catagories ), 46 ok( eq_array( \@cat_keys, \@catagories ),
|
| H A D | InputObjects.t | 109 ok( eq_array( [ $p_pt1->children() ], [ $p_pt1, $p_pt2] ),
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
| H A D | More.pm | 1009 sub eq_array { subroutine 1044 $ok = eq_array($e1, $e2); 1127 return eq_array( [sort _bogus_sort @$a1], [sort _bogus_sort @$a2] );
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/ |
| H A D | cookie.t | 342 ok eq_array( $r->{check}, [ 'Set-Cookie', $c->as_string ]), 354 ok eq_array( $r->{check}, [ 'Set-Cookie', $c->as_string ]),
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
| H A D | downgrade.t | 130 ok (eq_array([keys %$hash], \@keys), "Still the same keys?"); 144 ok (eq_array([keys %$hash], \@keys), "Still the same keys?");
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/ |
| H A D | test.pl | 287 sub eq_array { subroutine
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perltoc.pod | 20269 B<eq_array>
|