Home
last modified time | relevance | path

Searched refs:stringify (Results 1 – 25 of 45) sorted by relevance

12

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDumpvalue.t32 is( $d->stringify(), 'undef', 'stringify handles undef okay' );
36 is( $d->stringify(), "''", 'stringify skips undef when asked nicely' );
38 is( $d->stringify(*FOO), *FOO . "", 'stringify stringifies globs alright' );
42 like( $d->stringify("hi\005"), qr/^"hi/, 'added double-quotes when necessary' );
58 is( $d->stringify('5@ $1'), "'5\@ \$1'", 'quoted $ and @ fine' );
59 is( $d->stringify("5@\033\$1"), '"5\@\e\$1"', 'quoted $ and @ and \033 fine' );
60 like( $d->stringify("\037"), qr/^"\\c/, 'escaped ASCII value okay' );
H A DDumpvalue.pm63 (print $self->stringify($_[0]), "\n"), return unless ref $_[0];
85 sub stringify { subroutine
126 my $short = $self->stringify($v, ref $v);
133 my @a = map $self->stringify($_), @$v[0..$depth];
141 my @b = map {$self->stringify($_) . " => " . $self->stringify($$v{$_})}
207 push @keys, $self->stringify($_) . " => " . $self->stringify($v->{$_});
216 print $sp, $self->stringify($key), " => ";
233 map {exists $v->[$_] ? $self->stringify($v->[$_]) : "empty"} ($[..$tArrayDepth)
258 print "$sp-> ",$self->stringify($$v,1),"\n";
H A Ddumpvar.pl32 (print &stringify($_[0]), "\n"), return unless ref $_[0];
54 sub stringify { subroutine
107 my $short = &stringify($_[0], ref $_[0]);
198 push @keys, &stringify($_) . " => " . &stringify($v->{$_});
207 print "$sp", &stringify($key), " => ";
229 map {exists $v->[$_] ? stringify $v->[$_] : "empty"} ($[..$tArrayDepth)
273 print "$sp-> ",&stringify($$v,1),"\n";
H A Ddumpvar.t27 sub stringify { print dumpvar::stringify($_[0]), "\n" } subroutine
H A Doverload.t28 "" stringify
37 sub stringify { "${$_[0]}" } subroutine
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/t/
H A Dshort.t5 "cannot stringify a Unicode code point\n";
H A Dnull.t5 "cannot stringify a Unicode code point\n";
H A Dnorm.t5 "cannot stringify a Unicode code point\n";
H A Dillegal.t5 "cannot stringify a Unicode code point\n";
H A Dtest.t5 "cannot stringify a Unicode code point\n";
H A Dproto.t5 "cannot stringify a Unicode code point\n";
H A Dsplit.t5 "cannot stringify a Unicode code point\n";
H A Dfcdc.t5 "cannot stringify a Unicode code point\n";
H A Dform.t5 "cannot stringify a Unicode code point\n";
H A Dfunc.t5 "cannot stringify a Unicode code point\n";
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/Collate/t/
H A Dversion.t5 "cannot stringify a Unicode code point\n";
H A Dhangtype.t4 "cannot stringify a Unicode code point\n";
H A Dillegalp.t5 "cannot stringify a Unicode code point\n";
H A Drearrang.t5 "cannot stringify a Unicode code point\n";
H A Daltern.t5 "cannot stringify a Unicode code point\n";
H A Dvariable.t5 "cannot stringify a Unicode code point\n";
H A Dillegal.t5 "cannot stringify a Unicode code point\n";
H A Dcontract.t4 "cannot stringify a Unicode code point\n";
H A Dview.t5 "cannot stringify a Unicode code point\n";
H A Dnormal.t4 "cannot stringify a Unicode code point\n";

12