<?php $list=<<<EOX <?xml version="1.0" encoding="UTF-8"?> <data> <screen>battle</screen> <level>1</level> <currentDamage>20</currentDamage> <boss> <id>1</id> <h_full>1000</h_full> <h_now>980</h_now> <start_ts>1377988313</start_ts> <!-- no data in 'dmg_missed' --> <battle_time>3709</battle_time> <mode>simple</mode> <type>boss</type> <choice>p</choice> <activ></activ> <guild>0</guild> <guild_mode>0</guild_mode> <defender>0</defender> <my_guild>0</my_guild> <buff_id>0</buff_id> <cur_damage>20</cur_damage> <combo_id>0</combo_id> <!-- no data in 'hl' --> <!-- no data in 'cracked' --> </boss> <latest_events> <events> <friend> <uid>213011565</uid> <damage>20</damage> <type>free</type> </friend> </events> <friends_rating> <friend> <uid>213011565</uid> <damage>20</damage> </friend> </friends_rating> </latest_events> <my_damage> <spell id="3">20</spell> </my_damage> <battle_result> <!-- no data in 'boss_id' --> <!-- no data in 'h_full' --> <!-- no data in 'h_now' --> <!-- no data in 'name' --> <!-- no data in 'result' --> <!-- no data in 'length' --> <!-- no data in 'mode' --> <!-- no data in 'type' --> <!-- no data in 'choice' --> <!-- no data in 'activ' --> <!-- no data in 'guild' --> <!-- no data in 'gm' --> <!-- no data in 'defender' --> <!-- no data in 'mgld' --> <!-- no data in 'finish_ts' --> <!-- no data in 'combo' --> <!-- no data in 'hl' --> <!-- no data in 'cracked' --> <rewards> <!-- no data in 'rewards' --> </rewards> <friends_rating> <!-- no data in 'friends_rating' --> </friends_rating> <my_damage> <!-- no data in 'my_damage' --> </my_damage> <!-- no data in 'node' --> </battle_result> <hall_of_fame> <!-- no data in 'hall_of_fame' --> </hall_of_fame> <first_crackers> <!-- no data in 'first_crackers' --> </first_crackers> <boss_funds> <!-- no data in 'bossFunds' --> </boss_funds> </data> EOX;
Standard input is empty
<?xml version="1.0" encoding="UTF-8"?>
<data>
<screen>battle</screen>
<level>1</level>
<currentDamage>20</currentDamage>
<boss>
<id>1</id>
<h_full>1000</h_full>
<h_now>980</h_now>
<start_ts>1377988313</start_ts>
<!-- no data in 'dmg_missed' -->
<battle_time>3709</battle_time>
<mode>simple</mode>
<type>boss</type>
<choice>p</choice>
<activ></activ>
<guild>0</guild>
<guild_mode>0</guild_mode>
<defender>0</defender>
<my_guild>0</my_guild>
<buff_id>0</buff_id>
<cur_damage>20</cur_damage>
<combo_id>0</combo_id>
<!-- no data in 'hl' -->
<!-- no data in 'cracked' -->
</boss>
<latest_events>
<events> </events>
<friends_rating>
<friend>
<uid>213011565</uid>
<damage>20</damage>
</friend>
</friends_rating>
</latest_events>
<my_damage>
<spell id="3">20</spell>
</my_damage>
<battle_result>
<!-- no data in 'boss_id' -->
<!-- no data in 'h_full' -->
<!-- no data in 'h_now' -->
<!-- no data in 'name' -->
<!-- no data in 'result' -->
<!-- no data in 'length' -->
<!-- no data in 'mode' -->
<!-- no data in 'type' -->
<!-- no data in 'choice' -->
<!-- no data in 'activ' -->
<!-- no data in 'guild' -->
<!-- no data in 'gm' -->
<!-- no data in 'defender' -->
<!-- no data in 'mgld' -->
<!-- no data in 'finish_ts' -->
<!-- no data in 'combo' -->
<!-- no data in 'hl' -->
<!-- no data in 'cracked' -->
<rewards>
<!-- no data in 'rewards' -->
</rewards>
<friends_rating>
<!-- no data in 'friends_rating' -->
</friends_rating>
<my_damage>
<!-- no data in 'my_damage' -->
</my_damage>
<!-- no data in 'node' -->
</battle_result>
<hall_of_fame>
<!-- no data in 'hall_of_fame' -->
</hall_of_fame>
<first_crackers>
<!-- no data in 'first_crackers' -->
</first_crackers>
<boss_funds>
<!-- no data in 'bossFunds' -->
</boss_funds>
</data>