Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properties from Objects missing #25

Closed
upsala opened this issue Sep 2, 2013 · 2 comments
Closed

Properties from Objects missing #25

upsala opened this issue Sep 2, 2013 · 2 comments

Comments

@upsala
Copy link

upsala commented Sep 2, 2013

As the following code shows there seems a few properties from the object missing. PHP returns '1'. V8 returns 'undefined'.

loadXML(''); $elements=$dom->getElementsByTagName('node'); echo $elements->length, "\n"; $v8=new V8Js(); $v8->dom=$dom; $v8->executeString($script); ?>
@cscott
Copy link
Collaborator

cscott commented Oct 25, 2013

Fixed in master (by pull request #62).

@satoshi75nakamoto
Copy link
Contributor

I'm going to close this issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants