CI Run '2025-04-22-03-30-01@8.4dev'
PHP 8.4dev | Xdebug: 3.4.2-33-g3aef25ea | no opcache |
2025-04-22 02:31:42 |
---|
Build Success
Tests | Errors | Failures | Skipped | Time |
---|---|---|---|---|
847 | 0 | 1 | 110 | 73.8699 s |
Test Failure
File: tests/debugger/bug01388-10.phpt |
---|
tests/debugger/bug01388-10.phpt (Test for bug #1388: Resolved Breakpoint in a closure in function [1]) |
-- -> breakpoint_set -i 3 -t line -f file://bug01388-10.inc -n 5 <?xml version="1.0" encoding="iso-8859-1"?> 014+ <notify xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" name="breakpoint_resolved"><breakpoint type="line" resolved="resolved" filename="file://bug01388-10.inc" lineno="6" state="enabled" hit_count="0" hit_value="0" id="1"></breakpoint></notify> 014- <notify xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" name="breakpoint_resolved"><breakpoint type="line" resolved="resolved" filename="file://bug01388-10.inc" lineno="6" state="enabled" hit_count="0" hit_value="0" id="{{PID}}0001"></breakpoint></notify> <?xml version="1.0" encoding="iso-8859-1"?> 017+ <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="3" id="1" resolved="resolved"></response> 017- <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" command="breakpoint_set" transaction_id="3" id="{{PID}}0001" resolved="resolved"></response> -> step_into -i 4 <?xml version="1.0" encoding="iso-8859-1"?> -- |