PHP 8.5.0 Alpha 1 available for testing

Voting

: three minus zero?
(Example: nine)

The Note You're Voting On

redb
19 years ago
Example below (BadParser) works fine with some changes.

xml_set_element_handler ( $parser, array ( &$this, 'tagStart' ), array ( &$this, 'tagEnd' ) );
xml_set_character_data_handler ( $parser, array ( &$this, 'tagContent' ) );

<< Back to user notes page

To Top