mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Pass PHP arrays to Java as hash tables; minor cleanup
This commit is contained in:
parent
be6c3d8b62
commit
eb8a55893d
4 changed files with 208 additions and 98 deletions
|
@ -236,7 +236,6 @@ public class reflect {
|
|||
public void Invoke
|
||||
(Object object, String method, Object args[], long result)
|
||||
{
|
||||
|
||||
try {
|
||||
Vector matches = new Vector();
|
||||
|
||||
|
@ -284,7 +283,6 @@ public class reflect {
|
|||
public void GetSetProp
|
||||
(Object object, String prop, Object args[], long result)
|
||||
{
|
||||
System.out.println(object + "." + prop);
|
||||
try {
|
||||
|
||||
for (Class jclass = object.getClass();;jclass=(Class)object) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue