View Issue Details

IDProjectCategoryView StatusLast Update
0000571XdebugUncategorizedpublic2010-06-23 12:34
Reporterksafonov Assigned Toderick  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product Version2.1.0RC1 
Summary0000571: XDebug still sends invalid chars
Description

Although issue 421 is claimed to be fixed, we encounter the same problem: invalid characters are sent by Xdebug as part of XML response.

TagsNo tags attached.
Operating SystemWindows 7
PHP Version5.3.1

Activities

ksafonov

2010-04-26 05:47

reporter   ~0001466

Log opened at 2010-04-26 05:44:05
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; fileuri="file:///C:/Programs/xampp/htdocs/sandbox/foobar/utf8.php" language="PHP" protocol_version="1.0" appid="6984" idekey="__PRODUCT_NAME__1"><engine version="2.1.0rc1"><![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 49 -n supports_async
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="feature_get" transaction_id="49" feature_name="supports_async" supported="1"><![CDATA[0]]></response>

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

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

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

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

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

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

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

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

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

<- breakpoint_set -i 59 -t line -f file:///C:/Programs/xampp/htdocs/sandbox/foobar/utf8.php -n 1157 -s enabled
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="59" state="enabled" id="69840001"></response>

<- breakpoint_set -i 60 -t line -f file:///C:/Programs/xampp/htdocs/sandbox/foobar/a.php -n 427 -s enabled
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="60" state="enabled" id="69840002"></response>

<- breakpoint_set -i 61 -t line -f file:///C:/Programs/xampp/htdocs/sandbox/foobar/Samples/BankAccount/_intellij_phpunit_launcher.php -n 419 -s enabled
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="61" state="enabled" id="69840003"></response>

<- breakpoint_set -i 62 -t line -f file:///C:/Programs/xampp/htdocs/sandbox/foobar/utf8.php -n 1129 -s enabled
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="breakpoint_set" transaction_id="62" state="enabled" id="69840004"></response>

<- run -i 63
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="run" transaction_id="63" status="break" reason="ok"><xdebug:message filename="file:///C:/Programs/xampp/htdocs/sandbox/foobar/utf8.php" lineno="1129"></xdebug:message></response>

<- stack_get -i 64
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="stack_get" transaction_id="64"><stack where="{main}" level="0" type="file" filename="file:///C:/Programs/xampp/htdocs/sandbox/foobar/utf8.php" lineno="1129"></stack></response>

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

<- context_get -i 66 -d 0 -c 0
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="context_get" transaction_id="66" context="0"><property name="UTF8_LOWER_ACCENTS" fullname="$UTF8_LOWER_ACCENTS" address="167189792" type="null"></property><property name="UTF8_LOWER_TO_UPPER" fullname="$UTF8_LOWER_TO_UPPER" type="uninitialized"></property><property name="UTF8_ROMANIZATION" fullname="$UTF8_ROMANIZATION" type="uninitialized"></property><property name="UTF8_SPECIAL_CHARS" fullname="$UTF8_SPECIAL_CHARS" type="uninitialized"></property><property name="UTF8_SPECIAL_CHARS2" fullname="$UTF8_SPECIAL_CHARS2" type="uninitialized"></property><property name="UTF8_UPPER_ACCENTS" fullname="$UTF8_UPPER_ACCENTS" type="uninitialized"></property><property name="UTF8_UPPER_TO_LOWER" fullname="$UTF8_UPPER_TO_LOWER" type="uninitialized"></property></response>

<- context_get -i 67 -d 0 -c 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="context_get" transaction_id="67" context="1"><property name="_COOKIE" fullname="$_COOKIE" address="166637648" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="XDEBUG_SESSION" fullname="$_COOKIE['XDEBUG_SESSION']" address="166638392" type="string" size="17" encoding="base64"><![CDATA[X19QUk9EVUNUX05BTUVfXzE=]]></property></property><property name="_ENV" fullname="$_ENV" address="166639072" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_FILES" fullname="$_FILES" address="166638688" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_GET" fullname="$_GET" address="166637480" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="XDEBUG_SESSION_START" fullname="$_GET['XDEBUG_SESSION_START']" address="166637960" type="string" size="17" encoding="base64"><![CDATA[X19QUk9EVUNUX05BTUVfXzE=]]></property></property><property name="_POST" fullname="$_POST" address="166637800" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_REQUEST" fullname="$_REQUEST" address="166639240" type="array" children="1" numchildren="2" page="0" pagesize="100"><property name="XDEBUG_SESSION_START" fullname="$_REQUEST['XDEBUG_SESSION_START']" address="166637960" type="string" size="17" encoding="base64"><![CDATA[X19QUk9EVUNUX05BTUVfXzE=]]></property><property name="XDEBUG_SESSION" fullname="$_REQUEST['XDEBUG_SESSION']" address="166638392" type="string" size="17" encoding="base64"><![CDATA[X19QUk9EVUNUX05BTUVfXzE=]]></property></property><property name="_SERVER" fullname="$_SERVER" address="166639544" type="array" children="1" numchildren="40" page="0" pagesize="100"><property name="MIBDIRS" fullname="$_SERVER['MIBDIRS']" address="166640000" type="string" size="33" encoding="base64"><![CDATA[QzovUHJvZ3JhbXMveGFtcHAvcGhwL2V4dHJhcy9taWJz]]></property><property name="MYSQL_HOME" fullname="$_SERVER['MYSQL_HOME']" address="166640256" type="string" size="27" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNceGFtcHBcbXlzcWxcYmlu]]></property><property name="OPENSSL_CONF" fullname="$_SERVER['OPENSSL_CONF']" address="166640544" type="string" size="40" encoding="base64"><![CDATA[QzovUHJvZ3JhbXMveGFtcHAvYXBhY2hlL2Jpbi9vcGVuc3NsLmNuZg==]]></property><property name="PHP_PEAR_SYSCONF_DIR" fullname="$_SERVER['PHP_PEAR_SYSCONF_DIR']" address="166640856" type="string" size="21" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNceGFtcHBccGhw]]></property><property name="PHPRC" fullname="$_SERVER['PHPRC']" address="166641040" type="string" size="21" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNceGFtcHBccGhw]]></property><property name="TMP" fullname="$_SERVER['TMP']" address="166641272" type="string" size="21" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNceGFtcHBcdG1w]]></property><property name="HTTP_HOST" fullname="$_SERVER['HTTP_HOST']" address="166641488" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER['HTTP_USER_AGENT']" address="166641880" type="string" size="88" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3M7IFU7IFdpbmRvd3MgTlQgNi4xOyBlbi1HQjsgcnY6MS45LjIuMykgR2Vja28vMjAxMDA0MDEgRmlyZWZveC8zLjYuMw==]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER['HTTP_ACCEPT']" address="166642280" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER['HTTP_ACCEPT_LANGUAGE']" address="166642600" type="string" size="14" encoding="base64"><![CDATA[ZW4tZ2IsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER['HTTP_ACCEPT_ENCODING']" address="166642840" type="string" size="12" encoding="base64"><![CDATA[Z3ppcCxkZWZsYXRl]]></property><property name="HTTP_ACCEPT_CHARSET" fullname="$_SERVER['HTTP_ACCEPT_CHARSET']" address="166643032" type="string" size="30" encoding="base64"><![CDATA[SVNPLTg4NTktMSx1dGYtODtxPTAuNywqO3E9MC43]]></property><property name="HTTP_KEEP_ALIVE" fullname="$_SERVER['HTTP_KEEP_ALIVE']" address="166642472" type="string" size="3" encoding="base64"><![CDATA[MTE1]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER['HTTP_CONNECTION']" address="166643448" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER['HTTP_COOKIE']" address="166643728" type="string" size="32" encoding="base64"><![CDATA[WERFQlVHX1NFU1NJT049X19QUk9EVUNUX05BTUVfXzE=]]></property><property name="PATH" fullname="$_SERVER['PATH']" address="166645000" type="string" size="520" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMjtDOlxXaW5kb3dzO0M6XFdpbmRvd3NcU3lzdGVtMzJcV2JlbTtDOlxXaW5kb3dzXFN5c3RlbTMyXFdpbmRvd3NQb3dlclNoZWxsXHYxLjBcOw==]]></property><property name="SystemRoot" fullname="$_SERVER['SystemRoot']" address="166645352" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="COMSPEC" fullname="$_SERVER['COMSPEC']" address="166645744" type="string" size="27" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="PATHEXT" fullname="$_SERVER['PATHEXT']" address="166646048" type="string" size="53" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NIOy5NU0M=]]></property><property name="WINDIR" fullname="$_SERVER['WINDIR']" address="166646224" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER['SERVER_SIGNATURE']" address="166646872" type="string" size="189" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuMi4xNCAoV2luMzIpIERBVi8yIG1vZF9zc2wvMi4yLjE0IE9wZW5TU0wvMC45LjhsIG1vZF9hdXRvaW5kZXhfY29sb3IgUEhQLzUuMy4xIG1vZA==]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER['SERVER_SOFTWARE']" address="166646544" type="string" size="141" encoding="base64"><![CDATA[QXBhY2hlLzIuMi4xNCAoV2luMzIpIERBVi8yIG1vZF9zc2wvMi4yLjE0IE9wZW5TU0wvMC45LjhsIG1vZF9hdXRvaW5kZXhfY29sb3IgUEhQLzUuMy4xIG1vZF9hcHJlcTItMg==]]></property><property name="SERVER_NAME" fullname="$_SERVER['SERVER_NAME']" address="166647584" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="SERVER_ADDR" fullname="$_SERVER['SERVER_ADDR']" address="166647760" type="string" size="3" encoding="base64"><![CDATA[Ojox]]></property><property name="SERVER_PORT" fullname="$_SERVER['SERVER_PORT']" address="166647968" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER['REMOTE_ADDR']" address="166648176" type="string" size="3" encoding="base64"><![CDATA[Ojox]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER['DOCUMENT_ROOT']" address="166648440" type="string" size="24" encoding="base64"><![CDATA[QzovUHJvZ3JhbXMveGFtcHAvaHRkb2Nz]]></property><property name="SERVER_ADMIN" fullname="$_SERVER['SERVER_ADMIN']" address="166648688" type="string" size="20" encoding="base64"><![CDATA[cG9zdG1hc3RlckBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER['SCRIPT_FILENAME']" address="166649000" type="string" size="48" encoding="base64"><![CDATA[QzovUHJvZ3JhbXMveGFtcHAvaHRkb2NzL3NhbmRib3gvZm9vYmFyL3V0ZjgucGhw]]></property><property name="REMOTE_PORT" fullname="$_SERVER['REMOTE_PORT']" address="166649216" type="string" size="5" encoding="base64"><![CDATA[NTY1MzE=]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER['GATEWAY_INTERFACE']" address="166649496" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER['SERVER_PROTOCOL']" address="166649352" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="REQUEST_METHOD" fullname="$_SERVER['REQUEST_METHOD']" address="166650160" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="QUERY_STRING" fullname="$_SERVER['QUERY_STRING']" address="166650704" type="string" size="38" encoding="base64"><![CDATA[WERFQlVHX1NFU1NJT05fU1RBUlQ9X19QUk9EVUNUX05BTUVfXzE=]]></property><property name="REQUEST_URI" fullname="$_SERVER['REQUEST_URI']" address="166650880" type="string" size="63" encoding="base64"><![CDATA[L3NhbmRib3gvZm9vYmFyL3V0ZjgucGhwP1hERUJVR19TRVNTSU9OX1NUQVJUPV9fUFJPRFVDVF9OQU1FX18x]]></property><property name="SCRIPT_NAME" fullname="$_SERVER['SCRIPT_NAME']" address="166651136" type="string" size="24" encoding="base64"><![CDATA[L3NhbmRib3gvZm9vYmFyL3V0ZjgucGhw]]></property><property name="PHP_SELF" fullname="$_SERVER['PHP_SELF']" address="166651392" type="string" size="24" encoding="base64"><![CDATA[L3NhbmRib3gvZm9vYmFyL3V0ZjgucGhw]]></property><property name="REQUEST_TIME" fullname="$_SERVER['REQUEST_TIME']" address="166651480" type="int"><![CDATA[1272260645]]></property><property name="argv" fullname="$_SERVER['argv']" address="166651568" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="0" fullname="$_SERVER['argv'][0]" address="166651688" type="string" size="38" encoding="base64"><![CDATA[WERFQlVHX1NFU1NJT05fU1RBUlQ9X19QUk9EVUNUX05BTUVfXzE=]]></property></property><property name="argc" fullname="$_SERVER['argc']" address="166651816" type="int"><![CDATA[1]]></property></property><property name="GLOBALS" fullname="$GLOBALS" address="167116664" type="array" children="1" numchildren="9" page="0" pagesize="100"><property name="GLOBALS" fullname="$GLOBALS['GLOBALS']" address="167116664" type="array" children="1" recursive="1"></property><property name="_POST" fullname="$GLOBALS['_POST']" address="166637800" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_GET" fullname="$GLOBALS['_GET']" address="166637480" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="XDEBUG_SESSION_START" fullname="$GLOBALS['_GET']['XDEBUG_SESSION_START']" address="166637960" type="string" size="17" encoding="base64"><![CDATA[X19QUk9EVUNUX05BTUVfXzE=]]></property></property><property name="_COOKIE" fullname="$GLOBALS['_COOKIE']" address="166637648" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="XDEBUG_SESSION" fullname="$GLOBALS['_COOKIE']['XDEBUG_SESSION']" address="166638392" type="string" size="17" encoding="base64"><![CDATA[X19QUk9EVUNUX05BTUVfXzE=]]></property></property><property name="_FILES" fullname="$GLOBALS['_FILES']" address="166638688" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_ENV" fullname="$GLOBALS['_ENV']" address="166639072" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="_REQUEST" fullname="$GLOBALS['_REQUEST']" address="166639240" type="array" children="1" numchildren="2" page="0" pagesize="100"><property name="XDEBUG_SESSION_START" fullname="$GLOBALS['_REQUEST']['XDEBUG_SESSION_START']" address="166637960" type="string" size="17" encoding="base64"><![CDATA[X19QUk9EVUNUX05BTUVfXzE=]]></property><property name="XDEBUG_SESSION" fullname="$GLOBALS['_REQUEST']['XDEBUG_SESSION']" address="166638392" type="string" size="17" encoding="base64"><![CDATA[X19QUk9EVUNUX05BTUVfXzE=]]></property></property><property name="_SERVER" fullname="$GLOBALS['_SERVER']" address="166639544" type="array" children="1" numchildren="40" page="0" pagesize="100"><property name="MIBDIRS" fullname="$GLOBALS['_SERVER']['MIBDIRS']" address="166640000" type="string" size="33" encoding="base64"><![CDATA[QzovUHJvZ3JhbXMveGFtcHAvcGhwL2V4dHJhcy9taWJz]]></property><property name="MYSQL_HOME" fullname="$GLOBALS['_SERVER']['MYSQL_HOME']" address="166640256" type="string" size="27" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNceGFtcHBcbXlzcWxcYmlu]]></property><property name="OPENSSL_CONF" fullname="$GLOBALS['_SERVER']['OPENSSL_CONF']" address="166640544" type="string" size="40" encoding="base64"><![CDATA[QzovUHJvZ3JhbXMveGFtcHAvYXBhY2hlL2Jpbi9vcGVuc3NsLmNuZg==]]></property><property name="PHP_PEAR_SYSCONF_DIR" fullname="$GLOBALS['_SERVER']['PHP_PEAR_SYSCONF_DIR']" address="166640856" type="string" size="21" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNceGFtcHBccGhw]]></property><property name="PHPRC" fullname="$GLOBALS['_SERVER']['PHPRC']" address="166641040" type="string" size="21" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNceGFtcHBccGhw]]></property><property name="TMP" fullname="$GLOBALS['_SERVER']['TMP']" address="166641272" type="string" size="21" encoding="base64"><![CDATA[QzpcUHJvZ3JhbXNceGFtcHBcdG1w]]></property><property name="HTTP_HOST" fullname="$GLOBALS['_SERVER']['HTTP_HOST']" address="166641488" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="HTTP_USER_AGENT" fullname="$GLOBALS['_SERVER']['HTTP_USER_AGENT']" address="166641880" type="string" size="88" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKFdpbmRvd3M7IFU7IFdpbmRvd3MgTlQgNi4xOyBlbi1HQjsgcnY6MS45LjIuMykgR2Vja28vMjAxMDA0MDEgRmlyZWZveC8zLjYuMw==]]></property><property name="HTTP_ACCEPT" fullname="$GLOBALS['_SERVER']['HTTP_ACCEPT']" address="166642280" type="string" size="63" encoding="base64"><![CDATA[dGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksKi8qO3E9MC44]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$GLOBALS['_SERVER']['HTTP_ACCEPT_LANGUAGE']" address="166642600" type="string" size="14" encoding="base64"><![CDATA[ZW4tZ2IsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$GLOBALS['_SERVER']['HTTP_ACCEPT_ENCODING']" address="166642840" type="string" size="12" encoding="base64"><![CDATA[Z3ppcCxkZWZsYXRl]]></property><property name="HTTP_ACCEPT_CHARSET" fullname="$GLOBALS['_SERVER']['HTTP_ACCEPT_CHARSET']" address="166643032" type="string" size="30" encoding="base64"><![CDATA[SVNPLTg4NTktMSx1dGYtODtxPTAuNywqO3E9MC43]]></property><property name="HTTP_KEEP_ALIVE" fullname="$GLOBALS['_SERVER']['HTTP_KEEP_ALIVE']" address="166642472" type="string" size="3" encoding="base64"><![CDATA[MTE1]]></property><property name="HTTP_CONNECTION" fullname="$GLOBALS['_SERVER']['HTTP_CONNECTION']" address="166643448" type="string" size="10" encoding="base64"><![CDATA[a2VlcC1hbGl2ZQ==]]></property><property name="HTTP_COOKIE" fullname="$GLOBALS['_SERVER']['HTTP_COOKIE']" address="166643728" type="string" size="32" encoding="base64"><![CDATA[WERFQlVHX1NFU1NJT049X19QUk9EVUNUX05BTUVfXzE=]]></property><property name="PATH" fullname="$GLOBALS['_SERVER']['PATH']" address="166645000" type="string" size="520" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMjtDOlxXaW5kb3dzO0M6XFdpbmRvd3NcU3lzdGVtMzJcV2JlbTtDOlxXaW5kb3dzXFN5c3RlbTMyXFdpbmRvd3NQb3dlclNoZWxsXHYxLjBcOw==]]></property><property name="SystemRoot" fullname="$GLOBALS['_SERVER']['SystemRoot']" address="166645352" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="COMSPEC" fullname="$GLOBALS['_SERVER']['COMSPEC']" address="166645744" type="string" size="27" encoding="base64"><![CDATA[QzpcV2luZG93c1xzeXN0ZW0zMlxjbWQuZXhl]]></property><property name="PATHEXT" fullname="$GLOBALS['_SERVER']['PATHEXT']" address="166646048" type="string" size="53" encoding="base64"><![CDATA[LkNPTTsuRVhFOy5CQVQ7LkNNRDsuVkJTOy5WQkU7LkpTOy5KU0U7LldTRjsuV1NIOy5NU0M=]]></property><property name="WINDIR" fullname="$GLOBALS['_SERVER']['WINDIR']" address="166646224" type="string" size="10" encoding="base64"><![CDATA[QzpcV2luZG93cw==]]></property><property name="SERVER_SIGNATURE" fullname="$GLOBALS['_SERVER']['SERVER_SIGNATURE']" address="166646872" type="string" size="189" encoding="base64"><![CDATA[PGFkZHJlc3M+QXBhY2hlLzIuMi4xNCAoV2luMzIpIERBVi8yIG1vZF9zc2wvMi4yLjE0IE9wZW5TU0wvMC45LjhsIG1vZF9hdXRvaW5kZXhfY29sb3IgUEhQLzUuMy4xIG1vZA==]]></property><property name="SERVER_SOFTWARE" fullname="$GLOBALS['_SERVER']['SERVER_SOFTWARE']" address="166646544" type="string" size="141" encoding="base64"><![CDATA[QXBhY2hlLzIuMi4xNCAoV2luMzIpIERBVi8yIG1vZF9zc2wvMi4yLjE0IE9wZW5TU0wvMC45LjhsIG1vZF9hdXRvaW5kZXhfY29sb3IgUEhQLzUuMy4xIG1vZF9hcHJlcTItMg==]]></property><property name="SERVER_NAME" fullname="$GLOBALS['_SERVER']['SERVER_NAME']" address="166647584" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="SERVER_ADDR" fullname="$GLOBALS['_SERVER']['SERVER_ADDR']" address="166647760" type="string" size="3" encoding="base64"><![CDATA[Ojox]]></property><property name="SERVER_PORT" fullname="$GLOBALS['_SERVER']['SERVER_PORT']" address="166647968" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$GLOBALS['_SERVER']['REMOTE_ADDR']" address="166648176" type="string" size="3" encoding="base64"><![CDATA[Ojox]]></property><property name="DOCUMENT_ROOT" fullname="$GLOBALS['_SERVER']['DOCUMENT_ROOT']" address="166648440" type="string" size="24" encoding="base64"><![CDATA[QzovUHJvZ3JhbXMveGFtcHAvaHRkb2Nz]]></property><property name="SERVER_ADMIN" fullname="$GLOBALS['_SERVER']['SERVER_ADMIN']" address="166648688" type="string" size="20" encoding="base64"><![CDATA[cG9zdG1hc3RlckBsb2NhbGhvc3Q=]]></property><property name="SCRIPT_FILENAME" fullname="$GLOBALS['_SERVER']['SCRIPT_FILENAME']" address="166649000" type="string" size="48" encoding="base64"><![CDATA[QzovUHJvZ3JhbXMveGFtcHAvaHRkb2NzL3NhbmRib3gvZm9vYmFyL3V0ZjgucGhw]]></property><property name="REMOTE_PORT" fullname="$GLOBALS['_SERVER']['REMOTE_PORT']" address="166649216" type="string" size="5" encoding="base64"><![CDATA[NTY1MzE=]]></property><property name="GATEWAY_INTERFACE" fullname="$GLOBALS['_SERVER']['GATEWAY_INTERFACE']" address="166649496" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$GLOBALS['_SERVER']['SERVER_PROTOCOL']" address="166649352" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjE=]]></property><property name="REQUEST_METHOD" fullname="$GLOBALS['_SERVER']['REQUEST_METHOD']" address="166650160" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="QUERY_STRING" fullname="$GLOBALS['_SERVER']['QUERY_STRING']" address="166650704" type="string" size="38" encoding="base64"><![CDATA[WERFQlVHX1NFU1NJT05fU1RBUlQ9X19QUk9EVUNUX05BTUVfXzE=]]></property><property name="REQUEST_URI" fullname="$GLOBALS['_SERVER']['REQUEST_URI']" address="166650880" type="string" size="63" encoding="base64"><![CDATA[L3NhbmRib3gvZm9vYmFyL3V0ZjgucGhwP1hERUJVR19TRVNTSU9OX1NUQVJUPV9fUFJPRFVDVF9OQU1FX18x]]></property><property name="SCRIPT_NAME" fullname="$GLOBALS['_SERVER']['SCRIPT_NAME']" address="166651136" type="string" size="24" encoding="base64"><![CDATA[L3NhbmRib3gvZm9vYmFyL3V0ZjgucGhw]]></property><property name="PHP_SELF" fullname="$GLOBALS['_SERVER']['PHP_SELF']" address="166651392" type="string" size="24" encoding="base64"><![CDATA[L3NhbmRib3gvZm9vYmFyL3V0ZjgucGhw]]></property><property name="REQUEST_TIME" fullname="$GLOBALS['_SERVER']['REQUEST_TIME']" address="166651480" type="int"><![CDATA[1272260645]]></property><property name="argv" fullname="$GLOBALS['_SERVER']['argv']" address="166651568" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="0" fullname="$GLOBALS['_SERVER']['argv'][0]" address="166651688" type="string" size="38" encoding="base64"><![CDATA[WERFQlVHX1NFU1NJT05fU1RBUlQ9X19QUk9EVUNUX05BTUVfXzE=]]></property></property><property name="argc" fullname="$GLOBALS['_SERVER']['argc']" address="166651816" type="int"><![CDATA[1]]></property></property><property name="UTF8_LOWER_ACCENTS" fullname="$GLOBALS['UTF8_LOWER_ACCENTS']" address="167189792" type="null"></property></property></response>

<- step_over -i 68
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="step_over" transaction_id="68" status="break" reason="ok"><xdebug:message filename="file:///C:/Programs/xampp/htdocs/sandbox/foobar/utf8.php" lineno="1156"></xdebug:message></response>

<- stack_get -i 69
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="stack_get" transaction_id="69"><stack where="{main}" level="0" type="file" filename="file:///C:/Programs/xampp/htdocs/sandbox/foobar/utf8.php" lineno="1156"></stack></response>

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

<- context_get -i 71 -d 0 -c 0
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="context_get" transaction_id="71" context="0"><property name="UTF8_LOWER_ACCENTS" fullname="$UTF8_LOWER_ACCENTS" address="167189792" type="array" children="1" numchildren="104" page="0" pagesize="100"><property name="? " fullname="$UTF8_LOWER_ACCENTS['? ']" address="167189760" type="string" size="1" encoding="base64"><![CDATA[YQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167190536" type="string" size="1" encoding="base64"><![CDATA[bw==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167190504" type="string" size="1" encoding="base64"><![CDATA[ZA==]]></property><property name="???" fullname="$UTF8_LOWER_ACCENTS['???']" address="167190008" type="string" size="1" encoding="base64"><![CDATA[Zg==]]></property><property name="?«" fullname="$UTF8_LOWER_ACCENTS['?«']" address="167190040" type="string" size="1" encoding="base64"><![CDATA[ZQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167191032" type="string" size="1" encoding="base64"><![CDATA[cw==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167191128" type="string" size="1" encoding="base64"><![CDATA[bw==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167191224" type="string" size="2" encoding="base64"><![CDATA[c3M=]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167191320" type="string" size="1" encoding="base64"><![CDATA[YQ==]]></property><property name="?™" fullname="$UTF8_LOWER_ACCENTS['?™']" address="167191416" type="string" size="1" encoding="base64"><![CDATA[cg==]]></property><property name="?›" fullname="$UTF8_LOWER_ACCENTS['?›']" address="167191512" type="string" size="1" encoding="base64"><![CDATA[dA==]]></property><property name="?€" fullname="$UTF8_LOWER_ACCENTS['?€']" address="167191608" type="string" size="1" encoding="base64"><![CDATA[bg==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167191704" type="string" size="1" encoding="base64"><![CDATA[YQ==]]></property><property name="?·" fullname="$UTF8_LOWER_ACCENTS['?·']" address="167191800" type="string" size="1" encoding="base64"><![CDATA[aw==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167191896" type="string" size="1" encoding="base64"><![CDATA[cw==]]></property><property name="?»?" fullname="$UTF8_LOWER_ACCENTS['?»?']" address="167191992" type="string" size="1" encoding="base64"><![CDATA[eQ==]]></property><property name="?†" fullname="$UTF8_LOWER_ACCENTS['?†']" address="167192088" type="string" size="1" encoding="base64"><![CDATA[bg==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167192184" type="string" size="1" encoding="base64"><![CDATA[bA==]]></property><property name="?§" fullname="$UTF8_LOWER_ACCENTS['?§']" address="167192280" type="string" size="1" encoding="base64"><![CDATA[aA==]]></property><property name="??—" fullname="$UTF8_LOWER_ACCENTS['??—']" address="167192376" type="string" size="1" encoding="base64"><![CDATA[cA==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167192472" type="string" size="1" encoding="base64"><![CDATA[bw==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167192568" type="string" size="1" encoding="base64"><![CDATA[dQ==]]></property><property name="?›" fullname="$UTF8_LOWER_ACCENTS['?›']" address="167192664" type="string" size="1" encoding="base64"><![CDATA[ZQ==]]></property><property name="?©" fullname="$UTF8_LOWER_ACCENTS['?©']" address="167192760" type="string" size="1" encoding="base64"><![CDATA[ZQ==]]></property><property name="?§" fullname="$UTF8_LOWER_ACCENTS['?§']" address="167192856" type="string" size="1" encoding="base64"><![CDATA[Yw==]]></property><property name="???" fullname="$UTF8_LOWER_ACCENTS['???']" address="167192952" type="string" size="1" encoding="base64"><![CDATA[dw==]]></property><property name="?‹" fullname="$UTF8_LOWER_ACCENTS['?‹']" address="167193048" type="string" size="1" encoding="base64"><![CDATA[Yw==]]></property><property name="?µ" fullname="$UTF8_LOWER_ACCENTS['?µ']" address="167193144" type="string" size="1" encoding="base64"><![CDATA[bw==]]></property><property name="???" fullname="$UTF8_LOWER_ACCENTS['???']" address="167193240" type="string" size="1" encoding="base64"><![CDATA[cw==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167193336" type="string" size="1" encoding="base64"><![CDATA[bw==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167193432" type="string" size="1" encoding="base64"><![CDATA[Zw==]]></property><property name="?§" fullname="$UTF8_LOWER_ACCENTS['?§']" address="167193528" type="string" size="1" encoding="base64"><![CDATA[dA==]]></property><property name="?™" fullname="$UTF8_LOWER_ACCENTS['?™']" address="167193624" type="string" size="1" encoding="base64"><![CDATA[cw==]]></property><property name="?—" fullname="$UTF8_LOWER_ACCENTS['?—']" address="167193720" type="string" size="1" encoding="base64"><![CDATA[ZQ==]]></property><property name="?‰" fullname="$UTF8_LOWER_ACCENTS['?‰']" address="167193816" type="string" size="1" encoding="base64"><![CDATA[Yw==]]></property><property name="?›" fullname="$UTF8_LOWER_ACCENTS['?›']" address="167193912" type="string" size="1" encoding="base64"><![CDATA[cw==]]></property><property name="?®" fullname="$UTF8_LOWER_ACCENTS['?®']" address="167194008" type="string" size="1" encoding="base64"><![CDATA[aQ==]]></property><property name="?±" fullname="$UTF8_LOWER_ACCENTS['?±']" address="167194104" type="string" size="1" encoding="base64"><![CDATA[dQ==]]></property><property name="?‡" fullname="$UTF8_LOWER_ACCENTS['?‡']" address="167194200" type="string" size="1" encoding="base64"><![CDATA[Yw==]]></property><property name="?™" fullname="$UTF8_LOWER_ACCENTS['?™']" address="167194296" type="string" size="1" encoding="base64"><![CDATA[ZQ==]]></property><property name="?µ" fullname="$UTF8_LOWER_ACCENTS['?µ']" address="167194392" type="string" size="1" encoding="base64"><![CDATA[dw==]]></property><property name="??«" fullname="$UTF8_LOWER_ACCENTS['??«']" address="167194488" type="string" size="1" encoding="base64"><![CDATA[dA==]]></property><property name="?«" fullname="$UTF8_LOWER_ACCENTS['?«']" address="167194584" type="string" size="1" encoding="base64"><![CDATA[dQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167194680" type="string" size="1" encoding="base64"><![CDATA[Yw==]]></property><property name="?¶" fullname="$UTF8_LOWER_ACCENTS['?¶']" address="167194776" type="string" size="2" encoding="base64"><![CDATA[b2U=]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167194872" type="string" size="1" encoding="base64"><![CDATA[ZQ==]]></property><property name="?·" fullname="$UTF8_LOWER_ACCENTS['?·']" address="167194968" type="string" size="1" encoding="base64"><![CDATA[eQ==]]></property><property name="?…" fullname="$UTF8_LOWER_ACCENTS['?…']" address="167195064" type="string" size="1" encoding="base64"><![CDATA[YQ==]]></property><property name="?‚" fullname="$UTF8_LOWER_ACCENTS['?‚']" address="167195160" type="string" size="1" encoding="base64"><![CDATA[bA==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167195256" type="string" size="1" encoding="base64"><![CDATA[dQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167195352" type="string" size="1" encoding="base64"><![CDATA[dQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167195448" type="string" size="1" encoding="base64"><![CDATA[cw==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167195544" type="string" size="1" encoding="base64"><![CDATA[Zw==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167195640" type="string" size="1" encoding="base64"><![CDATA[bA==]]></property><property name="?’" fullname="$UTF8_LOWER_ACCENTS['?’']" address="167195736" type="string" size="1" encoding="base64"><![CDATA[Zg==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167195832" type="string" size="1" encoding="base64"><![CDATA[eg==]]></property><property name="???" fullname="$UTF8_LOWER_ACCENTS['???']" address="167195928" type="string" size="1" encoding="base64"><![CDATA[dw==]]></property><property name="???" fullname="$UTF8_LOWER_ACCENTS['???']" address="167196024" type="string" size="1" encoding="base64"><![CDATA[Yg==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167196120" type="string" size="1" encoding="base64"><![CDATA[YQ==]]></property><property name="?¬" fullname="$UTF8_LOWER_ACCENTS['?¬']" address="167196264" type="string" size="1" encoding="base64"><![CDATA[aQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167196360" type="string" size="1" encoding="base64"><![CDATA[aQ==]]></property><property name="??‹" fullname="$UTF8_LOWER_ACCENTS['??‹']" address="167196456" type="string" size="1" encoding="base64"><![CDATA[ZA==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167196552" type="string" size="1" encoding="base64"><![CDATA[dA==]]></property><property name="?—" fullname="$UTF8_LOWER_ACCENTS['?—']" address="167196648" type="string" size="1" encoding="base64"><![CDATA[cg==]]></property><property name="?¤" fullname="$UTF8_LOWER_ACCENTS['?¤']" address="167196744" type="string" size="2" encoding="base64"><![CDATA[YWU=]]></property><property name="?­" fullname="$UTF8_LOWER_ACCENTS['?­']" address="167197360" type="string" size="1" encoding="base64"><![CDATA[aQ==]]></property><property name="?•" fullname="$UTF8_LOWER_ACCENTS['?•']" address="167197456" type="string" size="1" encoding="base64"><![CDATA[cg==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167197552" type="string" size="1" encoding="base64"><![CDATA[ZQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167197648" type="string" size="2" encoding="base64"><![CDATA[dWU=]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167197744" type="string" size="1" encoding="base64"><![CDATA[bw==]]></property><property name="?“" fullname="$UTF8_LOWER_ACCENTS['?“']" address="167197840" type="string" size="1" encoding="base64"><![CDATA[ZQ==]]></property><property name="?±" fullname="$UTF8_LOWER_ACCENTS['?±']" address="167197936" type="string" size="1" encoding="base64"><![CDATA[bg==]]></property><property name="?„" fullname="$UTF8_LOWER_ACCENTS['?„']" address="167198032" type="string" size="1" encoding="base64"><![CDATA[bg==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167198128" type="string" size="1" encoding="base64"><![CDATA[aA==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167198224" type="string" size="1" encoding="base64"><![CDATA[Zw==]]></property><property name="?‘" fullname="$UTF8_LOWER_ACCENTS['?‘']" address="167198320" type="string" size="1" encoding="base64"><![CDATA[ZA==]]></property><property name="?µ" fullname="$UTF8_LOWER_ACCENTS['?µ']" address="167198416" type="string" size="1" encoding="base64"><![CDATA[ag==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167198512" type="string" size="1" encoding="base64"><![CDATA[eQ==]]></property><property name="?©" fullname="$UTF8_LOWER_ACCENTS['?©']" address="167198608" type="string" size="1" encoding="base64"><![CDATA[dQ==]]></property><property name="?­" fullname="$UTF8_LOWER_ACCENTS['?­']" address="167198704" type="string" size="1" encoding="base64"><![CDATA[dQ==]]></property><property name="?°" fullname="$UTF8_LOWER_ACCENTS['?°']" address="167198800" type="string" size="1" encoding="base64"><![CDATA[dQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167198896" type="string" size="1" encoding="base64"><![CDATA[dA==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167198992" type="string" size="1" encoding="base64"><![CDATA[eQ==]]></property><property name="?‘" fullname="$UTF8_LOWER_ACCENTS['?‘']" address="167199088" type="string" size="1" encoding="base64"><![CDATA[bw==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167199184" type="string" size="1" encoding="base64"><![CDATA[YQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167199280" type="string" size="1" encoding="base64"><![CDATA[bA==]]></property><property name="??…" fullname="$UTF8_LOWER_ACCENTS['??…']" address="167199376" type="string" size="1" encoding="base64"><![CDATA[dw==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167199472" type="string" size="1" encoding="base64"><![CDATA[eg==]]></property><property name="?«" fullname="$UTF8_LOWER_ACCENTS['?«']" address="167199568" type="string" size="1" encoding="base64"><![CDATA[aQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167199664" type="string" size="1" encoding="base64"><![CDATA[YQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167199760" type="string" size="1" encoding="base64"><![CDATA[Zw==]]></property><property name="???" fullname="$UTF8_LOWER_ACCENTS['???']" address="167199856" type="string" size="1" encoding="base64"><![CDATA[bQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167199952" type="string" size="1" encoding="base64"><![CDATA[bw==]]></property><property name="?©" fullname="$UTF8_LOWER_ACCENTS['?©']" address="167200048" type="string" size="1" encoding="base64"><![CDATA[aQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167200144" type="string" size="1" encoding="base64"><![CDATA[dQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167200240" type="string" size="1" encoding="base64"><![CDATA[aQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167200336" type="string" size="1" encoding="base64"><![CDATA[eg==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167200432" type="string" size="1" encoding="base64"><![CDATA[YQ==]]></property><property name="?»" fullname="$UTF8_LOWER_ACCENTS['?»']" address="167200528" type="string" size="1" encoding="base64"><![CDATA[dQ==]]></property><property name="??" fullname="$UTF8_LOWER_ACCENTS['??']" address="167200624" type="string" size="2" encoding="base64"><![CDATA[dGg=]]></property></property><property name="UTF8_LOWER_TO_UPPER" fullname="$UTF8_LOWER_TO_UPPER" type="uninitialized"></property><property name="UTF8_ROMANIZATION" fullname="$UTF8_ROMANIZATION" type="uninitialized"></property><property name="UTF8_SPECIAL_CHARS" fullname="$UTF8_SPECIAL_CHARS" type="uninitialized"></property><property name="UTF8_SPECIAL_CHARS2" fullname="$UTF8_SPECIAL_CHARS2" type="uninitialized"></property><property name="UTF8_UPPER_ACCENTS" fullname="$UTF8_UPPER_ACCENTS" type="uninitialized"></property><property name="UTF8_UPPER_TO_LOWER" fullname="$UTF8_UPPER_TO_LOWER" type="uninitialized"></property></response>

-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; command="context_get" transaction_id="71" status="break" reason="ok"><xdebug:message filename="file:///C:/Programs/xampp/htdocs/sandbox/foobar/utf8.php" lineno="1157"></xdebug:message></response>

-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug&quot; status="stopping" reason="ok"></response>

Log closed at 2010-04-26 05:44:09

ksafonov

2010-04-26 05:50

reporter   ~0001467

Last edited: 2010-04-26 05:51

For some reason I cannot attach the sample file, but one can download it from JetBrains issue tracker: http://youtrack.jetbrains.net/_persistent/utf8.php?file=74-25990&amp;v=0&amp;c=true.

The log is taken with breakpoint at line 1129.

derick

2010-06-22 09:22

administrator   ~0001500

I can't reproduce this. I don't even know where the problem is in the report that you're showing as there is too much data around it. Would you have a small reproducing script. Preferably with one array, and one array element? xmllint also sees no problem with the data packet.

ksafonov

2010-06-22 12:00

reporter   ~0001501

Sure:

  1. installed php_xdebug-2.1.0RC1-5.3-vc6.dll (that is suggested by the script on the website)
  2. opened the file http://youtrack.jetbrains.net/_persistent/571.php?file=74-29737&amp;v=0&amp;c=true
  3. put breakpoint to the line 2
  4. started execution, stopped at breakpoint
  5. tried to step over
    => invalid packed received
    Xdebug log attached as http://youtrack.jetbrains.net/_persistent/xdebug-571.log?file=74-29739&amp;v=0&amp;c=true

derick

2010-06-22 13:33

administrator   ~0001503

I still see no problems with this packet, except for perhaps the encoding header. Can you easily test a patch (on a unix host)?

ksafonov

2010-06-23 11:30

reporter   ~0001504

Derick, seems there's a problem at my side.
Deep apologies for wasting your time.

derick

2010-06-23 11:33

administrator   ~0001505

It would be good to know what the problem is though; could you either add a link to a description, or provide it here?

ksafonov

2010-06-23 12:30

reporter   ~0001507

Sure!
Original issue: http://youtrack.jetbrains.net/issue/WI-958

The problem was that underlying socket connection subsystem was converting bytes that come from Xdebug into a string with a system default encoding, instead of supplying raw bytes as expected.

derick

2010-06-23 12:34

administrator   ~0001508

Cheers. Closing this issue then.

Issue History

Date Modified Username Field Change
2010-04-26 05:46 ksafonov New Issue
2010-04-26 05:46 ksafonov Operating System => Windows 7
2010-04-26 05:46 ksafonov PHP Version => 5.3.1
2010-04-26 05:46 ksafonov Xdebug Version => 2.1.0rc1
2010-04-26 05:47 ksafonov Note Added: 0001466
2010-04-26 05:50 ksafonov Note Added: 0001467
2010-04-26 05:51 ksafonov Note Edited: 0001467
2010-06-22 09:22 derick Note Added: 0001500
2010-06-22 09:22 derick Status new => feedback
2010-06-22 12:00 ksafonov Note Added: 0001501
2010-06-22 13:33 derick Note Added: 0001503
2010-06-23 11:30 ksafonov Note Added: 0001504
2010-06-23 11:33 derick Note Added: 0001505
2010-06-23 12:30 ksafonov Note Added: 0001507
2010-06-23 12:34 derick Note Added: 0001508
2010-06-23 12:34 derick Status feedback => resolved
2010-06-23 12:34 derick Resolution open => no change required
2010-06-23 12:34 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