Advertisement
Guest User

xdebug 2.1.4dev

a guest
Feb 3rd, 2012
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.80 KB | None | 0 0
  1. Log opened at 2012-02-03 22:48:26
  2. -> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///Users/username/Sites/drupal7/index.php" language="PHP" protocol_version="1.0" appid="66557" idekey="netbeans-xdebug"><engine version="2.1.4dev"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2012 by Derick Rethans]]></copyright></init>
  3.  
  4. <- feature_set -i 0 -n show_hidden -v 1
  5. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="0" feature="show_hidden" success="1"></response>
  6.  
  7. <- feature_set -i 1 -n max_depth -v 1
  8. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="max_depth" success="1"></response>
  9.  
  10. <- feature_set -i 2 -n max_children -v 100
  11. -> <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>
  12.  
  13. <- step_into -i 3
  14. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="3" status="break" reason="ok"><xdebug:message filename="file:///Users/username/Sites/drupal7/index.php" lineno="17"></xdebug:message></response>
  15.  
  16. <- eval -i 4 -- aXNzZXQoJF9DT09LSUVbJ1BIUFNUT1JNX1hERUJVR19CUkVBSyddKQ==
  17. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="4"><property address="140734799800720" type="bool"><![CDATA[0]]></property></response>
  18.  
  19. <- eval -i 5 -- aXNzZXQoJF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10p
  20. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="5"><property address="140734799800720" type="bool"><![CDATA[1]]></property></response>
  21.  
  22. <- eval -i 6 -- JF9TRVJWRVJbJ1NFUlZFUl9OQU1FJ10=
  23. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="6"><property address="140734799800720" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property></response>
  24.  
  25. <- eval -i 7 -- JF9TRVJWRVJbJ1NFUlZFUl9QT1JUJ10=
  26. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="7"><property address="140734799800720" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property></response>
  27.  
  28. <- eval -i 8 -- JF9TRVJWRVJbJ1JFUVVFU1RfVVJJJ10=
  29. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="8"><property address="140734799800720" type="string" size="47" encoding="base64"><![CDATA[L35vdHRvYi9kcnVwYWw3L3Ntb3JnYXNib3JkL25vZGUvMjUwNi9iaWRzLmpzb24=]]></property></response>
  30.  
  31. <- breakpoint_set -i 9 -t line -f file:///Users/username/Sites/drupal7/sites/all/modules/smorgasbord/smorgasbord_resource.inc -n 208
  32. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="9" id="665570001"></response>
  33.  
  34. <- stack_get -i 10
  35. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="10"><stack where="{main}" level="0" type="file" filename="file:///Users/username/Sites/drupal7/index.php" lineno="17"></stack></response>
  36.  
  37. <- run -i 11
  38. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="11" status="break" reason="ok"><xdebug:message filename="file:///Users/username/Sites/drupal7/sites/all/modules/smorgasbord/smorgasbord_resource.inc" lineno="208"></xdebug:message></response>
  39.  
  40. <- stack_get -i 12
  41. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="stack_get" transaction_id="12"><stack where="_smorgasbord_resource_getbids" level="0" type="file" filename="file:///Users/username/Sites/drupal7/sites/all/modules/smorgasbord/smorgasbord_resource.inc" lineno="208"></stack><stack where="call_user_func_array" level="1" type="file" filename="file:///Users/username/Sites/drupal7/sites/all/modules/services/services.runtime.inc" lineno="160"></stack><stack where="services_controller_execute" level="2" type="file" filename="file:///Users/username/Sites/drupal7/sites/all/modules/services/services.runtime.inc" lineno="160"></stack><stack where="RESTServer-&gt;handle" level="3" type="file" filename="file:///Users/username/Sites/drupal7/sites/all/modules/services/servers/rest_server/includes/RESTServer.inc" lineno="149"></stack><stack where="rest_server_server" level="4" type="file" filename="file:///Users/username/Sites/drupal7/sites/all/modules/services/servers/rest_server/rest_server.module" lineno="33"></stack><stack where="call_user_func" level="5" type="file" filename="file:///Users/username/Sites/drupal7/sites/all/modules/services/services.module" lineno="202"></stack><stack where="services_endpoint_callback" level="6" type="file" filename="file:///Users/username/Sites/drupal7/sites/all/modules/services/services.module" lineno="202"></stack><stack where="call_user_func_array" level="7" type="file" filename="file:///Users/username/Sites/drupal7/includes/menu.inc" lineno="517"></stack><stack where="menu_execute_active_handler" level="8" type="file" filename="file:///Users/username/Sites/drupal7/includes/menu.inc" lineno="517"></stack><stack where="{main}" level="9" type="file" filename="file:///Users/username/Sites/drupal7/index.php" lineno="21"></stack></response>
  42.  
  43. <- context_names -i 13 -d 0
  44. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_names" transaction_id="13"><context name="Locals" id="0"></context><context name="Superglobals" id="1"></context></response>
  45.  
  46. <- context_get -i 14 -d 0 -c 0
  47. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="14" context="0"><property name="$bids" fullname="$bids" type="uninitialized"></property><property name="$m" fullname="$m" type="uninitialized"></property><property name="$nid" fullname="$nid" address="4360918448" type="string" size="4" encoding="base64"><![CDATA[MjUwNg==]]></property><property name="$seller" fullname="$seller" type="uninitialized"></property></response>
  48.  
  49. <- context_get -i 15 -d 0 -c 1
  50. -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="15" context="1"><property name="$_COOKIE" fullname="$_COOKIE" address="4300723944" type="array" children="1" numchildren="5" page="0" pagesize="100"><property name="Drupal_tableDrag_showWeight" fullname="$_COOKIE[&#39;Drupal_tableDrag_showWeight&#39;]" address="4300725024" type="string" size="1" encoding="base64"><![CDATA[MA==]]></property><property name="PERSISTENT_LOGIN_c6df07bdcb06ec688bb754f68f1ab3fe" fullname="$_COOKIE[&#39;PERSISTENT_LOGIN_c6df07bdcb06ec688bb754f68f1ab3fe&#39;]" address="4300724776" type="string" size="91" encoding="base64"><![CDATA[MTAzOnU0RVRjR196ampmVXo0VGk5QXNyRFhMbHIzLWVLUUROUVNlOEMxdnZNUVU6RnByWU0tVjVRYU1YZzZnNWcwdU9EWXdEMlVvaVlvRDRfYU1KR21MQUc3TQ==]]></property><property name="has_js" fullname="$_COOKIE[&#39;has_js&#39;]" address="4300726232" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="XDEBUG_SESSION" fullname="$_COOKIE[&#39;XDEBUG_SESSION&#39;]" address="4300726592" type="string" size="15" encoding="base64"><![CDATA[bmV0YmVhbnMteGRlYnVn]]></property><property name="SESSc6df07bdcb06ec688bb754f68f1ab3fe" fullname="$_COOKIE[&#39;SESSc6df07bdcb06ec688bb754f68f1ab3fe&#39;]" address="4300727224" type="string" size="43" encoding="base64"><![CDATA[RlJoT1V6YjBjYjNNYV9XSlZZSkdVdTc5MkZtRG5vMXlNTEJFSEVNMkdESQ==]]></property></property><property name="$_ENV" fullname="$_ENV" address="4300723088" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="PATH" fullname="$_ENV[&#39;PATH&#39;]" address="4300723384" type="string" size="29" encoding="base64"><![CDATA[L3Vzci9iaW46L2JpbjovdXNyL3NiaW46L3NiaW4=]]></property></property><property name="$_FILES" fullname="$_FILES" address="4300743120" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_GET" fullname="$_GET" address="4323147624" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="q" fullname="$_GET[&#39;q&#39;]" address="4330896584" type="string" size="31" encoding="base64"><![CDATA[c21vcmdhc2JvcmQvbm9kZS8yNTA2L2JpZHMuanNvbg==]]></property></property><property name="$_POST" fullname="$_POST" address="4300742184" type="array" children="0" numchildren="0" page="0" pagesize="100"></property><property name="$_REQUEST" fullname="$_REQUEST" address="4300743536" type="array" children="1" numchildren="5" page="0" pagesize="100"><property name="Drupal_tableDrag_showWeight" fullname="$_REQUEST[&#39;Drupal_tableDrag_showWeight&#39;]" address="4300725024" type="string" size="1" encoding="base64"><![CDATA[MA==]]></property><property name="PERSISTENT_LOGIN_c6df07bdcb06ec688bb754f68f1ab3fe" fullname="$_REQUEST[&#39;PERSISTENT_LOGIN_c6df07bdcb06ec688bb754f68f1ab3fe&#39;]" address="4300724776" type="string" size="91" encoding="base64"><![CDATA[MTAzOnU0RVRjR196ampmVXo0VGk5QXNyRFhMbHIzLWVLUUROUVNlOEMxdnZNUVU6RnByWU0tVjVRYU1YZzZnNWcwdU9EWXdEMlVvaVlvRDRfYU1KR21MQUc3TQ==]]></property><property name="has_js" fullname="$_REQUEST[&#39;has_js&#39;]" address="4300726232" type="string" size="1" encoding="base64"><![CDATA[MQ==]]></property><property name="XDEBUG_SESSION" fullname="$_REQUEST[&#39;XDEBUG_SESSION&#39;]" address="4300726592" type="string" size="15" encoding="base64"><![CDATA[bmV0YmVhbnMteGRlYnVn]]></property><property name="SESSc6df07bdcb06ec688bb754f68f1ab3fe" fullname="$_REQUEST[&#39;SESSc6df07bdcb06ec688bb754f68f1ab3fe&#39;]" address="4300727224" type="string" size="43" encoding="base64"><![CDATA[RlJoT1V6YjBjYjNNYV9XSlZZSkdVdTc5MkZtRG5vMXlNTEJFSEVNMkdESQ==]]></property></property><property name="$_SERVER" fullname="$_SERVER" address="4323168352" type="array" children="1" numchildren="35" page="0" pagesize="100"><property name="REDIRECT_STATUS" fullname="$_SERVER[&#39;REDIRECT_STATUS&#39;]" address="4300728016" type="string" size="3" encoding="base64"><![CDATA[MjAw]]></property><property name="HTTP_HOST" fullname="$_SERVER[&#39;HTTP_HOST&#39;]" address="4323161624" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="HTTP_X_REAL_IP" fullname="$_SERVER[&#39;HTTP_X_REAL_IP&#39;]" address="4300728752" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="HTTP_X_FORWARDED_FOR" fullname="$_SERVER[&#39;HTTP_X_FORWARDED_FOR&#39;]" address="4300729032" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="HTTP_CONNECTION" fullname="$_SERVER[&#39;HTTP_CONNECTION&#39;]" address="4300729472" type="string" size="5" encoding="base64"><![CDATA[Y2xvc2U=]]></property><property name="CONTENT_TYPE" fullname="$_SERVER[&#39;CONTENT_TYPE&#39;]" address="4300729776" type="string" size="16" encoding="base64"><![CDATA[YXBwbGljYXRpb24vanNvbg==]]></property><property name="HTTP_COOKIE" fullname="$_SERVER[&#39;HTTP_COOKIE&#39;]" address="4300730400" type="string" size="300" encoding="base64"><![CDATA[RHJ1cGFsLnRhYmxlRHJhZy5zaG93V2VpZ2h0PTA7IFBFUlNJU1RFTlRfTE9HSU5fYzZkZjA3YmRjYjA2ZWM2ODhiYjc1NGY2OGYxYWIzZmU9MTAzJTNBdTRFVGNHX3pqamZVejRUaTlBc3JEWExscjMtZUtRRE5RU2U4QzF2dk1RVSUzQUZwcllNLVY1UWFNWGc2ZzVnMHVPRFl3RDJVb2lZb0Q0X2FNSkdtTEFHN007IGhhc19qcz0xOyBYREVCVUdfU0VTU0lPTj1uZXRiZWFucy14ZGVidWc7IFNFU1NjNmRmMDdiZGNiMDZlYzY4OGJiNzU0ZjY4ZjFhYjNmZT1GUmhPVXpiMGNiM01hX1dKVllKR1V1NzkyRm1Ebm8xeU1MQkVIRU0yR0RJ]]></property><property name="HTTP_ACCEPT_LANGUAGE" fullname="$_SERVER[&#39;HTTP_ACCEPT_LANGUAGE&#39;]" address="4300730792" type="string" size="14" encoding="base64"><![CDATA[ZW4tdXMsZW47cT0wLjU=]]></property><property name="HTTP_ACCEPT" fullname="$_SERVER[&#39;HTTP_ACCEPT&#39;]" address="4300731376" type="string" size="15" encoding="base64"><![CDATA[dGV4dC9wbGFpbiwgKi8q]]></property><property name="HTTP_USER_AGENT" fullname="$_SERVER[&#39;HTTP_USER_AGENT&#39;]" address="4300732032" type="string" size="81" encoding="base64"><![CDATA[TW96aWxsYS81LjAgKE1hY2ludG9zaDsgSW50ZWwgTWFjIE9TIFggMTAuNjsgcnY6MTAuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMC4w]]></property><property name="HTTP_REFERER" fullname="$_SERVER[&#39;HTTP_REFERER&#39;]" address="4300732336" type="string" size="39" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsaG9zdC9+b3R0b2IvbWlzYy9va2FwaS5odG1s]]></property><property name="HTTP_ACCEPT_ENCODING" fullname="$_SERVER[&#39;HTTP_ACCEPT_ENCODING&#39;]" address="4300732648" type="string" size="4" encoding="base64"><![CDATA[Z3ppcA==]]></property><property name="HTTP_X_REQUESTED_WITH" fullname="$_SERVER[&#39;HTTP_X_REQUESTED_WITH&#39;]" address="4300733032" type="string" size="14" encoding="base64"><![CDATA[WE1MSHR0cFJlcXVlc3Q=]]></property><property name="PATH" fullname="$_SERVER[&#39;PATH&#39;]" address="4300733496" type="string" size="29" encoding="base64"><![CDATA[L3Vzci9iaW46L2JpbjovdXNyL3NiaW46L3NiaW4=]]></property><property name="SERVER_SIGNATURE" fullname="$_SERVER[&#39;SERVER_SIGNATURE&#39;]" address="4300733792" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="SERVER_SOFTWARE" fullname="$_SERVER[&#39;SERVER_SOFTWARE&#39;]" address="4300734336" type="string" size="66" encoding="base64"><![CDATA[QXBhY2hlLzIuMi4yMSAoVW5peCkgbW9kX3NzbC8yLjIuMjEgT3BlblNTTC8wLjkuOHIgREFWLzIgUEhQLzUuMy44]]></property><property name="SERVER_NAME" fullname="$_SERVER[&#39;SERVER_NAME&#39;]" address="4300734976" type="string" size="9" encoding="base64"><![CDATA[bG9jYWxob3N0]]></property><property name="SERVER_ADDR" fullname="$_SERVER[&#39;SERVER_ADDR&#39;]" address="4300735616" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="SERVER_PORT" fullname="$_SERVER[&#39;SERVER_PORT&#39;]" address="4300735984" type="string" size="2" encoding="base64"><![CDATA[ODA=]]></property><property name="REMOTE_ADDR" fullname="$_SERVER[&#39;REMOTE_ADDR&#39;]" address="4300736352" type="string" size="9" encoding="base64"><![CDATA[MTI3LjAuMC4x]]></property><property name="DOCUMENT_ROOT" fullname="$_SERVER[&#39;DOCUMENT_ROOT&#39;]" address="4300736752" type="string" size="28" encoding="base64"><![CDATA[L0xpYnJhcnkvV2ViU2VydmVyL0RvY3VtZW50cw==]]></property><property name="SERVER_ADMIN" fullname="$_SERVER[&#39;SERVER_ADMIN&#39;]" address="4300737120" type="string" size="15" encoding="base64"><![CDATA[eW91QGV4YW1wbGUuY29t]]></property><property name="SCRIPT_FILENAME" fullname="$_SERVER[&#39;SCRIPT_FILENAME&#39;]" address="4300737536" type="string" size="36" encoding="base64"><![CDATA[L1VzZXJzL290dG9iL1NpdGVzL2RydXBhbDcvaW5kZXgucGhw]]></property><property name="REMOTE_PORT" fullname="$_SERVER[&#39;REMOTE_PORT&#39;]" address="4300737904" type="string" size="5" encoding="base64"><![CDATA[NjQzODE=]]></property><property name="REDIRECT_URL" fullname="$_SERVER[&#39;REDIRECT_URL&#39;]" address="4300738272" type="string" size="47" encoding="base64"><![CDATA[L35vdHRvYi9kcnVwYWw3L3Ntb3JnYXNib3JkL25vZGUvMjUwNi9iaWRzLmpzb24=]]></property><property name="GATEWAY_INTERFACE" fullname="$_SERVER[&#39;GATEWAY_INTERFACE&#39;]" address="4300738584" type="string" size="7" encoding="base64"><![CDATA[Q0dJLzEuMQ==]]></property><property name="SERVER_PROTOCOL" fullname="$_SERVER[&#39;SERVER_PROTOCOL&#39;]" address="4300739024" type="string" size="8" encoding="base64"><![CDATA[SFRUUC8xLjA=]]></property><property name="REQUEST_METHOD" fullname="$_SERVER[&#39;REQUEST_METHOD&#39;]" address="4300739392" type="string" size="3" encoding="base64"><![CDATA[R0VU]]></property><property name="QUERY_STRING" fullname="$_SERVER[&#39;QUERY_STRING&#39;]" address="4300739760" type="string" size="0" encoding="base64"><![CDATA[]]></property><property name="REQUEST_URI" fullname="$_SERVER[&#39;REQUEST_URI&#39;]" address="4300740192" type="string" size="47" encoding="base64"><![CDATA[L35vdHRvYi9kcnVwYWw3L3Ntb3JnYXNib3JkL25vZGUvMjUwNi9iaWRzLmpzb24=]]></property><property name="SCRIPT_NAME" fullname="$_SERVER[&#39;SCRIPT_NAME&#39;]" address="4300740592" type="string" size="25" encoding="base64"><![CDATA[L35vdHRvYi9kcnVwYWw3L2luZGV4LnBocA==]]></property><property name="PHP_SELF" fullname="$_SERVER[&#39;PHP_SELF&#39;]" address="4300740984" type="string" size="25" encoding="base64"><![CDATA[L35vdHRvYi9kcnVwYWw3L2luZGV4LnBocA==]]></property><property name="REQUEST_TIME" fullname="$_SERVER[&#39;REQUEST_TIME&#39;]" address="4300741128" type="int"><![CDATA[1328309306]]></property><property name="argv" fullname="$_SERVER[&#39;argv&#39;]" address="4300741808" type="array" children="0" numchildren="0"></property><property name="argc" fullname="$_SERVER[&#39;argc&#39;]" address="4300741944" type="int"><![CDATA[0]]></property></property><property name="$_SESSION" fullname="$_SESSION" address="4327519800" type="array" children="1" numchildren="1" page="0" pagesize="100"><property name="persistent_login_check" fullname="$_SESSION[&#39;persistent_login_check&#39;]" address="4327519752" type="bool"><![CDATA[1]]></property></property><property name="$GLOBALS" fullname="$GLOBALS" address="4300655104" type="array" children="1" numchildren="44" page="0" pagesize="100"><property name="GLOBALS" fullname="$GLOBALS[&#39;GLOBALS&#39;]" address="4300655104" type="array" children="1" recursive="1"></property><property name="_ENV" fullname="$GLOBALS[&#39;_ENV&#39;]" address="4300723088" type="array" children="1" numchildren="1"></property><property name="HTTP_ENV_VARS" fullname="$GLOBALS[&#39;HTTP_ENV_VARS&#39;]" address="4300723088" type="array" children="1" numchildren="1"></property><property name="_POST" fullname="$GLOBALS[&#39;_POST&#39;]" address="4300742184" type="array" children="0" numchildren="0"></property><property name="HTTP_POST_VARS" fullname="$GLOBALS[&#39;HTTP_POST_VARS&#39;]" address="4300742184" type="array" children="0" numchildren="0"></property><property name="_GET" fullname="$GLOBALS[&#39;_GET&#39;]" address="4323147624" type="array" children="1" numchildren="1"></property><property name="HTTP_GET_VARS" fullname="$GLOBALS[&#39;HTTP_GET_VARS&#39;]" address="4300723728" type="array" children="0" numchildren="0"></property><property name="_COOKIE" fullname="$GLOBALS[&#39;_COOKIE&#39;]" address="4300723944" type="array" children="1" numchildren="5"></property><property name="HTTP_COOKIE_VARS" fullname="$GLOBALS[&#39;HTTP_COOKIE_VARS&#39;]" address="4300723944" type="array" children="1" numchildren="5"></property><property name="_SERVER" fullname="$GLOBALS[&#39;_SERVER&#39;]" address="4323168352" type="array" children="1" numchildren="35"></property><property name="HTTP_SERVER_VARS" fullname="$GLOBALS[&#39;HTTP_SERVER_VARS&#39;]" address="4300727400" type="array" children="1" numchildren="35"></property><property name="_FILES" fullname="$GLOBALS[&#39;_FILES&#39;]" address="4300743120" type="array" children="0" numchildren="0"></property><property name="HTTP_POST_FILES" fullname="$GLOBALS[&#39;HTTP_POST_FILES&#39;]" address="4300743120" type="array" children="0" numchildren="0"></property><property name="_REQUEST" fullname="$GLOBALS[&#39;_REQUEST&#39;]" address="4300743536" type="array" children="1" numchildren="5"></property><property name="timers" fullname="$GLOBALS[&#39;timers&#39;]" address="4300757200" type="array" children="1" numchildren="1"></property><property name="base_url" fullname="$GLOBALS[&#39;base_url&#39;]" address="4323167984" type="string" size="31" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsaG9zdC9+b3R0b2IvZHJ1cGFsNw==]]></property><property name="base_path" fullname="$GLOBALS[&#39;base_path&#39;]" address="4359565976" type="string" size="16" encoding="base64"><![CDATA[L35vdHRvYi9kcnVwYWw3Lw==]]></property><property name="base_root" fullname="$GLOBALS[&#39;base_root&#39;]" address="4300755128" type="string" size="16" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsaG9zdA==]]></property><property name="databases" fullname="$GLOBALS[&#39;databases&#39;]" address="4300759744" type="array" children="1" numchildren="2"></property><property name="cookie_domain" fullname="$GLOBALS[&#39;cookie_domain&#39;]" address="4325548152" type="string" size="10" encoding="base64"><![CDATA[LmxvY2FsaG9zdA==]]></property><property name="conf" fullname="$GLOBALS[&#39;conf&#39;]" address="4325549120" type="array" children="1" numchildren="117"></property><property name="installed_profile" fullname="$GLOBALS[&#39;installed_profile&#39;]" address="4325548888" type="null"></property><property name="update_free_access" fullname="$GLOBALS[&#39;update_free_access&#39;]" address="4325549880" type="bool"><![CDATA[0]]></property><property name="db_url" fullname="$GLOBALS[&#39;db_url&#39;]" address="4300765320" type="null"></property><property name="db_prefix" fullname="$GLOBALS[&#39;db_prefix&#39;]" address="4300765368" type="null"></property><property name="drupal_hash_salt" fullname="$GLOBALS[&#39;drupal_hash_salt&#39;]" address="4300765416" type="string" size="43" encoding="base64"><![CDATA[TlJGTmdfVkpyVnFYOHgyUTMyV0dBYUFTdzlQeGZWNWc3M3J1UXJmUzdsWQ==]]></property><property name="is_https" fullname="$GLOBALS[&#39;is_https&#39;]" address="4300765464" type="bool"><![CDATA[0]]></property><property name="base_secure_url" fullname="$GLOBALS[&#39;base_secure_url&#39;]" address="4300765512" type="string" size="32" encoding="base64"><![CDATA[aHR0cHM6Ly9sb2NhbGhvc3Qvfm90dG9iL2RydXBhbDc=]]></property><property name="base_insecure_url" fullname="$GLOBALS[&#39;base_insecure_url&#39;]" address="4300765560" type="string" size="31" encoding="base64"><![CDATA[aHR0cDovL2xvY2FsaG9zdC9+b3R0b2IvZHJ1cGFsNw==]]></property><property name="user" fullname="$GLOBALS[&#39;user&#39;]" address="4323168536" type="object" classname="stdClass" children="1" numchildren="23"></property><property name="locks" fullname="$GLOBALS[&#39;locks&#39;]" address="4323168032" type="array" children="0" numchildren="0"></property><property name="HTTP_SESSION_VARS" fullname="$GLOBALS[&#39;HTTP_SESSION_VARS&#39;]" address="4327519800" type="array" children="1" numchildren="1"></property><property name="_SESSION" fullname="$GLOBALS[&#39;_SESSION&#39;]" address="4327519800" type="array" children="1" numchildren="1"></property><property name="language" fullname="$GLOBALS[&#39;language&#39;]" address="4330901240" type="object" classname="stdClass" children="1" numchildren="11"></property><property name="language_content" fullname="$GLOBALS[&#39;language_content&#39;]" address="4330898256" type="object" classname="stdClass" children="1" numchildren="11"></property><property name="language_url" fullname="$GLOBALS[&#39;language_url&#39;]" address="4358564456" type="object" classname="stdClass" children="1" numchildren="11"></property><property name="multibyte" fullname="$GLOBALS[&#39;multibyte&#39;]" address="4340394352" type="int"><![CDATA[1]]></property><property name="theme" fullname="$GLOBALS[&#39;theme&#39;]" address="4358563528" type="string" size="6" encoding="base64"><![CDATA[YmFydGlr]]></property><property name="base_theme_info" fullname="$GLOBALS[&#39;base_theme_info&#39;]" address="4358563576" type="array" children="0" numchildren="0"></property><property name="drupal_test_info" fullname="$GLOBALS[&#39;drupal_test_info&#39;]" address="4359371144" type="null"></property><property name="theme_key" fullname="$GLOBALS[&#39;theme_key&#39;]" address="4358564760" type="string" size="6" encoding="base64"><![CDATA[YmFydGlr]]></property><property name="theme_info" fullname="$GLOBALS[&#39;theme_info&#39;]" address="4358563816" type="object" classname="stdClass" children="1" numchildren="11"></property><property name="theme_engine" fullname="$GLOBALS[&#39;theme_engine&#39;]" address="4359431488" type="string" size="11" encoding="base64"><![CDATA[cGhwdGVtcGxhdGU=]]></property><property name="theme_path" fullname="$GLOBALS[&#39;theme_path&#39;]" address="4359431912" type="string" size="13" encoding="base64"><![CDATA[dGhlbWVzL2JhcnRpaw==]]></property></property></response>
  51.  
  52. <- run -i 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement