View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001550 | Xdebug | Step Debugging | public | 2018-05-14 15:51 | 2018-12-02 18:47 |
Reporter | one-man | Assigned To | derick | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
OS | debian | OS Version | contrib-stretch | ||
Product Version | 2.6.0 | ||||
Summary | 0001550: Quotes are escaped | ||||
Description | Example: Right there above ^ it says fullname="$__composer_autoload_files["253c157292f75eb38082b5acb06f3f01"]" Ideally, those are unescaped. More discussed here https://github.com/martomo/SublimeTextXdebug/issues/172 | ||||
Steps To Reproduce |
I'm new around here in bugs.xdebug.org if more clarification is needed, apologies. | ||||
Additional Information | Log opened at 2018-05-14 14:28:40 <- feature_set -i 1 -n show_hidden -v 1 <- feature_set -i 2 -n max_children -v 32 <- feature_set -i 3 -n max_data -v 1024 <- feature_set -i 4 -n max_depth -v 1 <- breakpoint_set -i 5 -f file%3A///vagrant/clean/public/index.php -t line -n 251 <- breakpoint_set -i 6 -f file%3A///vagrant/clean/public/index.php -t line -n 252 <- breakpoint_set -i 7 -f file%3A///vagrant/clean/public/index.php -t line -n 28 <- breakpoint_set -i 8 -t exception -x "Fatal error" <- breakpoint_set -i 9 -t exception -x "Catchable fatal error" <- breakpoint_set -i 10 -t exception -x "Warning" <- breakpoint_set -i 11 -t exception -x "Parse error" <- breakpoint_set -i 12 -t exception -x "Notice" <- breakpoint_set -i 13 -t exception -x "Strict standards" <- breakpoint_set -i 14 -t exception -x "Deprecated" <- breakpoint_set -i 15 -t exception -x "Xdebug" <- breakpoint_set -i 16 -t exception -x "Unknown error" <- run -i 17 <- context_get -i 18 <- step_over -i 19 <- context_get -i 20 <- run -i 21 <- context_get -i 22 <- run -i 23 Log closed at 2018-05-14 14:30:29 | ||||
Tags | No tags attached. | ||||
Attached Files | xdebug.log (22,612 bytes)
Log opened at 2018-05-14 14:28:40 I: Checking remote connect back address. I: Checking header 'HTTP_X_FORWARDED_FOR'. I: Checking header 'REMOTE_ADDR'. I: Remote address found, connecting to 33.33.99.1:9000. I: Connected to client. :-) -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///vagrant/clean/public/index.php" language="PHP" xdebug:language_version="7.2.1-1+0~20180105151615.16+stretch~1.gbpd3910a" protocol_version="1.0" appid="2687" idekey="XDEBUG_ECLIPSE"><engine version="2.6.0"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2018 by Derick Rethans]]></copyright></init> <- feature_set -i 1 -n show_hidden -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response> <- feature_set -i 2 -n max_children -v 32 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_children" success="1"></response> <- feature_set -i 3 -n max_data -v 1024 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_data" success="1"></response> <- feature_set -i 4 -n max_depth -v 1 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="4" feature="max_depth" success="1"></response> <- breakpoint_set -i 5 -f file%3A///vagrant/clean/public/index.php -t line -n 251 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="5" id="26870001"></response> <- breakpoint_set -i 6 -f file%3A///vagrant/clean/public/index.php -t line -n 252 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="6" id="26870002"></response> <- breakpoint_set -i 7 -f file%3A///vagrant/clean/public/index.php -t line -n 28 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="7" id="26870003"></response> <- breakpoint_set -i 8 -t exception -x "Fatal error" -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="8" id="26870004"></response> <- breakpoint_set -i 9 -t exception -x "Catchable fatal error" -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="26870005"></response> <- breakpoint_set -i 10 -t exception -x "Warning" -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="10" id="26870006"></response> <- breakpoint_set -i 11 -t exception -x "Parse error" -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="11" id="26870007"></response> <- breakpoint_set -i 12 -t exception -x "Notice" -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="12" id="26870008"></response> <- breakpoint_set -i 13 -t exception -x "Strict standards" -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="13" id="26870009"></response> <- breakpoint_set -i 14 -t exception -x "Deprecated" -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="14" id="26870010"></response> <- breakpoint_set -i 15 -t exception -x "Xdebug" -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="15" id="26870011"></response> <- breakpoint_set -i 16 -t exception -x "Unknown error" -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="16" id="26870012"></response> <- run -i 17 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="17" status="break" reason="ok"><xdebug:message filename="file:///vagrant/clean/public/index.php" lineno="28"></xdebug:message></response> <- context_get -i 18 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="18" context="0"><property name="$__composer_autoload_files" fullname="$__composer_autoload_files" type="array" children="1" numchildren="9" page="0" pagesize="32"><property name="253c157292f75eb38082b5acb06f3f01" fullname="$__composer_autoload_files["253c157292f75eb38082b5acb06f3f01"]" type="bool"><![CDATA[1]]></property><property name="0e6d7bf4a5811bfa5cf40c5ccd6fae6a" fullname="$__composer_autoload_files["0e6d7bf4a5811bfa5cf40c5ccd6fae6a"]" type="bool"><![CDATA[1]]></property><property name="6124b4c8570aa390c21fafd04a26c69f" fullname="$__composer_autoload_files["6124b4c8570aa390c21fafd04a26c69f"]" type="bool"><![CDATA[1]]></property><property name="bc8d758335d4e980187df1bfef1c8f49" fullname="$__composer_autoload_files["bc8d758335d4e980187df1bfef1c8f49"]" type="bool"><![CDATA[1]]></property><property name="094883ee9da9e6fabd95b86a5ef61b72" fullname="$__composer_autoload_files["094883ee9da9e6fabd95b86a5ef61b72"]" type="bool"><![CDATA[1]]></property><property name="3f8bdd3b35094c73a26f0106e3c0f8b2" fullname="$__composer_autoload_files["3f8bdd3b35094c73a26f0106e3c0f8b2"]" type="bool"><![CDATA[1]]></property><property name="9dda55337a76a24e949fbcc5d905a2c7" fullname="$__composer_autoload_files["9dda55337a76a24e949fbcc5d905a2c7"]" type="bool"><![CDATA[1]]></property><property name="5d7e2090c9a3b69b2ff2fceddeadca94" fullname="$__composer_autoload_files["5d7e2090c9a3b69b2ff2fceddeadca94"]" type="bool"><![CDATA[1]]></property><property name="04a9a7b26fb79fbd712347cc9bc9d9be" fullname="$__composer_autoload_files["04a9a7b26fb79fbd712347cc9bc9d9be"]" type="bool"><![CDATA[1]]></property></property><property name="$app" fullname="$app" type="object" classname="Slim\App" children="1" numchildren="3" page="0" pagesize="32"><property name="container" fullname="$app->container" facet="private" type="object" classname="Slim\Container" children="1" numchildren="7"></property><property name="tip" fullname="$app->tip" facet="protected" type="null"></property><property name="middlewareLock" fullname="$app->middlewareLock" facet="protected" type="bool"><![CDATA[0]]></property></property><property name="$container" fullname="$container" type="object" classname="Slim\Container" children="1" numchildren="7" page="0" pagesize="32"><property name="defaultSettings" fullname="$container->defaultSettings" facet="private" type="array" children="1" numchildren="7"></property><property name="*Pimple\Container*values" fullname="$container->*Pimple\Container*values" facet="private" type="array" children="1" numchildren="11"></property><property name="*Pimple\Container*factories" fullname="$container->*Pimple\Container*factories" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="*Pimple\Container*protected" fullname="$container->*Pimple\Container*protected" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="*Pimple\Container*frozen" fullname="$container->*Pimple\Container*frozen" facet="private" type="array" children="0" numchildren="0"></property><property name="*Pimple\Container*raw" fullname="$container->*Pimple\Container*raw" facet="private" type="array" children="0" numchildren="0"></property><property name="*Pimple\Container*keys" fullname="$container->*Pimple\Container*keys" facet="private" type="array" children="1" numchildren="11"></property></property><property name="$logbookAuthorization" fullname="$logbookAuthorization" type="uninitialized"></property><property name="$slimConfig" fullname="$slimConfig" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="settings" fullname="$slimConfig["settings"]" type="array" children="1" numchildren="1"></property></property><property name="$viewership" fullname="$viewership" type="uninitialized"></property></response> <- step_over -i 19 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_over" transaction_id="19" status="break" reason="ok"><xdebug:message filename="file:///vagrant/clean/public/index.php" lineno="44"></xdebug:message></response> <- context_get -i 20 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="20" context="0"><property name="$__composer_autoload_files" fullname="$__composer_autoload_files" type="array" children="1" numchildren="9" page="0" pagesize="32"><property name="253c157292f75eb38082b5acb06f3f01" fullname="$__composer_autoload_files["253c157292f75eb38082b5acb06f3f01"]" type="bool"><![CDATA[1]]></property><property name="0e6d7bf4a5811bfa5cf40c5ccd6fae6a" fullname="$__composer_autoload_files["0e6d7bf4a5811bfa5cf40c5ccd6fae6a"]" type="bool"><![CDATA[1]]></property><property name="6124b4c8570aa390c21fafd04a26c69f" fullname="$__composer_autoload_files["6124b4c8570aa390c21fafd04a26c69f"]" type="bool"><![CDATA[1]]></property><property name="bc8d758335d4e980187df1bfef1c8f49" fullname="$__composer_autoload_files["bc8d758335d4e980187df1bfef1c8f49"]" type="bool"><![CDATA[1]]></property><property name="094883ee9da9e6fabd95b86a5ef61b72" fullname="$__composer_autoload_files["094883ee9da9e6fabd95b86a5ef61b72"]" type="bool"><![CDATA[1]]></property><property name="3f8bdd3b35094c73a26f0106e3c0f8b2" fullname="$__composer_autoload_files["3f8bdd3b35094c73a26f0106e3c0f8b2"]" type="bool"><![CDATA[1]]></property><property name="9dda55337a76a24e949fbcc5d905a2c7" fullname="$__composer_autoload_files["9dda55337a76a24e949fbcc5d905a2c7"]" type="bool"><![CDATA[1]]></property><property name="5d7e2090c9a3b69b2ff2fceddeadca94" fullname="$__composer_autoload_files["5d7e2090c9a3b69b2ff2fceddeadca94"]" type="bool"><![CDATA[1]]></property><property name="04a9a7b26fb79fbd712347cc9bc9d9be" fullname="$__composer_autoload_files["04a9a7b26fb79fbd712347cc9bc9d9be"]" type="bool"><![CDATA[1]]></property></property><property name="$app" fullname="$app" type="object" classname="Slim\App" children="1" numchildren="3" page="0" pagesize="32"><property name="container" fullname="$app->container" facet="private" type="object" classname="Slim\Container" children="1" numchildren="7"></property><property name="tip" fullname="$app->tip" facet="protected" type="null"></property><property name="middlewareLock" fullname="$app->middlewareLock" facet="protected" type="bool"><![CDATA[0]]></property></property><property name="$container" fullname="$container" type="object" classname="Slim\Container" children="1" numchildren="7" page="0" pagesize="32"><property name="defaultSettings" fullname="$container->defaultSettings" facet="private" type="array" children="1" numchildren="7"></property><property name="*Pimple\Container*values" fullname="$container->*Pimple\Container*values" facet="private" type="array" children="1" numchildren="11"></property><property name="*Pimple\Container*factories" fullname="$container->*Pimple\Container*factories" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="*Pimple\Container*protected" fullname="$container->*Pimple\Container*protected" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="*Pimple\Container*frozen" fullname="$container->*Pimple\Container*frozen" facet="private" type="array" children="0" numchildren="0"></property><property name="*Pimple\Container*raw" fullname="$container->*Pimple\Container*raw" facet="private" type="array" children="0" numchildren="0"></property><property name="*Pimple\Container*keys" fullname="$container->*Pimple\Container*keys" facet="private" type="array" children="1" numchildren="11"></property></property><property name="$logbookAuthorization" fullname="$logbookAuthorization" type="uninitialized"></property><property name="$slimConfig" fullname="$slimConfig" type="array" children="1" numchildren="1" page="0" pagesize="32"><property name="settings" fullname="$slimConfig["settings"]" type="array" children="1" numchildren="1"></property></property><property name="$viewership" fullname="$viewership" type="uninitialized"></property></response> <- run -i 21 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="21" status="break" reason="ok"><xdebug:message filename="file:///vagrant/clean/public/index.php" lineno="251"></xdebug:message></response> <- context_get -i 22 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="22" context="0"><property name="$app" fullname="$app" type="object" classname="Slim\App" children="1" numchildren="3" page="0" pagesize="32"><property name="container" fullname="$app->container" facet="private" type="object" classname="Slim\Container" children="1" numchildren="7"></property><property name="tip" fullname="$app->tip" facet="protected" type="object" classname="Closure" children="1" numchildren="3"></property><property name="middlewareLock" fullname="$app->middlewareLock" facet="protected" type="bool"><![CDATA[1]]></property></property><property name="$args" fullname="$args" type="array" children="0" numchildren="0" page="0" pagesize="32"></property><property name="$e" fullname="$e" type="uninitialized"></property><property name="$guest" fullname="$guest" type="object" classname="lucs\LogbookApp\Entities\Person\Person" children="1" numchildren="7" page="0" pagesize="32"><property name="id" fullname="$guest->id" facet="private" type="int"><![CDATA[51]]></property><property name="emailAddress" fullname="$guest->emailAddress" facet="private" type="string" size="27" encoding="base64"><![CDATA[Y2FybG9zQGxldHVzY2hhc2V0aGVzdW4uY29t]]></property><property name="password" fullname="$guest->password" facet="private" type="string" size="10" encoding="base64"><![CDATA[Q2xhcmluZXQzNQ==]]></property><property name="nickname" fullname="$guest->nickname" facet="private" type="null"></property><property name="dateRegistered" fullname="$guest->dateRegistered" facet="private" type="null"></property><property name="authenticated" fullname="$guest->authenticated" facet="private" type="bool"><![CDATA[0]]></property><property name="preferences" fullname="$guest->preferences" facet="private" type="array" children="0" numchildren="0"></property></property><property name="$member" fullname="$member" type="object" classname="lucs\LogbookApp\Entities\Person\Person" children="1" numchildren="7" page="0" pagesize="32"><property name="id" fullname="$member->id" facet="private" type="int"><![CDATA[51]]></property><property name="emailAddress" fullname="$member->emailAddress" facet="private" type="string" size="27" encoding="base64"><![CDATA[Y2FybG9zQGxldHVzY2hhc2V0aGVzdW4uY29t]]></property><property name="password" fullname="$member->password" facet="private" type="string" size="60" encoding="base64"><![CDATA[JDJ5JDEwJHFvVEhacmx0M21QMkt0eTNXWmtudXVXNGJtQWFEUVpIMnpDdG44cXFUMlJrMDNFelJ3QUZD]]></property><property name="nickname" fullname="$member->nickname" facet="private" type="string" size="11" encoding="base64"><![CDATA[Y2hhcmxpZWdhdG8=]]></property><property name="dateRegistered" fullname="$member->dateRegistered" facet="private" type="null"></property><property name="authenticated" fullname="$member->authenticated" facet="private" type="bool"><![CDATA[1]]></property><property name="preferences" fullname="$member->preferences" facet="private" type="array" children="1" numchildren="14"></property></property><property name="$realIdentity" fullname="$realIdentity" type="array" children="1" numchildren="5" page="0" pagesize="32"><property name="id" fullname="$realIdentity["id"]" type="int"><![CDATA[51]]></property><property name="reg_date" fullname="$realIdentity["reg_date"]" type="null"></property><property name="email" fullname="$realIdentity["email"]" type="string" size="27" encoding="base64"><![CDATA[Y2FybG9zQGxldHVzY2hhc2V0aGVzdW4uY29t]]></property><property name="password" fullname="$realIdentity["password"]" type="string" size="60" encoding="base64"><![CDATA[JDJ5JDEwJGVCeHdNVy91dHdWbGpLMjdBUW5HVS4wTEp5NTJrVFVTcUkvREpFUGdLWnBiRWFxSUp1bU1H]]></property><property name="nickname" fullname="$realIdentity["nickname"]" type="string" size="11" encoding="base64"><![CDATA[Y2hhcmxpZWdhdG8=]]></property></property><property name="$req" fullname="$req" type="object" classname="Slim\Http\Request" children="1" numchildren="16" page="0" pagesize="32"><property name="validProtocolVersions" fullname="$req::validProtocolVersions" facet="static protected" type="array" children="1" numchildren="4"></property><property name="method" fullname="$req->method" facet="protected" type="string" size="4" encoding="base64"><![CDATA[UE9TVA==]]></property><property name="originalMethod" fullname="$req->originalMethod" facet="protected" type="string" size="4" encoding="base64"><![CDATA[UE9TVA==]]></property><property name="uri" fullname="$req->uri" facet="protected" type="object" classname="Slim\Http\Uri" children="1" numchildren="9"></property><property name="requestTarget" fullname="$req->requestTarget" facet="protected" type="null"></property><property name="queryParams" fullname="$req->queryParams" facet="protected" type="null"></property><property name="cookies" fullname="$req->cookies" facet="protected" type="array" children="1" numchildren="2"></property><property name="serverParams" fullname="$req->serverParams" facet="protected" type="array" children="1" numchildren="39"></property><property name="attributes" fullname="$req->attributes" facet="protected" type="object" classname="Slim\Collection" children="1" numchildren="1"></property><property name="bodyParsed" fullname="$req->bodyParsed" facet="protected" type="array" children="1" numchildren="2"></property><property name="bodyParsers" fullname="$req->bodyParsers" facet="protected" type="array" children="1" numchildren="4"></property><property name="uploadedFiles" fullname="$req->uploadedFiles" facet="protected" type="array" children="0" numchildren="0"></property><property name="validMethods" fullname="$req->validMethods" facet="protected" type="array" children="1" numchildren="9"></property><property name="protocolVersion" fullname="$req->protocolVersion" facet="protected" type="string" size="3" encoding="base64"><![CDATA[MS4x]]></property><property name="headers" fullname="$req->headers" facet="protected" type="object" classname="Slim\Http\Headers" children="1" numchildren="2"></property><property name="body" fullname="$req->body" facet="protected" type="object" classname="Slim\Http\RequestBody" children="1" numchildren="8"></property></property><property name="$res" fullname="$res" type="object" classname="Slim\Http\Response" children="1" numchildren="7" page="0" pagesize="32"><property name="messages" fullname="$res::messages" facet="static protected" type="array" children="1" numchildren="64"></property><property name="validProtocolVersions" fullname="$res::validProtocolVersions" facet="static protected" type="array" children="1" numchildren="4"></property><property name="status" fullname="$res->status" facet="protected" type="int"><![CDATA[200]]></property><property name="reasonPhrase" fullname="$res->reasonPhrase" facet="protected" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="protocolVersion" fullname="$res->protocolVersion" facet="protected" type="string" size="3" encoding="base64"><![CDATA[MS4x]]></property><property name="headers" fullname="$res->headers" facet="protected" type="object" classname="Slim\Http\Headers" children="1" numchildren="2"></property><property name="body" fullname="$res->body" facet="protected" type="object" classname="Slim\Http\Body" children="1" numchildren="8"></property></property><property name="$u" fullname="$u" type="uninitialized"></property><property name="$url" fullname="$url" type="string" size="6" encoding="base64"><![CDATA[L2xvZ3Mv]]></property><property name="$this" fullname="$this" type="object" classname="Slim\Container" children="1" numchildren="7" page="0" pagesize="32"><property name="defaultSettings" fullname="$this->defaultSettings" facet="private" type="array" children="1" numchildren="7"></property><property name="*Pimple\Container*values" fullname="$this->*Pimple\Container*values" facet="private" type="array" children="1" numchildren="21"></property><property name="*Pimple\Container*factories" fullname="$this->*Pimple\Container*factories" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="*Pimple\Container*protected" fullname="$this->*Pimple\Container*protected" facet="private" type="object" classname="SplObjectStorage" children="1" numchildren="1"></property><property name="*Pimple\Container*frozen" fullname="$this->*Pimple\Container*frozen" facet="private" type="array" children="1" numchildren="10"></property><property name="*Pimple\Container*raw" fullname="$this->*Pimple\Container*raw" facet="private" type="array" children="1" numchildren="10"></property><property name="*Pimple\Container*keys" fullname="$this->*Pimple\Container*keys" facet="private" type="array" children="1" numchildren="21"></property></property></response> <- run -i 23 -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="23" status="stopping" reason="ok"></response> Log closed at 2018-05-14 14:30:29 | ||||
Operating System | |||||
PHP Version | 7.2.0-7.2.4 | ||||
|
OK, so the mantis bug software doesnt show the issue much. File attached that shows unescaped quotes. |
|
Looks like Mantis un-encoded the & + quot; to ". However, I fail to see what the problem is? It's valid XML, and the quot; has the same meaning as ". |
|
Can't reproduce this (and the log file shows it correct), so I am closing this as no further information was provided. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-05-14 15:51 | one-man | New Issue | |
2018-05-14 15:53 | one-man | File Added: xdebug.log | |
2018-05-14 15:53 | one-man | Note Added: 0004651 | |
2018-05-14 15:55 | derick | Note Added: 0004652 | |
2018-05-14 15:55 | derick | Assigned To | => derick |
2018-05-14 15:55 | derick | Status | new => feedback |
2018-12-02 18:47 | derick | Note Added: 0004735 | |
2018-12-02 18:47 | derick | Status | feedback => resolved |
2018-12-02 18:47 | derick | Resolution | open => unable to reproduce |
2020-03-12 16:33 | derick | Category | Remote Debugging => Step Debugging |