1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00
Files
archived-php-src/ext/rpc/tests/test1.php
Harald Radi 11a67831d1 blah
2002-03-16 16:15:34 +00:00

21 lines
237 B
PHP

<?php
print "huhuhdsa";
$rpc = new com();
$rpc->call();
$rpc->addref();
$clone = $rpc->__clone();
//$rpc->prop = 1;
//$a = $rpc->prop;
$a = &$rpc->prop;
delete $rpc;
delete $clone;
$heh = com_load();
/*$heh->call;
delete $heh;*/
?>