3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml_test = '<?xml version="1.0" encoding="utf-8"?><test></test>'; $parser = xml_parser_create(); xml_set_character_data_handler($parser, 'trim'); xml_set_character_data_handler($parser, ''); xml_set_processing_instruction_handler($parser, 'trim'); xml_set_processing_instruction_handler($parser, null); xml_parse($parser, $xml_test);
Output for git.master_jit
Output for git.master
Deprecated: xml_set_character_data_handler(): Passing non-callable strings is deprecated since 8.4 in /in/AdVej on line 6

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
54.46 ms | 406 KiB | 5 Q