View Issue Details

IDProjectCategoryView StatusLast Update
0000610XdebugUncategorizedpublic2013-05-18 21:03
Reporterksafonov Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionduplicate 
Product Version2.2dev 
Target Version2.2.3 
Summary0000610: Xdebug sends invalid '&#0' char reference in response
Description

Try to debug the file:

<?php
class SimpleClass {
private $_a;

public function __construct($a) {
    $this->_a = $a;
}

}

$a = new SimpleClass(2);
$a = (array) $a; // <-- put breakpoint here
echo("unreachable");

Put breakpoint at line before last one. When execution breaks here, try to get the context. Response will contain "?" parts that are not allowed in XML according to the spec: http://www.w3.org/TR/REC-xml/#wf-Legalchar

Additional Information

xdebug log:

Log opened at 2010-08-22 07:49:07
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; fileuri="file:///C:/Users/ksafonov/PhpstormProjects/InvalidChars/phpinfo.php" language="PHP" protocol_version="1.0" appid="768" idekey="PhpStorm1"><engine version="2.1.1-dev"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]>&lt;/url>&lt;copyright>&lt;![CDATA[Copyright (c) 2002-2010 by Derick Rethans]]></copyright></init>

<- feature_get -i 387 -n supports_async
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_get" transaction_id="387" feature_name="supports_async" supported="1"><![CDATA[0]]></response>

<- feature_get -i 388 -n breakpoint_types
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_get" transaction_id="388" feature_name="breakpoint_types" supported="1"><![CDATA[line conditional call return exception]]></response>

<- feature_set -i 389 -n show_hidden -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_set" transaction_id="389" feature="show_hidden" success="1"></response>

<- stdout -i 390 -c 0
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="stdout" transaction_id="390" success="0"></response>

<- stderr -i 391 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="stderr" transaction_id="391" success="0"></response>

<- feature_get -i 392 -n encoding
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_get" transaction_id="392" feature_name="encoding" supported="1"><![CDATA[iso-8859-1]]></response>

<- feature_set -i 393 -n max_children -v 100
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_set" transaction_id="393" feature="max_children" success="1"></response>

<- feature_set -i 394 -n max_data -v 100
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_set" transaction_id="394" feature="max_data" success="1"></response>

<- feature_set -i 395 -n max_depth -v 3
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_set" transaction_id="395" feature="max_depth" success="1"></response>

<- eval -i 396 -- cGhwX3VuYW1lKCJzIik=
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="eval" transaction_id="396"><property address="12647144" type="string" size="10" encoding="base64"><![CDATA[V2luZG93cyBOVA==]]></property></response>

<- breakpoint_set -i 397 -t line -f file:///C:/Users/ksafonov/PhpstormProjects/InvalidChars/phpinfo.php -n 11 -s enabled
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="397" state="enabled" id="7680001"></response>

<- breakpoint_set -i 398 -t line -f file:///C:/Programs/php-5.2.13/PEAR/PHPUnit/Framework/Constraint/IsEqual.php -n 324 -s enabled
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="398" state="enabled" id="7680002"></response>

<- run -i 399
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="run" transaction_id="399" status="break" reason="ok"><xdebug:message filename="file:///C:/Users/ksafonov/PhpstormProjects/InvalidChars/phpinfo.php" lineno="11"></xdebug:message></response>

<- stack_get -i 400
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="stack_get" transaction_id="400"><stack where="{main}" level="0" type="file" filename="file:///C:/Users/ksafonov/PhpstormProjects/InvalidChars/phpinfo.php" lineno="11"></stack></response>

<- context_names -i 401 -d 0
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="context_names" transaction_id="401"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context></response>

<- context_get -i 402 -d 0 -c 0
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="context_get" transaction_id="402" context="0"><property name="a" fullname="$a" address="43517944" type="object" classname="SimpleClass" children="1" numchildren="1" page="0" pagesize="100"><property name="CLASSNAME" type="string"><![CDATA[SimpleClass]]></property><property name="_a" fullname="$a->_a" facet="private" address="43511448" type="int"><![CDATA[2]]></property></property></response>

<- context_get -i 403 -d 0 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="context_get" transaction_id="403" context="1"><property name="_COOKIE" fullname="$_COOKIE" address="43494256" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_ENV" fullname="$_ENV" address="43486912" type="array" children="1" numchildren="51" page="0" pagesize="100"><property name="ALLUSERSPROFILE" fullname="$_ENV['ALLUSERSPROFILE']" address="43487032" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property><property name="anthome" fullname="$_ENV['anthome']" address="43487008" type="string" size="28" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXBhY2hlLWFudC0xLjYuNQ==]]></property><property name="ant_home" fullname="$_ENV['ant_home']" address="43487296" type="string" size="28" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXBhY2hlLWFudC0xLjYuNQ==]]></property><property name="APPDATA" fullname="$_ENV['APPDATA']" address="43487272" type="string" size="33" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcQXBwRGF0YVxSb2FtaW5n]]></property><property name="AXIS2_HOME" fullname="$_ENV['AXIS2_HOME']" address="43487536" type="string" size="23" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXhpczItMS41LjE=]]></property><property name="CommonProgramFiles" fullname="$_ENV['CommonProgramFiles']" address="43487512" type="string" size="35" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXM=]]></property><property name="CommonProgramFiles(x86)" fullname="$_ENV['CommonProgramFiles(x86)']" address="43487808" type="string" size="35" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXM=]]></property><property name="CommonProgramW6432" fullname="$_ENV['CommonProgramW6432']" address="43487944" type="string" size="29" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlc1xDb21tb24gRmlsZXM=]]></property><property name="COMPUTERNAME" fullname="$_ENV['COMPUTERNAME']" address="43488080" type="string" size="13" encoding="base64"><![CDATA[S1NBRk9OT1YtVkFJTw==]]></property><property name="ComSpec" fullname="$_ENV['ComSpec']" address="43488056" type="string" size="27" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="configsetroot" fullname="$_ENV['configsetroot']" address="43488352" type="string" size="24" encoding="base64"><![CDATA[QzpcV2luZG93c1xDb25maWdTZXRSb290]]></property><property name="dev_idea_home" fullname="$_ENV['dev_idea_home']" address="43488440" type="string" size="16" encoding="base64"><![CDATA[YzpcUHJvamVjdHNcSURFQQ==]]></property><property name="EMC_AUTOPLAY" fullname="$_ENV['EMC_AUTOPLAY']" address="43488592" type="string" size="49" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXNcUm94aW8gU2hhcmVkXA==]]></property><property name="FP_NO_HOST_CHECK" fullname="$_ENV['FP_NO_HOST_CHECK']" address="43488328" type="string" size="2" encoding="base64"><![CDATA[Tk8=]]></property><property name="HOMEDRIVE" fullname="$_ENV['HOMEDRIVE']" address="43488808" type="string" size="2" encoding="base64"><![CDATA[Qzo=]]></property><property name="HOMEPATH" fullname="$_ENV['HOMEPATH']" address="43488912" type="string" size="15" encoding="base64"><![CDATA[XFVzZXJzXGtzYWZvbm92]]></property><property name="IDEA_PROPERTIES" fullname="$_ENV['IDEA_PROPERTIES']" address="43488992" type="string" size="17" encoding="base64"><![CDATA[aWRlYS14LnByb3BlcnRpZXM=]]></property><property name="java_home" fullname="$_ENV['java_home']" address="43489256" type="string" size="24" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcamRrMS42LjBfMTlc]]></property><property name="jdk_home" fullname="$_ENV['jdk_home']" address="43489376" type="string" size="24" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcamRrMS42LjBfMTlc]]></property><property name="LOCALAPPDATA" fullname="$_ENV['LOCALAPPDATA']" address="43489496" type="string" size="31" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcQXBwRGF0YVxMb2NhbA==]]></property><property name="LOGONSERVER" fullname="$_ENV['LOGONSERVER']" address="43489600" type="string" size="11" encoding="base64"><![CDATA[XFxTVC1TRVJWRVI=]]></property><property name="NUMBER_OF_PROCESSORS" fullname="$_ENV['NUMBER_OF_PROCESSORS']" address="43489576" type="string" size="1" encoding="base64"><![CDATA[NA==]]></property><property name="OS" fullname="$_ENV['OS']" address="43489832" type="string" size="10" encoding="base64"><![CDATA[V2luZG93c19OVA==]]></property><property name="Path" fullname="$_ENV['Path']" address="43490688" type="string" size="771" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNcamF2YWZ4LXNkazEuM1xiaW47QzpcUHJvZ3JhbXNcamF2YWZ4LXNkazEuM1xlbXVsYXRvclxiaW47QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxQQyBDb25uZQ==]]></property><property name="PATHEXT" fullname="$_ENV['PATHEXT']" address="43490824" type="string" size="53" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NIOy5NU0M=]]></property><property name="PROCESSOR_ARCHITECTURE" fullname="$_ENV['PROCESSOR_ARCHITECTURE']" address="43490904" type="string" size="3" encoding="base64"><![CDATA[eDg2]]></property><property name="PROCESSOR_ARCHITEW6432" fullname="$_ENV['PROCESSOR_ARCHITEW6432']" address="43490944" type="string" size="5" encoding="base64"><![CDATA[QU1ENjQ=]]></property><property name="PROCESSOR_IDENTIFIER" fullname="$_ENV['PROCESSOR_IDENTIFIER']" address="43491104" type="string" size="50" encoding="base64"><![CDATA[SW50ZWw2NCBGYW1pbHkgNiBNb2RlbCAzNyBTdGVwcGluZyAyLCBHZW51aW5lSW50ZWw=]]></property><property name="PROCESSOR_LEVEL" fullname="$_ENV['PROCESSOR_LEVEL']" address="43491232" type="string" size="1" encoding="base64"><![CDATA[Ng==]]></property><property name="PROCESSOR_REVISION" fullname="$_ENV['PROCESSOR_REVISION']" address="43491208" type="string" size="4" encoding="base64"><![CDATA[MjUwMg==]]></property><property name="ProgramData" fullname="$_ENV['ProgramData']" address="43491448" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property><property name="ProgramFiles" fullname="$_ENV['ProgramFiles']" address="43491528" type="string" size="22" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KQ==]]></property><property name="ProgramFiles(x86)" fullname="$_ENV['ProgramFiles(x86)']" address="43491424" type="string" size="22" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KQ==]]></property><property name="ProgramW6432" fullname="$_ENV['ProgramW6432']" address="43492024" type="string" size="16" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcw==]]></property><property name="PROMPT" fullname="$_ENV['PROMPT']" address="43492000" type="string" size="4" encoding="base64"><![CDATA[JFAkRw==]]></property><property name="PSModulePath" fullname="$_ENV['PSModulePath']" address="43492280" type="string" size="51" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxXaW5kb3dzUG93ZXJTaGVsbFx2MS4wXE1vZHVsZXNc]]></property><property name="PUBLIC" fullname="$_ENV['PUBLIC']" address="43492360" type="string" size="15" encoding="base64"><![CDATA[QzpcVXNlcnNcUHVibGlj]]></property><property name="RoxioCentral" fullname="$_ENV['RoxioCentral']" address="43492544" type="string" size="70" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXNcUm94aW8gU2hhcmVkXDEwLjBcUm94aW8gQ2VudHJhbDM2XA==]]></property><property name="SESSIONNAME" fullname="$_ENV['SESSIONNAME']" address="43492624" type="string" size="7" encoding="base64"><![CDATA[Q29uc29sZQ==]]></property><property name="SystemDrive" fullname="$_ENV['SystemDrive']" address="43492720" type="string" size="2" encoding="base64"><![CDATA[Qzo=]]></property><property name="SystemRoot" fullname="$_ENV['SystemRoot']" address="43492824" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="TEMP" fullname="$_ENV['TEMP']" address="43492800" type="string" size="7" encoding="base64"><![CDATA[YzpcVGVtcA==]]></property><property name="TMP" fullname="$_ENV['TMP']" address="43493000" type="string" size="7" encoding="base64"><![CDATA[YzpcdGVtcA==]]></property><property name="USERDNSDOMAIN" fullname="$_ENV['USERDNSDOMAIN']" address="43493128" type="string" size="16" encoding="base64"><![CDATA[U1dJRlRURUFNUy5MT0NBTA==]]></property><property name="USERDOMAIN" fullname="$_ENV['USERDOMAIN']" address="43493240" type="string" size="10" encoding="base64"><![CDATA[U1dJRlRURUFNUw==]]></property><property name="USERNAME" fullname="$_ENV['USERNAME']" address="43493344" type="string" size="8" encoding="base64"><![CDATA[a3NhZm9ub3Y=]]></property><property name="USERPROFILE" fullname="$_ENV['USERPROFILE']" address="43493456" type="string" size="17" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3Y=]]></property><property name="VS100COMNTOOLS" fullname="$_ENV['VS100COMNTOOLS']" address="43493616" type="string" size="66" encoding="base64"><![CDATA[YzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxNaWNyb3NvZnQgVmlzdWFsIFN0dWRpbyAxMC4wXENvbW1vbjdcVG9vbHNc]]></property><property name="windir" fullname="$_ENV['windir']" address="43493704" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="work_idea_home" fullname="$_ENV['work_idea_home']" address="43493848" type="string" size="29" encoding="base64"><![CDATA[YzpccHJvZ3JhbXNcaWRlYS1mcm9tLXNvdXJjZXM=]]></property><property name="XDEBUG_CONFIG" fullname="$_ENV['XDEBUG_CONFIG']" address="43493968" type="string" size="16" encoding="base64"><![CDATA[aWRla2V5PVBocFN0b3JtMQ==]]></property></property><property name="_FILES" fullname="$_FILES" address="43503224" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_GET" fullname="$_GET" address="43493824" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_POST" fullname="$_POST" address="43502640" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_REQUEST" fullname="$_REQUEST" address="43503456" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_SERVER" fullname="$_SERVER" address="43494368" type="array" children="1" numchildren="59" page="0" pagesize="100"><property name="ALLUSERSPROFILE" fullname="$_SERVER['ALLUSERSPROFILE']" address="43494528" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property><property name="anthome" fullname="$_SERVER['anthome']" address="43494504" type="string" size="28" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXBhY2hlLWFudC0xLjYuNQ==]]></property><property name="ant_home" fullname="$_SERVER['ant_home']" address="43494776" type="string" size="28" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXBhY2hlLWFudC0xLjYuNQ==]]></property><property name="APPDATA" fullname="$_SERVER['APPDATA']" address="43494752" type="string" size="33" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcQXBwRGF0YVxSb2FtaW5n]]></property><property name="AXIS2_HOME" fullname="$_SERVER['AXIS2_HOME']" address="43495016" type="string" size="23" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXhpczItMS41LjE=]]></property><property name="CommonProgramFiles" fullname="$_SERVER['CommonProgramFiles']" address="43494992" type="string" size="35" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXM=]]></property><property name="CommonProgramFiles(x86)" fullname="$_SERVER['CommonProgramFiles(x86)']" address="43495288" type="string" size="35" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXM=]]></property><property name="CommonProgramW6432" fullname="$_SERVER['CommonProgramW6432']" address="43495424" type="string" size="29" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlc1xDb21tb24gRmlsZXM=]]></property><property name="COMPUTERNAME" fullname="$_SERVER['COMPUTERNAME']" address="43495560" type="string" size="13" encoding="base64"><![CDATA[S1NBRk9OT1YtVkFJTw==]]></property><property name="ComSpec" fullname="$_SERVER['ComSpec']" address="43495536" type="string" size="27" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="configsetroot" fullname="$_SERVER['configsetroot']" address="43495832" type="string" size="24" encoding="base64"><![CDATA[QzpcV2luZG93c1xDb25maWdTZXRSb290]]></property><property name="dev_idea_home" fullname="$_SERVER['dev_idea_home']" address="43495920" type="string" size="16" encoding="base64"><![CDATA[YzpcUHJvamVjdHNcSURFQQ==]]></property><property name="EMC_AUTOPLAY" fullname="$_SERVER['EMC_AUTOPLAY']" address="43496072" type="string" size="49" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXNcUm94aW8gU2hhcmVkXA==]]></property><property name="FP_NO_HOST_CHECK" fullname="$_SERVER['FP_NO_HOST_CHECK']" address="43495808" type="string" size="2" encoding="base64"><![CDATA[Tk8=]]></property><property name="HOMEDRIVE" fullname="$_SERVER['HOMEDRIVE']" address="43496288" type="string" size="2" encoding="base64"><![CDATA[Qzo=]]></property><property name="HOMEPATH" fullname="$_SERVER['HOMEPATH']" address="43496392" type="string" size="15" encoding="base64"><![CDATA[XFVzZXJzXGtzYWZvbm92]]></property><property name="IDEA_PROPERTIES" fullname="$_SERVER['IDEA_PROPERTIES']" address="43496472" type="string" size="17" encoding="base64"><![CDATA[aWRlYS14LnByb3BlcnRpZXM=]]></property><property name="java_home" fullname="$_SERVER['java_home']" address="43496600" type="string" size="24" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcamRrMS42LjBfMTlc]]></property><property name="jdk_home" fullname="$_SERVER['jdk_home']" address="43496720" type="string" size="24" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcamRrMS42LjBfMTlc]]></property><property name="LOCALAPPDATA" fullname="$_SERVER['LOCALAPPDATA']" address="43496840" type="string" size="31" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcQXBwRGF0YVxMb2NhbA==]]></property><property name="LOGONSERVER" fullname="$_SERVER['LOGONSERVER']" address="43496944" type="string" size="11" encoding="base64"><![CDATA[XFxTVC1TRVJWRVI=]]></property><property name="NUMBER_OF_PROCESSORS" fullname="$_SERVER['NUMBER_OF_PROCESSORS']" address="43496920" type="string" size="1" encoding="base64"><![CDATA[NA==]]></property><property name="OS" fullname="$_SERVER['OS']" address="43497176" type="string" size="10" encoding="base64"><![CDATA[V2luZG93c19OVA==]]></property><property name="Path" fullname="$_SERVER['Path']" address="43498032" type="string" size="771" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNcamF2YWZ4LXNkazEuM1xiaW47QzpcUHJvZ3JhbXNcamF2YWZ4LXNkazEuM1xlbXVsYXRvclxiaW47QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxQQyBDb25uZQ==]]></property><property name="PATHEXT" fullname="$_SERVER['PATHEXT']" address="43498168" type="string" size="53" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NIOy5NU0M=]]></property><property name="PROCESSOR_ARCHITECTURE" fullname="$_SERVER['PROCESSOR_ARCHITECTURE']" address="43498248" type="string" size="3" encoding="base64"><![CDATA[eDg2]]></property><property name="PROCESSOR_ARCHITEW6432" fullname="$_SERVER['PROCESSOR_ARCHITEW6432']" address="43498288" type="string" size="5" encoding="base64"><![CDATA[QU1ENjQ=]]></property><property name="PROCESSOR_IDENTIFIER" fullname="$_SERVER['PROCESSOR_IDENTIFIER']" address="43498448" type="string" size="50" encoding="base64"><![CDATA[SW50ZWw2NCBGYW1pbHkgNiBNb2RlbCAzNyBTdGVwcGluZyAyLCBHZW51aW5lSW50ZWw=]]></property><property name="PROCESSOR_LEVEL" fullname="$_SERVER['PROCESSOR_LEVEL']" address="43498576" type="string" size="1" encoding="base64"><![CDATA[Ng==]]></property><property name="PROCESSOR_REVISION" fullname="$_SERVER['PROCESSOR_REVISION']" address="43498552" type="string" size="4" encoding="base64"><![CDATA[MjUwMg==]]></property><property name="ProgramData" fullname="$_SERVER['ProgramData']" address="43498792" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property><property name="ProgramFiles" fullname="$_SERVER['ProgramFiles']" address="43498872" type="string" size="22" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KQ==]]></property><property name="ProgramFiles(x86)" fullname="$_SERVER['ProgramFiles(x86)']" address="43498768" type="string" size="22" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KQ==]]></property><property name="ProgramW6432" fullname="$_SERVER['ProgramW6432']" address="43499368" type="string" size="16" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcw==]]></property><property name="PROMPT" fullname="$_SERVER['PROMPT']" address="43499344" type="string" size="4" encoding="base64"><![CDATA[JFAkRw==]]></property><property name="PSModulePath" fullname="$_SERVER['PSModulePath']" address="43499624" type="string" size="51" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxXaW5kb3dzUG93ZXJTaGVsbFx2MS4wXE1vZHVsZXNc]]></property><property name="PUBLIC" fullname="$_SERVER['PUBLIC']" address="43499704" type="string" size="15" encoding="base64"><![CDATA[QzpcVXNlcnNcUHVibGlj]]></property><property name="RoxioCentral" fullname="$_SERVER['RoxioCentral']" address="43499888" type="string" size="70" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXNcUm94aW8gU2hhcmVkXDEwLjBcUm94aW8gQ2VudHJhbDM2XA==]]></property><property name="SESSIONNAME" fullname="$_SERVER['SESSIONNAME']" address="43499968" type="string" size="7" encoding="base64"><![CDATA[Q29uc29sZQ==]]></property><property name="SystemDrive" fullname="$_SERVER['SystemDrive']" address="43500064" type="string" size="2" encoding="base64"><![CDATA[Qzo=]]></property><property name="SystemRoot" fullname="$_SERVER['SystemRoot']" address="43500168" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="TEMP" fullname="$_SERVER['TEMP']" address="43500144" type="string" size="7" encoding="base64"><![CDATA[YzpcVGVtcA==]]></property><property name="TMP" fullname="$_SERVER['TMP']" address="43500344" type="string" size="7" encoding="base64"><![CDATA[YzpcdGVtcA==]]></property><property name="USERDNSDOMAIN" fullname="$_SERVER['USERDNSDOMAIN']" address="43500472" type="string" size="16" encoding="base64"><![CDATA[U1dJRlRURUFNUy5MT0NBTA==]]></property><property name="USERDOMAIN" fullname="$_SERVER['USERDOMAIN']" address="43500584" type="string" size="10" encoding="base64"><![CDATA[U1dJRlRURUFNUw==]]></property><property name="USERNAME" fullname="$_SERVER['USERNAME']" address="43500688" type="string" size="8" encoding="base64"><![CDATA[a3NhZm9ub3Y=]]></property><property name="USERPROFILE" fullname="$_SERVER['USERPROFILE']" address="43500800" type="string" size="17" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3Y=]]></property><property name="VS100COMNTOOLS" fullname="$_SERVER['VS100COMNTOOLS']" address="43500960" type="string" size="66" encoding="base64"><![CDATA[YzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxNaWNyb3NvZnQgVmlzdWFsIFN0dWRpbyAxMC4wXENvbW1vbjdcVG9vbHNc]]></property><property name="windir" fullname="$_SERVER['windir']" address="43501048" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="work_idea_home" fullname="$_SERVER['work_idea_home']" address="43501192" type="string" size="29" encoding="base64"><![CDATA[YzpccHJvZ3JhbXNcaWRlYS1mcm9tLXNvdXJjZXM=]]></property><property name="XDEBUG_CONFIG" fullname="$_SERVER['XDEBUG_CONFIG']" address="43501312" type="string" size="16" encoding="base64"><![CDATA[aWRla2V5PVBocFN0b3JtMQ==]]></property><property name="PHP_SELF" fullname="$_SERVER['PHP_SELF']" address="43501472" type="string" size="59" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcUGhwc3Rvcm1Qcm9qZWN0c1xJbnZhbGlkQ2hhcnNccGhwaW5mby5waHA=]]></property><property name="SCRIPT_NAME" fullname="$_SERVER['SCRIPT_NAME']" address="43501624" type="string" size="59" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcUGhwc3Rvcm1Qcm9qZWN0c1xJbnZhbGlkQ2hhcnNccGhwaW5mby5waHA=]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER['SCRIPT_FILENAME']" address="43501776" type="string" size="59" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcUGhwc3Rvcm1Qcm9qZWN0c1xJbnZhbGlkQ2hhcnNccGhwaW5mby5waHA=]]></property><property name="PATH_TRANSLATED" fullname="$_SERVER['PATH_TRANSLATED']" address="43501936" type="string" size="59" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcUGhwc3Rvcm1Qcm9qZWN0c1xJbnZhbGlkQ2hhcnNccGhwaW5mby5waHA=]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER['DOCUMENT_ROOT']" address="43502024" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_TIME" fullname="$_SERVER['REQUEST_TIME']" address="43502112" type="int"><![CDATA[1282463347]]></property><property name="argv" fullname="$_SERVER['argv']" address="43501168" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="0" fullname="$_SERVER['argv'][0]" address="43502280" type="string" size="59" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcUGhwc3Rvcm1Qcm9qZWN0c1xJbnZhbGlkQ2hhcnNccGhwaW5mby5waHA=]]></property></property><property name="argc" fullname="$_SERVER['argc']" address="43502424" type="int"><![CDATA[1]]></property></property><property name="GLOBALS" fullname="$GLOBALS" address="43461376" type="array" children="1" numchildren="17" page="0" pagesize="100"><property name="GLOBALS" fullname="$GLOBALS['GLOBALS']" address="43461376" type="array" children="1" recursive="1"></property><property name="_ENV" fullname="$GLOBALS['_ENV']" address="43486912" type="array" children="1" numchildren="51" page="0" pagesize="100"><property name="ALLUSERSPROFILE" fullname="$GLOBALS['_ENV']['ALLUSERSPROFILE']" address="43487032" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property><property name="anthome" fullname="$GLOBALS['_ENV']['anthome']" address="43487008" type="string" size="28" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXBhY2hlLWFudC0xLjYuNQ==]]></property><property name="ant_home" fullname="$GLOBALS['_ENV']['ant_home']" address="43487296" type="string" size="28" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXBhY2hlLWFudC0xLjYuNQ==]]></property><property name="APPDATA" fullname="$GLOBALS['_ENV']['APPDATA']" address="43487272" type="string" size="33" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcQXBwRGF0YVxSb2FtaW5n]]></property><property name="AXIS2_HOME" fullname="$GLOBALS['_ENV']['AXIS2_HOME']" address="43487536" type="string" size="23" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXhpczItMS41LjE=]]></property><property name="CommonProgramFiles" fullname="$GLOBALS['_ENV']['CommonProgramFiles']" address="43487512" type="string" size="35" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXM=]]></property><property name="CommonProgramFiles(x86)" fullname="$GLOBALS['_ENV']['CommonProgramFiles(x86)']" address="43487808" type="string" size="35" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXM=]]></property><property name="CommonProgramW6432" fullname="$GLOBALS['_ENV']['CommonProgramW6432']" address="43487944" type="string" size="29" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlc1xDb21tb24gRmlsZXM=]]></property><property name="COMPUTERNAME" fullname="$GLOBALS['_ENV']['COMPUTERNAME']" address="43488080" type="string" size="13" encoding="base64"><![CDATA[S1NBRk9OT1YtVkFJTw==]]></property><property name="ComSpec" fullname="$GLOBALS['_ENV']['ComSpec']" address="43488056" type="string" size="27" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="configsetroot" fullname="$GLOBALS['_ENV']['configsetroot']" address="43488352" type="string" size="24" encoding="base64"><![CDATA[QzpcV2luZG93c1xDb25maWdTZXRSb290]]></property><property name="dev_idea_home" fullname="$GLOBALS['_ENV']['dev_idea_home']" address="43488440" type="string" size="16" encoding="base64"><![CDATA[YzpcUHJvamVjdHNcSURFQQ==]]></property><property name="EMC_AUTOPLAY" fullname="$GLOBALS['_ENV']['EMC_AUTOPLAY']" address="43488592" type="string" size="49" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXNcUm94aW8gU2hhcmVkXA==]]></property><property name="FP_NO_HOST_CHECK" fullname="$GLOBALS['_ENV']['FP_NO_HOST_CHECK']" address="43488328" type="string" size="2" encoding="base64"><![CDATA[Tk8=]]></property><property name="HOMEDRIVE" fullname="$GLOBALS['_ENV']['HOMEDRIVE']" address="43488808" type="string" size="2" encoding="base64"><![CDATA[Qzo=]]></property><property name="HOMEPATH" fullname="$GLOBALS['_ENV']['HOMEPATH']" address="43488912" type="string" size="15" encoding="base64"><![CDATA[XFVzZXJzXGtzYWZvbm92]]></property><property name="IDEA_PROPERTIES" fullname="$GLOBALS['_ENV']['IDEA_PROPERTIES']" address="43488992" type="string" size="17" encoding="base64"><![CDATA[aWRlYS14LnByb3BlcnRpZXM=]]></property><property name="java_home" fullname="$GLOBALS['_ENV']['java_home']" address="43489256" type="string" size="24" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcamRrMS42LjBfMTlc]]></property><property name="jdk_home" fullname="$GLOBALS['_ENV']['jdk_home']" address="43489376" type="string" size="24" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcamRrMS42LjBfMTlc]]></property><property name="LOCALAPPDATA" fullname="$GLOBALS['_ENV']['LOCALAPPDATA']" address="43489496" type="string" size="31" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcQXBwRGF0YVxMb2NhbA==]]></property><property name="LOGONSERVER" fullname="$GLOBALS['_ENV']['LOGONSERVER']" address="43489600" type="string" size="11" encoding="base64"><![CDATA[XFxTVC1TRVJWRVI=]]></property><property name="NUMBER_OF_PROCESSORS" fullname="$GLOBALS['_ENV']['NUMBER_OF_PROCESSORS']" address="43489576" type="string" size="1" encoding="base64"><![CDATA[NA==]]></property><property name="OS" fullname="$GLOBALS['_ENV']['OS']" address="43489832" type="string" size="10" encoding="base64"><![CDATA[V2luZG93c19OVA==]]></property><property name="Path" fullname="$GLOBALS['_ENV']['Path']" address="43490688" type="string" size="771" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNcamF2YWZ4LXNkazEuM1xiaW47QzpcUHJvZ3JhbXNcamF2YWZ4LXNkazEuM1xlbXVsYXRvclxiaW47QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxQQyBDb25uZQ==]]></property><property name="PATHEXT" fullname="$GLOBALS['_ENV']['PATHEXT']" address="43490824" type="string" size="53" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NIOy5NU0M=]]></property><property name="PROCESSOR_ARCHITECTURE" fullname="$GLOBALS['_ENV']['PROCESSOR_ARCHITECTURE']" address="43490904" type="string" size="3" encoding="base64"><![CDATA[eDg2]]></property><property name="PROCESSOR_ARCHITEW6432" fullname="$GLOBALS['_ENV']['PROCESSOR_ARCHITEW6432']" address="43490944" type="string" size="5" encoding="base64"><![CDATA[QU1ENjQ=]]></property><property name="PROCESSOR_IDENTIFIER" fullname="$GLOBALS['_ENV']['PROCESSOR_IDENTIFIER']" address="43491104" type="string" size="50" encoding="base64"><![CDATA[SW50ZWw2NCBGYW1pbHkgNiBNb2RlbCAzNyBTdGVwcGluZyAyLCBHZW51aW5lSW50ZWw=]]></property><property name="PROCESSOR_LEVEL" fullname="$GLOBALS['_ENV']['PROCESSOR_LEVEL']" address="43491232" type="string" size="1" encoding="base64"><![CDATA[Ng==]]></property><property name="PROCESSOR_REVISION" fullname="$GLOBALS['_ENV']['PROCESSOR_REVISION']" address="43491208" type="string" size="4" encoding="base64"><![CDATA[MjUwMg==]]></property><property name="ProgramData" fullname="$GLOBALS['_ENV']['ProgramData']" address="43491448" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property><property name="ProgramFiles" fullname="$GLOBALS['_ENV']['ProgramFiles']" address="43491528" type="string" size="22" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KQ==]]></property><property name="ProgramFiles(x86)" fullname="$GLOBALS['_ENV']['ProgramFiles(x86)']" address="43491424" type="string" size="22" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KQ==]]></property><property name="ProgramW6432" fullname="$GLOBALS['_ENV']['ProgramW6432']" address="43492024" type="string" size="16" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcw==]]></property><property name="PROMPT" fullname="$GLOBALS['_ENV']['PROMPT']" address="43492000" type="string" size="4" encoding="base64"><![CDATA[JFAkRw==]]></property><property name="PSModulePath" fullname="$GLOBALS['_ENV']['PSModulePath']" address="43492280" type="string" size="51" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxXaW5kb3dzUG93ZXJTaGVsbFx2MS4wXE1vZHVsZXNc]]></property><property name="PUBLIC" fullname="$GLOBALS['_ENV']['PUBLIC']" address="43492360" type="string" size="15" encoding="base64"><![CDATA[QzpcVXNlcnNcUHVibGlj]]></property><property name="RoxioCentral" fullname="$GLOBALS['_ENV']['RoxioCentral']" address="43492544" type="string" size="70" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXNcUm94aW8gU2hhcmVkXDEwLjBcUm94aW8gQ2VudHJhbDM2XA==]]></property><property name="SESSIONNAME" fullname="$GLOBALS['_ENV']['SESSIONNAME']" address="43492624" type="string" size="7" encoding="base64"><![CDATA[Q29uc29sZQ==]]></property><property name="SystemDrive" fullname="$GLOBALS['_ENV']['SystemDrive']" address="43492720" type="string" size="2" encoding="base64"><![CDATA[Qzo=]]></property><property name="SystemRoot" fullname="$GLOBALS['_ENV']['SystemRoot']" address="43492824" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="TEMP" fullname="$GLOBALS['_ENV']['TEMP']" address="43492800" type="string" size="7" encoding="base64"><![CDATA[YzpcVGVtcA==]]></property><property name="TMP" fullname="$GLOBALS['_ENV']['TMP']" address="43493000" type="string" size="7" encoding="base64"><![CDATA[YzpcdGVtcA==]]></property><property name="USERDNSDOMAIN" fullname="$GLOBALS['_ENV']['USERDNSDOMAIN']" address="43493128" type="string" size="16" encoding="base64"><![CDATA[U1dJRlRURUFNUy5MT0NBTA==]]></property><property name="USERDOMAIN" fullname="$GLOBALS['_ENV']['USERDOMAIN']" address="43493240" type="string" size="10" encoding="base64"><![CDATA[U1dJRlRURUFNUw==]]></property><property name="USERNAME" fullname="$GLOBALS['_ENV']['USERNAME']" address="43493344" type="string" size="8" encoding="base64"><![CDATA[a3NhZm9ub3Y=]]></property><property name="USERPROFILE" fullname="$GLOBALS['_ENV']['USERPROFILE']" address="43493456" type="string" size="17" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3Y=]]></property><property name="VS100COMNTOOLS" fullname="$GLOBALS['_ENV']['VS100COMNTOOLS']" address="43493616" type="string" size="66" encoding="base64"><![CDATA[YzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxNaWNyb3NvZnQgVmlzdWFsIFN0dWRpbyAxMC4wXENvbW1vbjdcVG9vbHNc]]></property><property name="windir" fullname="$GLOBALS['_ENV']['windir']" address="43493704" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="work_idea_home" fullname="$GLOBALS['_ENV']['work_idea_home']" address="43493848" type="string" size="29" encoding="base64"><![CDATA[YzpccHJvZ3JhbXNcaWRlYS1mcm9tLXNvdXJjZXM=]]></property><property name="XDEBUG_CONFIG" fullname="$GLOBALS['_ENV']['XDEBUG_CONFIG']" address="43493968" type="string" size="16" encoding="base64"><![CDATA[aWRla2V5PVBocFN0b3JtMQ==]]></property></property><property name="HTTP_ENV_VARS" fullname="$GLOBALS['HTTP_ENV_VARS']" address="43486912" type="array" children="1" numchildren="51" page="0" pagesize="100"><property name="ALLUSERSPROFILE" fullname="$GLOBALS['HTTP_ENV_VARS']['ALLUSERSPROFILE']" address="43487032" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property><property name="anthome" fullname="$GLOBALS['HTTP_ENV_VARS']['anthome']" address="43487008" type="string" size="28" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXBhY2hlLWFudC0xLjYuNQ==]]></property><property name="ant_home" fullname="$GLOBALS['HTTP_ENV_VARS']['ant_home']" address="43487296" type="string" size="28" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXBhY2hlLWFudC0xLjYuNQ==]]></property><property name="APPDATA" fullname="$GLOBALS['HTTP_ENV_VARS']['APPDATA']" address="43487272" type="string" size="33" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcQXBwRGF0YVxSb2FtaW5n]]></property><property name="AXIS2_HOME" fullname="$GLOBALS['HTTP_ENV_VARS']['AXIS2_HOME']" address="43487536" type="string" size="23" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXhpczItMS41LjE=]]></property><property name="CommonProgramFiles" fullname="$GLOBALS['HTTP_ENV_VARS']['CommonProgramFiles']" address="43487512" type="string" size="35" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXM=]]></property><property name="CommonProgramFiles(x86)" fullname="$GLOBALS['HTTP_ENV_VARS']['CommonProgramFiles(x86)']" address="43487808" type="string" size="35" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXM=]]></property><property name="CommonProgramW6432" fullname="$GLOBALS['HTTP_ENV_VARS']['CommonProgramW6432']" address="43487944" type="string" size="29" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlc1xDb21tb24gRmlsZXM=]]></property><property name="COMPUTERNAME" fullname="$GLOBALS['HTTP_ENV_VARS']['COMPUTERNAME']" address="43488080" type="string" size="13" encoding="base64"><![CDATA[S1NBRk9OT1YtVkFJTw==]]></property><property name="ComSpec" fullname="$GLOBALS['HTTP_ENV_VARS']['ComSpec']" address="43488056" type="string" size="27" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="configsetroot" fullname="$GLOBALS['HTTP_ENV_VARS']['configsetroot']" address="43488352" type="string" size="24" encoding="base64"><![CDATA[QzpcV2luZG93c1xDb25maWdTZXRSb290]]></property><property name="dev_idea_home" fullname="$GLOBALS['HTTP_ENV_VARS']['dev_idea_home']" address="43488440" type="string" size="16" encoding="base64"><![CDATA[YzpcUHJvamVjdHNcSURFQQ==]]></property><property name="EMC_AUTOPLAY" fullname="$GLOBALS['HTTP_ENV_VARS']['EMC_AUTOPLAY']" address="43488592" type="string" size="49" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXNcUm94aW8gU2hhcmVkXA==]]></property><property name="FP_NO_HOST_CHECK" fullname="$GLOBALS['HTTP_ENV_VARS']['FP_NO_HOST_CHECK']" address="43488328" type="string" size="2" encoding="base64"><![CDATA[Tk8=]]></property><property name="HOMEDRIVE" fullname="$GLOBALS['HTTP_ENV_VARS']['HOMEDRIVE']" address="43488808" type="string" size="2" encoding="base64"><![CDATA[Qzo=]]></property><property name="HOMEPATH" fullname="$GLOBALS['HTTP_ENV_VARS']['HOMEPATH']" address="43488912" type="string" size="15" encoding="base64"><![CDATA[XFVzZXJzXGtzYWZvbm92]]></property><property name="IDEA_PROPERTIES" fullname="$GLOBALS['HTTP_ENV_VARS']['IDEA_PROPERTIES']" address="43488992" type="string" size="17" encoding="base64"><![CDATA[aWRlYS14LnByb3BlcnRpZXM=]]></property><property name="java_home" fullname="$GLOBALS['HTTP_ENV_VARS']['java_home']" address="43489256" type="string" size="24" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcamRrMS42LjBfMTlc]]></property><property name="jdk_home" fullname="$GLOBALS['HTTP_ENV_VARS']['jdk_home']" address="43489376" type="string" size="24" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcamRrMS42LjBfMTlc]]></property><property name="LOCALAPPDATA" fullname="$GLOBALS['HTTP_ENV_VARS']['LOCALAPPDATA']" address="43489496" type="string" size="31" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcQXBwRGF0YVxMb2NhbA==]]></property><property name="LOGONSERVER" fullname="$GLOBALS['HTTP_ENV_VARS']['LOGONSERVER']" address="43489600" type="string" size="11" encoding="base64"><![CDATA[XFxTVC1TRVJWRVI=]]></property><property name="NUMBER_OF_PROCESSORS" fullname="$GLOBALS['HTTP_ENV_VARS']['NUMBER_OF_PROCESSORS']" address="43489576" type="string" size="1" encoding="base64"><![CDATA[NA==]]></property><property name="OS" fullname="$GLOBALS['HTTP_ENV_VARS']['OS']" address="43489832" type="string" size="10" encoding="base64"><![CDATA[V2luZG93c19OVA==]]></property><property name="Path" fullname="$GLOBALS['HTTP_ENV_VARS']['Path']" address="43490688" type="string" size="771" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNcamF2YWZ4LXNkazEuM1xiaW47QzpcUHJvZ3JhbXNcamF2YWZ4LXNkazEuM1xlbXVsYXRvclxiaW47QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxQQyBDb25uZQ==]]></property><property name="PATHEXT" fullname="$GLOBALS['HTTP_ENV_VARS']['PATHEXT']" address="43490824" type="string" size="53" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NIOy5NU0M=]]></property><property name="PROCESSOR_ARCHITECTURE" fullname="$GLOBALS['HTTP_ENV_VARS']['PROCESSOR_ARCHITECTURE']" address="43490904" type="string" size="3" encoding="base64"><![CDATA[eDg2]]></property><property name="PROCESSOR_ARCHITEW6432" fullname="$GLOBALS['HTTP_ENV_VARS']['PROCESSOR_ARCHITEW6432']" address="43490944" type="string" size="5" encoding="base64"><![CDATA[QU1ENjQ=]]></property><property name="PROCESSOR_IDENTIFIER" fullname="$GLOBALS['HTTP_ENV_VARS']['PROCESSOR_IDENTIFIER']" address="43491104" type="string" size="50" encoding="base64"><![CDATA[SW50ZWw2NCBGYW1pbHkgNiBNb2RlbCAzNyBTdGVwcGluZyAyLCBHZW51aW5lSW50ZWw=]]></property><property name="PROCESSOR_LEVEL" fullname="$GLOBALS['HTTP_ENV_VARS']['PROCESSOR_LEVEL']" address="43491232" type="string" size="1" encoding="base64"><![CDATA[Ng==]]></property><property name="PROCESSOR_REVISION" fullname="$GLOBALS['HTTP_ENV_VARS']['PROCESSOR_REVISION']" address="43491208" type="string" size="4" encoding="base64"><![CDATA[MjUwMg==]]></property><property name="ProgramData" fullname="$GLOBALS['HTTP_ENV_VARS']['ProgramData']" address="43491448" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property><property name="ProgramFiles" fullname="$GLOBALS['HTTP_ENV_VARS']['ProgramFiles']" address="43491528" type="string" size="22" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KQ==]]></property><property name="ProgramFiles(x86)" fullname="$GLOBALS['HTTP_ENV_VARS']['ProgramFiles(x86)']" address="43491424" type="string" size="22" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KQ==]]></property><property name="ProgramW6432" fullname="$GLOBALS['HTTP_ENV_VARS']['ProgramW6432']" address="43492024" type="string" size="16" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcw==]]></property><property name="PROMPT" fullname="$GLOBALS['HTTP_ENV_VARS']['PROMPT']" address="43492000" type="string" size="4" encoding="base64"><![CDATA[JFAkRw==]]></property><property name="PSModulePath" fullname="$GLOBALS['HTTP_ENV_VARS']['PSModulePath']" address="43492280" type="string" size="51" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxXaW5kb3dzUG93ZXJTaGVsbFx2MS4wXE1vZHVsZXNc]]></property><property name="PUBLIC" fullname="$GLOBALS['HTTP_ENV_VARS']['PUBLIC']" address="43492360" type="string" size="15" encoding="base64"><![CDATA[QzpcVXNlcnNcUHVibGlj]]></property><property name="RoxioCentral" fullname="$GLOBALS['HTTP_ENV_VARS']['RoxioCentral']" address="43492544" type="string" size="70" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXNcUm94aW8gU2hhcmVkXDEwLjBcUm94aW8gQ2VudHJhbDM2XA==]]></property><property name="SESSIONNAME" fullname="$GLOBALS['HTTP_ENV_VARS']['SESSIONNAME']" address="43492624" type="string" size="7" encoding="base64"><![CDATA[Q29uc29sZQ==]]></property><property name="SystemDrive" fullname="$GLOBALS['HTTP_ENV_VARS']['SystemDrive']" address="43492720" type="string" size="2" encoding="base64"><![CDATA[Qzo=]]></property><property name="SystemRoot" fullname="$GLOBALS['HTTP_ENV_VARS']['SystemRoot']" address="43492824" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="TEMP" fullname="$GLOBALS['HTTP_ENV_VARS']['TEMP']" address="43492800" type="string" size="7" encoding="base64"><![CDATA[YzpcVGVtcA==]]></property><property name="TMP" fullname="$GLOBALS['HTTP_ENV_VARS']['TMP']" address="43493000" type="string" size="7" encoding="base64"><![CDATA[YzpcdGVtcA==]]></property><property name="USERDNSDOMAIN" fullname="$GLOBALS['HTTP_ENV_VARS']['USERDNSDOMAIN']" address="43493128" type="string" size="16" encoding="base64"><![CDATA[U1dJRlRURUFNUy5MT0NBTA==]]></property><property name="USERDOMAIN" fullname="$GLOBALS['HTTP_ENV_VARS']['USERDOMAIN']" address="43493240" type="string" size="10" encoding="base64"><![CDATA[U1dJRlRURUFNUw==]]></property><property name="USERNAME" fullname="$GLOBALS['HTTP_ENV_VARS']['USERNAME']" address="43493344" type="string" size="8" encoding="base64"><![CDATA[a3NhZm9ub3Y=]]></property><property name="USERPROFILE" fullname="$GLOBALS['HTTP_ENV_VARS']['USERPROFILE']" address="43493456" type="string" size="17" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3Y=]]></property><property name="VS100COMNTOOLS" fullname="$GLOBALS['HTTP_ENV_VARS']['VS100COMNTOOLS']" address="43493616" type="string" size="66" encoding="base64"><![CDATA[YzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxNaWNyb3NvZnQgVmlzdWFsIFN0dWRpbyAxMC4wXENvbW1vbjdcVG9vbHNc]]></property><property name="windir" fullname="$GLOBALS['HTTP_ENV_VARS']['windir']" address="43493704" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="work_idea_home" fullname="$GLOBALS['HTTP_ENV_VARS']['work_idea_home']" address="43493848" type="string" size="29" encoding="base64"><![CDATA[YzpccHJvZ3JhbXNcaWRlYS1mcm9tLXNvdXJjZXM=]]></property><property name="XDEBUG_CONFIG" fullname="$GLOBALS['HTTP_ENV_VARS']['XDEBUG_CONFIG']" address="43493968" type="string" size="16" encoding="base64"><![CDATA[aWRla2V5PVBocFN0b3JtMQ==]]></property></property><property name="argv" fullname="$GLOBALS['argv']" address="43501168" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="0" fullname="$GLOBALS['argv'][0]" address="43502280" type="string" size="59" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcUGhwc3Rvcm1Qcm9qZWN0c1xJbnZhbGlkQ2hhcnNccGhwaW5mby5waHA=]]></property></property><property name="argc" fullname="$GLOBALS['argc']" address="43502424" type="int"><![CDATA[1]]></property><property name="_POST" fullname="$GLOBALS['_POST']" address="43502640" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="HTTP_POST_VARS" fullname="$GLOBALS['HTTP_POST_VARS']" address="43502640" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_GET" fullname="$GLOBALS['_GET']" address="43493824" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="HTTP_GET_VARS" fullname="$GLOBALS['HTTP_GET_VARS']" address="43493824" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_COOKIE" fullname="$GLOBALS['_COOKIE']" address="43494256" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="HTTP_COOKIE_VARS" fullname="$GLOBALS['HTTP_COOKIE_VARS']" address="43494256" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_SERVER" fullname="$GLOBALS['_SERVER']" address="43494368" type="array" children="1" numchildren="59" page="0" pagesize="100"><property name="ALLUSERSPROFILE" fullname="$GLOBALS['_SERVER']['ALLUSERSPROFILE']" address="43494528" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property><property name="anthome" fullname="$GLOBALS['_SERVER']['anthome']" address="43494504" type="string" size="28" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXBhY2hlLWFudC0xLjYuNQ==]]></property><property name="ant_home" fullname="$GLOBALS['_SERVER']['ant_home']" address="43494776" type="string" size="28" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXBhY2hlLWFudC0xLjYuNQ==]]></property><property name="APPDATA" fullname="$GLOBALS['_SERVER']['APPDATA']" address="43494752" type="string" size="33" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcQXBwRGF0YVxSb2FtaW5n]]></property><property name="AXIS2_HOME" fullname="$GLOBALS['_SERVER']['AXIS2_HOME']" address="43495016" type="string" size="23" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXhpczItMS41LjE=]]></property><property name="CommonProgramFiles" fullname="$GLOBALS['_SERVER']['CommonProgramFiles']" address="43494992" type="string" size="35" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXM=]]></property><property name="CommonProgramFiles(x86)" fullname="$GLOBALS['_SERVER']['CommonProgramFiles(x86)']" address="43495288" type="string" size="35" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXM=]]></property><property name="CommonProgramW6432" fullname="$GLOBALS['_SERVER']['CommonProgramW6432']" address="43495424" type="string" size="29" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlc1xDb21tb24gRmlsZXM=]]></property><property name="COMPUTERNAME" fullname="$GLOBALS['_SERVER']['COMPUTERNAME']" address="43495560" type="string" size="13" encoding="base64"><![CDATA[S1NBRk9OT1YtVkFJTw==]]></property><property name="ComSpec" fullname="$GLOBALS['_SERVER']['ComSpec']" address="43495536" type="string" size="27" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="configsetroot" fullname="$GLOBALS['_SERVER']['configsetroot']" address="43495832" type="string" size="24" encoding="base64"><![CDATA[QzpcV2luZG93c1xDb25maWdTZXRSb290]]></property><property name="dev_idea_home" fullname="$GLOBALS['_SERVER']['dev_idea_home']" address="43495920" type="string" size="16" encoding="base64"><![CDATA[YzpcUHJvamVjdHNcSURFQQ==]]></property><property name="EMC_AUTOPLAY" fullname="$GLOBALS['_SERVER']['EMC_AUTOPLAY']" address="43496072" type="string" size="49" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXNcUm94aW8gU2hhcmVkXA==]]></property><property name="FP_NO_HOST_CHECK" fullname="$GLOBALS['_SERVER']['FP_NO_HOST_CHECK']" address="43495808" type="string" size="2" encoding="base64"><![CDATA[Tk8=]]></property><property name="HOMEDRIVE" fullname="$GLOBALS['_SERVER']['HOMEDRIVE']" address="43496288" type="string" size="2" encoding="base64"><![CDATA[Qzo=]]></property><property name="HOMEPATH" fullname="$GLOBALS['_SERVER']['HOMEPATH']" address="43496392" type="string" size="15" encoding="base64"><![CDATA[XFVzZXJzXGtzYWZvbm92]]></property><property name="IDEA_PROPERTIES" fullname="$GLOBALS['_SERVER']['IDEA_PROPERTIES']" address="43496472" type="string" size="17" encoding="base64"><![CDATA[aWRlYS14LnByb3BlcnRpZXM=]]></property><property name="java_home" fullname="$GLOBALS['_SERVER']['java_home']" address="43496600" type="string" size="24" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcamRrMS42LjBfMTlc]]></property><property name="jdk_home" fullname="$GLOBALS['_SERVER']['jdk_home']" address="43496720" type="string" size="24" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcamRrMS42LjBfMTlc]]></property><property name="LOCALAPPDATA" fullname="$GLOBALS['_SERVER']['LOCALAPPDATA']" address="43496840" type="string" size="31" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcQXBwRGF0YVxMb2NhbA==]]></property><property name="LOGONSERVER" fullname="$GLOBALS['_SERVER']['LOGONSERVER']" address="43496944" type="string" size="11" encoding="base64"><![CDATA[XFxTVC1TRVJWRVI=]]></property><property name="NUMBER_OF_PROCESSORS" fullname="$GLOBALS['_SERVER']['NUMBER_OF_PROCESSORS']" address="43496920" type="string" size="1" encoding="base64"><![CDATA[NA==]]></property><property name="OS" fullname="$GLOBALS['_SERVER']['OS']" address="43497176" type="string" size="10" encoding="base64"><![CDATA[V2luZG93c19OVA==]]></property><property name="Path" fullname="$GLOBALS['_SERVER']['Path']" address="43498032" type="string" size="771" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNcamF2YWZ4LXNkazEuM1xiaW47QzpcUHJvZ3JhbXNcamF2YWZ4LXNkazEuM1xlbXVsYXRvclxiaW47QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxQQyBDb25uZQ==]]></property><property name="PATHEXT" fullname="$GLOBALS['_SERVER']['PATHEXT']" address="43498168" type="string" size="53" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NIOy5NU0M=]]></property><property name="PROCESSOR_ARCHITECTURE" fullname="$GLOBALS['_SERVER']['PROCESSOR_ARCHITECTURE']" address="43498248" type="string" size="3" encoding="base64"><![CDATA[eDg2]]></property><property name="PROCESSOR_ARCHITEW6432" fullname="$GLOBALS['_SERVER']['PROCESSOR_ARCHITEW6432']" address="43498288" type="string" size="5" encoding="base64"><![CDATA[QU1ENjQ=]]></property><property name="PROCESSOR_IDENTIFIER" fullname="$GLOBALS['_SERVER']['PROCESSOR_IDENTIFIER']" address="43498448" type="string" size="50" encoding="base64"><![CDATA[SW50ZWw2NCBGYW1pbHkgNiBNb2RlbCAzNyBTdGVwcGluZyAyLCBHZW51aW5lSW50ZWw=]]></property><property name="PROCESSOR_LEVEL" fullname="$GLOBALS['_SERVER']['PROCESSOR_LEVEL']" address="43498576" type="string" size="1" encoding="base64"><![CDATA[Ng==]]></property><property name="PROCESSOR_REVISION" fullname="$GLOBALS['_SERVER']['PROCESSOR_REVISION']" address="43498552" type="string" size="4" encoding="base64"><![CDATA[MjUwMg==]]></property><property name="ProgramData" fullname="$GLOBALS['_SERVER']['ProgramData']" address="43498792" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property><property name="ProgramFiles" fullname="$GLOBALS['_SERVER']['ProgramFiles']" address="43498872" type="string" size="22" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KQ==]]></property><property name="ProgramFiles(x86)" fullname="$GLOBALS['_SERVER']['ProgramFiles(x86)']" address="43498768" type="string" size="22" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KQ==]]></property><property name="ProgramW6432" fullname="$GLOBALS['_SERVER']['ProgramW6432']" address="43499368" type="string" size="16" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcw==]]></property><property name="PROMPT" fullname="$GLOBALS['_SERVER']['PROMPT']" address="43499344" type="string" size="4" encoding="base64"><![CDATA[JFAkRw==]]></property><property name="PSModulePath" fullname="$GLOBALS['_SERVER']['PSModulePath']" address="43499624" type="string" size="51" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxXaW5kb3dzUG93ZXJTaGVsbFx2MS4wXE1vZHVsZXNc]]></property><property name="PUBLIC" fullname="$GLOBALS['_SERVER']['PUBLIC']" address="43499704" type="string" size="15" encoding="base64"><![CDATA[QzpcVXNlcnNcUHVibGlj]]></property><property name="RoxioCentral" fullname="$GLOBALS['_SERVER']['RoxioCentral']" address="43499888" type="string" size="70" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXNcUm94aW8gU2hhcmVkXDEwLjBcUm94aW8gQ2VudHJhbDM2XA==]]></property><property name="SESSIONNAME" fullname="$GLOBALS['_SERVER']['SESSIONNAME']" address="43499968" type="string" size="7" encoding="base64"><![CDATA[Q29uc29sZQ==]]></property><property name="SystemDrive" fullname="$GLOBALS['_SERVER']['SystemDrive']" address="43500064" type="string" size="2" encoding="base64"><![CDATA[Qzo=]]></property><property name="SystemRoot" fullname="$GLOBALS['_SERVER']['SystemRoot']" address="43500168" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="TEMP" fullname="$GLOBALS['_SERVER']['TEMP']" address="43500144" type="string" size="7" encoding="base64"><![CDATA[YzpcVGVtcA==]]></property><property name="TMP" fullname="$GLOBALS['_SERVER']['TMP']" address="43500344" type="string" size="7" encoding="base64"><![CDATA[YzpcdGVtcA==]]></property><property name="USERDNSDOMAIN" fullname="$GLOBALS['_SERVER']['USERDNSDOMAIN']" address="43500472" type="string" size="16" encoding="base64"><![CDATA[U1dJRlRURUFNUy5MT0NBTA==]]></property><property name="USERDOMAIN" fullname="$GLOBALS['_SERVER']['USERDOMAIN']" address="43500584" type="string" size="10" encoding="base64"><![CDATA[U1dJRlRURUFNUw==]]></property><property name="USERNAME" fullname="$GLOBALS['_SERVER']['USERNAME']" address="43500688" type="string" size="8" encoding="base64"><![CDATA[a3NhZm9ub3Y=]]></property><property name="USERPROFILE" fullname="$GLOBALS['_SERVER']['USERPROFILE']" address="43500800" type="string" size="17" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3Y=]]></property><property name="VS100COMNTOOLS" fullname="$GLOBALS['_SERVER']['VS100COMNTOOLS']" address="43500960" type="string" size="66" encoding="base64"><![CDATA[YzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxNaWNyb3NvZnQgVmlzdWFsIFN0dWRpbyAxMC4wXENvbW1vbjdcVG9vbHNc]]></property><property name="windir" fullname="$GLOBALS['_SERVER']['windir']" address="43501048" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="work_idea_home" fullname="$GLOBALS['_SERVER']['work_idea_home']" address="43501192" type="string" size="29" encoding="base64"><![CDATA[YzpccHJvZ3JhbXNcaWRlYS1mcm9tLXNvdXJjZXM=]]></property><property name="XDEBUG_CONFIG" fullname="$GLOBALS['_SERVER']['XDEBUG_CONFIG']" address="43501312" type="string" size="16" encoding="base64"><![CDATA[aWRla2V5PVBocFN0b3JtMQ==]]></property><property name="PHP_SELF" fullname="$GLOBALS['_SERVER']['PHP_SELF']" address="43501472" type="string" size="59" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcUGhwc3Rvcm1Qcm9qZWN0c1xJbnZhbGlkQ2hhcnNccGhwaW5mby5waHA=]]></property><property name="SCRIPT_NAME" fullname="$GLOBALS['_SERVER']['SCRIPT_NAME']" address="43501624" type="string" size="59" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcUGhwc3Rvcm1Qcm9qZWN0c1xJbnZhbGlkQ2hhcnNccGhwaW5mby5waHA=]]></property><property name="SCRIPT_FILENAME" fullname="$GLOBALS['_SERVER']['SCRIPT_FILENAME']" address="43501776" type="string" size="59" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcUGhwc3Rvcm1Qcm9qZWN0c1xJbnZhbGlkQ2hhcnNccGhwaW5mby5waHA=]]></property><property name="PATH_TRANSLATED" fullname="$GLOBALS['_SERVER']['PATH_TRANSLATED']" address="43501936" type="string" size="59" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcUGhwc3Rvcm1Qcm9qZWN0c1xJbnZhbGlkQ2hhcnNccGhwaW5mby5waHA=]]></property><property name="DOCUMENT_ROOT" fullname="$GLOBALS['_SERVER']['DOCUMENT_ROOT']" address="43502024" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_TIME" fullname="$GLOBALS['_SERVER']['REQUEST_TIME']" address="43502112" type="int"><![CDATA[1282463347]]></property><property name="argv" fullname="$GLOBALS['_SERVER']['argv']" address="43501168" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="0" fullname="$GLOBALS['_SERVER']['argv'][0]" address="43502280" type="string" size="59" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcUGhwc3Rvcm1Qcm9qZWN0c1xJbnZhbGlkQ2hhcnNccGhwaW5mby5waHA=]]></property></property><property name="argc" fullname="$GLOBALS['_SERVER']['argc']" address="43502424" type="int"><![CDATA[1]]></property></property><property name="HTTP_SERVER_VARS" fullname="$GLOBALS['HTTP_SERVER_VARS']" address="43494368" type="array" children="1" numchildren="59" page="0" pagesize="100"><property name="ALLUSERSPROFILE" fullname="$GLOBALS['HTTP_SERVER_VARS']['ALLUSERSPROFILE']" address="43494528" type="string" size="14" encoding="base64"><![CDATA[QzpcUHJvZ3JhbURhdGE=]]></property><property name="anthome" fullname="$GLOBALS['HTTP_SERVER_VARS']['anthome']" address="43494504" type="string" size="28" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXBhY2hlLWFudC0xLjYuNQ==]]></property><property name="ant_home" fullname="$GLOBALS['HTTP_SERVER_VARS']['ant_home']" address="43494776" type="string" size="28" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXBhY2hlLWFudC0xLjYuNQ==]]></property><property name="APPDATA" fullname="$GLOBALS['HTTP_SERVER_VARS']['APPDATA']" address="43494752" type="string" size="33" encoding="base64"><![CDATA[QzpcVXNlcnNca3NhZm9ub3ZcQXBwRGF0YVxSb2FtaW5n]]></property><property name="AXIS2_HOME" fullname="$GLOBALS['HTTP_SERVER_VARS']['AXIS2_HOME']" address="43495016" type="string" size="23" encoding="base64"><![CDATA[YzpcUHJvZ3JhbXNcYXhpczItMS41LjE=]]></property><property name="CommonProgramFiles" fullname="$GLOBALS['HTTP_SERVER_VARS']['CommonProgramFiles']" address="43494992" type="string" size="35" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXM=]]></property><property name="CommonProgramFiles(x86)" fullname="$GLOBALS['HTTP_SERVER_VARS']['CommonProgramFiles(x86)']" address="43495288" type="string" size="35" encoding="base64"><![CDATA[QzpcUHJvZ3JhbSBGaWxlcyAoeDg2KVxDb21tb24gRmlsZXM=]]></property><property name="CommonPr

TagsNo tags attached.
Operating SystemWindows 7
PHP Version5.3.3

Relationships

duplicate of 0000924 resolvedderick $test = array("\0" => ''); renders variable view inoperable 
has duplicate 0000650 resolvedderick xdebug sends invalid xml character in certain case 
has duplicate 0000682 resolvedderick Binary key values in arrays aren't encoded 

Activities

ksafonov

2010-08-22 07:55

reporter   ~0001565

checked with PHP 5.2.13, PHP 5.3.2 and Xdebug 2.1.0RC1, 2.1.0

ksafonov

2010-08-22 08:04

reporter   ~0001566

Last edited: 2010-08-22 08:07

Xdebug log doesn't fit, please find it elsewhere: http://devnet.jetbrains.net/servlet/JiveServlet/download/5270739-12749/xdebug.log.zip

ksafonov

2010-08-22 13:30

reporter   ~0001567

In the code sample listed above you have to do a step-over, or, alternatively, put the breakpoint to the last line.
Sorry for missing.

hakre

2013-01-05 17:49

reporter   ~0002412

Last edited: 2013-01-05 17:53

I created a more simple test-code to reproduce this issue.

<pre>
<?php
$a["\x0"] = "\x1"; ### TOGGLE BREAKPOINT HERE ###
echo("unreachable");
</pre>

The problematic part is that the property name is invalid because of the NUL-char:

<pre>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="h&#x74;#&x74;p://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="25" context="0">
<property name="$a" fullname="$a" address="18663208" type="array" children="1" numchildren="1" page="0" pagesize="100">
<property name="&#0;" fullname="$a[&0000039;&#0;&0000039;]" address="18663240" type="string" size="1" encoding="base64">
<![CDATA[AQ==]]></property>
</property>
</response>
</pre>

In specific:

<pre>
<property name="&#0;" fullname="$a[&0000039;&#0;&0000039;]" ...
^^^^ ^^^^
</pre>

Both the name and fullname need a different (sub-)encoding here because they are not expressible with XML. There is no NUL-char support in character references in XML:

http://www.w3.org/TR/xml11/#dt-charref

Characters referred to using character references must match the production for Char.

That is: http://www.w3.org/TR/xml11/#NT-Char

Char ::= [#x1-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF] / any Unicode character, excluding the surrogate blocks, FFFE, and FFFF. /

Starting at &1; not &0;.

derick

2013-05-18 21:03

administrator   ~0002468

I know 924 is newer, but it has the better description.

Issue History

Date Modified Username Field Change
2010-08-22 07:49 ksafonov New Issue
2010-08-22 07:49 ksafonov Operating System => Windows 7
2010-08-22 07:49 ksafonov PHP Version => 5.3.3
2010-08-22 07:49 ksafonov Xdebug Version => 2.1.0
2010-08-22 07:55 ksafonov Note Added: 0001565
2010-08-22 08:04 ksafonov Note Added: 0001566
2010-08-22 08:07 ksafonov Note Edited: 0001566
2010-08-22 13:30 ksafonov Note Added: 0001567
2012-03-12 16:38 derick Target Version => 2.2.1
2012-03-12 16:38 derick Description Updated
2012-03-12 16:38 derick Additional Information Updated
2012-06-27 21:15 derick Relationship added has duplicate 0000650
2012-06-27 21:15 derick Relationship added has duplicate 0000682
2012-07-14 22:14 derick Target Version 2.2.1 => 2.2.2
2013-01-05 17:49 hakre Note Added: 0002412
2013-01-05 17:53 hakre Note Edited: 0002412
2013-03-23 14:50 derick Target Version 2.2.2 => 2.2.3
2013-05-18 21:03 derick Note Added: 0002468
2013-05-18 21:03 derick Relationship added duplicate of 0000924
2013-05-18 21:03 derick Status new => resolved
2013-05-18 21:03 derick Resolution open => duplicate
2013-05-18 21:03 derick Assigned To => derick
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized