001+ Warning: Module "redis" is already loaded in Unknown on line 0
001- <?xml version="1.0" encoding="iso-8859-1"?>
002- <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" fileuri="file://bug00686.inc" language="PHP" xdebug:language_version="" protocol_version="1.0" appid=""><engine version=""><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[https://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2099 by Derick Rethans]]></copyright></init>
003+  ** ERROR: process timed out **
004- -> step_into -i 1
005- <?xml version="1.0" encoding="iso-8859-1"?>
006- <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="1" status="break" reason="ok"><xdebug:message filename="file://bug00686.inc" lineno="2"></xdebug:message></response>
007- 
008- -> breakpoint_set -i 2 -t line -n 12
009- <?xml version="1.0" encoding="iso-8859-1"?>
010- <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="2" id=""></response>
011- 
012- -> run -i 3
013- <?xml version="1.0" encoding="iso-8859-1"?>
014- <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="run" transaction_id="3" status="break" reason="ok"><xdebug:message filename="file://bug00686.inc" lineno="12"></xdebug:message></response>
015- 
016- -> property_get -i 4 -n $storage
017- <?xml version="1.0" encoding="iso-8859-1"?>
018- <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="property_get" transaction_id="4"><property name="$storage" fullname="$storage" type="object" classname="SplObjectStorage" children="1" numchildren="1" page="0" pagesize="32"><property name="storage" fullname="$storage-&gt;storage" facet="private" type="array" children="1" numchildren="2"></property></property></response>
019- 
020- -> property_get -i 5 -n $storage->storage
021- <?xml version="1.0" encoding="iso-8859-1"?>
022- <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="property_get" transaction_id="5"><property name="$storage-&gt;storage" fullname="$storage-&gt;storage" type="array" children="1" numchildren="2" page="0" pagesize="32"><property name="%s" fullname="$storage-&gt;storage[&quot;%s&quot;]" type="array" children="1" numchildren="2"></property><property name="%s" fullname="$storage-&gt;storage[&quot;%s&quot;]" type="array" children="1" numchildren="2"></property></property></response>
023- 
024- -> detach -i 6
025- <?xml version="1.0" encoding="iso-8859-1"?>
026- <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="detach" transaction_id="6" status="stopping" reason="ok"></response>