Home
last modified time | relevance | path

Searched refs:TIESCALAR (Results 1 – 25 of 91) sorted by relevance

1234

/openbsd/src/gnu/usr.bin/perl/lib/Tie/
DScalar.t24 for my $method (qw( TIESCALAR FETCH STORE )) {
31 is( $$scalar, undef, 'used TIESCALAR, default value is still undef' );
79 # Bug #72878: don't recurse forever if both new and TIESCALAR are missing.
98 qr /\QNoMethods must define either a TIESCALAR() or a new() method/,
112 sub HasMethod2::TIESCALAR {$called2 ++}
DScalar.pm101 $pkg->TIESCALAR(@_);
106 sub TIESCALAR { subroutine
146 sub TIESCALAR { subroutine
/openbsd/src/gnu/usr.bin/perl/t/op/
Dtie.t163 sub Self::TIESCALAR { bless $_[1], $_[0] }
279 sub TIESCALAR { bless [] }
319 sub TIESCALAR { my $pkg = shift; return bless [@_], $pkg; }
352 sub TIESCALAR { bless $_[1], $_[0] }
369 sub TIESCALAR {
418 sub TIESCALAR
441 sub TIESCALAR {
565 sub TIESCALAR { bless {} }
572 sub TIESCALAR { bless {} }
584 sub TIESCALAR { my $foo = $_[1]; bless \$foo, $_[0] }
[all …]
Dcatch.t22 sub TIESCALAR { bless \(my $z = $_[1]), $_[0] }
43 sub TIESCALAR { bless \(my $z = $_[1]), $_[0] }
Drunlevel.t176 sub TIESCALAR {
228 sub TIESCALAR {
243 sub TIESCALAR {
Djoin.t32 sub TIESCALAR { my $x = 7; bless \$x };
137 sub TIESCALAR { my $x = '-'; $fetched = 0; bless \$x }
161 sub TIESCALAR { my $x = "1"; $fetched = 0; bless \$x }
Dsselect.t89 sub TIESCALAR { bless [] } subroutine
100 sub TIESCALAR { bless [] } subroutine
Dutf8magic.t28 sub TIESCALAR { bless [pop] } subroutine
Drequire_override.t24 sub TIESCALAR{bless[]}
Dstudytied.t18 sub TIESCALAR { bless [] }
Dgmagic.t194 sub TIESCALAR { bless [0, 0] }
215 sub TIESCALAR {
Dassignwarn.t25 sub TIESCALAR { my $x; bless \$x }
Dnegate.t52 sub TIESCALAR { bless[] } subroutine
/openbsd/src/gnu/usr.bin/perl/t/uni/
Dtie.t14 sub TIESCALAR { subroutine
48 sub TIESCALAR { subroutine
/openbsd/src/gnu/usr.bin/perl/dist/Storable/t/
Dtied.t85 sub TIESCALAR { subroutine
107 sub TIESCALAR { subroutine
210 sub TIESCALAR { bless \$a } sub FETCH { "ok " } subroutine
Dtied_store.t38 sub TIESCALAR { bless({}, $_[0]) }
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dsvpv.t74 sub TIESCALAR { bless \(my $thing = pop), shift }
82 sub TIESCALAR {
Dsvpv_magic.t33 sub TIESCALAR { bless [], shift }
/openbsd/src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/
Ddemo_cycle.pl3 sub TIESCALAR { subroutine
/openbsd/src/gnu/usr.bin/perl/dist/IO/t/
Dio_leak.t30 sub TIESCALAR { bless {} }
/openbsd/src/gnu/usr.bin/perl/lib/
Dbuiltin-taint.t13 sub TIESCALAR($class, @args) { bless \@args, $class }
/openbsd/src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
Dtainted.t31 sub TIESCALAR { bless {} }
/openbsd/src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/
Dcaller.t11 sub TIESCALAR {
/openbsd/src/gnu/usr.bin/perl/t/re/
Dqr.t59 sub qrBug::TIESCALAR{bless[], 'qrBug'}
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dsv65 sub TIESCALAR { my $x ; bless \$x}
89 sub TIESCALAR { my $x ; bless \$x}
151 sub TIESCALAR { my $x ; bless \$x}
189 sub TIESCALAR { my $x ; bless \$x}
229 sub TIESCALAR{bless[]} ;

1234