Menu

[r966]: / branches / Release-5-5-4-1 / php-java-bridge / tests.php5 / testClosureCache.php  Maximize  Restore  History

Download this file

13 lines (10 with data), 384 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?php
require_once ("java/Java.inc");
$here=getcwd();
java_require("$here/testClosureCache.jar");
function toString() {return "ccl";}
$tc = new Java("TestClosureCache");
"ichild::ccl"==$tc->proc1(java_closure(null, null, java('TestClosureCache$IChild'))) ||die(1);
"iface::ccl"==$tc->proc1(java_closure(null, null, java('TestClosureCache$IFace'))) || die(2);
echo "test okay\n";
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.