php-src/ext/rpc/tests/test1.php
Harald Radi a85ea38eac added lookup caching and now make use of the new thread
safe hashtables (not in cvs right now)
2002-03-19 03:36:16 +00:00

22 lines
310 B
PHP

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