-
Notifications
You must be signed in to change notification settings - Fork 4
getElementById() fails in PHP #214
Copy link
Copy link
Open
Labels
Description
What steps will reproduce the problem?
Attempt to use getElementById() from the DOM object.
What is the expected output? What do you see instead?
Expected: Method returns the DOMElement with the specified id attribute.
Actual: Method returns null.
Please provide any additional information below.
- Apache 2.2
- PHP 5.4.4
Original issue reported on code.google.com by blaster...@gmail.com on 14 Sep 2012 at 4:04
Attachments:
Reactions are currently unavailable