CI Run '2025-09-17-03-20-01@master-zts'
PHP master-zts | Xdebug: 3.4.5-104-g09f1713a | opcache |
2025-09-17 02:21:58 |
---|
Build Success
Tests | Errors | Failures | Skipped | Time |
---|---|---|---|---|
861 | 0 | 1 | 126 | 85.8645 s |
Test Failure
File: tests/debugger/bug02126.phpt |
---|
tests/debugger/bug02126.phpt (Test for bug #2126: Problems with showing global variables) |
-- -> context_get -i 3 -c 1 <?xml version="1.0" encoding="iso-8859-1"?> 014- <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="3" context="1"><property name="$_GET" fullname="$_GET" type="array" children="0" numchildren="0"></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0"></property><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="0" numchildren="0"></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0"></property><property name="$argv" fullname="$argv" type="array" children="1" numchildren="1"></property><property name="$argc" fullname="$argc" type="int"><![CDATA[1]]></property><property name="$_ENV" fullname="$_ENV" type="array" children="%d" numchildren="%d"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="0" numchildren="0"></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="%d"></property><property name="$globalVar" fullname="$globalVar" type="uninitialized"></property></response> 014+ <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="3" context="1"><property name="$argv" fullname="$argv" type="array" children="1" numchildren="1"></property><property name="$argc" fullname="$argc" type="int"><![CDATA[1]]></property><property name="$_GET" fullname="$_GET" type="array" children="0" numchildren="0"></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0"></property><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="0" numchildren="0"></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0"></property><property name="$_ENV" fullname="$_ENV" type="array" children="1" numchildren="32"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="0" numchildren="0"></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="39"></property><property name="$globalVar" fullname="$globalVar" type="uninitialized"></property></response> -> breakpoint_set -i 4 -t line -n 8 <?xml version="1.0" encoding="iso-8859-1"?> -- -> context_get -i 6 -c 1 <?xml version="1.0" encoding="iso-8859-1"?> 026- <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="6" context="1"><property name="$_GET" fullname="$_GET" type="array" children="0" numchildren="0"></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0"></property><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="0" numchildren="0"></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0"></property><property name="$argv" fullname="$argv" type="array" children="1" numchildren="1"></property><property name="$argc" fullname="$argc" type="int"><![CDATA[1]]></property><property name="$_ENV" fullname="$_ENV" type="array" children="%d" numchildren="%d"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="0" numchildren="0"></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="%d"></property><property name="$globalVar" fullname="$globalVar" type="int"><![CDATA[42]]></property></response> 026+ <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="context_get" transaction_id="6" context="1"><property name="$argv" fullname="$argv" type="array" children="1" numchildren="1"></property><property name="$argc" fullname="$argc" type="int"><![CDATA[1]]></property><property name="$_GET" fullname="$_GET" type="array" children="0" numchildren="0"></property><property name="$_POST" fullname="$_POST" type="array" children="0" numchildren="0"></property><property name="$_COOKIE" fullname="$_COOKIE" type="array" children="0" numchildren="0"></property><property name="$_FILES" fullname="$_FILES" type="array" children="0" numchildren="0"></property><property name="$_ENV" fullname="$_ENV" type="array" children="1" numchildren="32"></property><property name="$_REQUEST" fullname="$_REQUEST" type="array" children="0" numchildren="0"></property><property name="$_SERVER" fullname="$_SERVER" type="array" children="1" numchildren="39"></property><property name="$globalVar" fullname="$globalVar" type="int"><![CDATA[42]]></property></response> -> feature_set -i 7 -n max_depth -v 1 <?xml version="1.0" encoding="iso-8859-1"?> -- |