If you find Xdebug useful, please consider supporting the project.

CI Run '2025-07-18-03-30-01@master-zts'

PHP master-zts Xdebug: 3.4.2-33-g3aef25ea
no opcache
2025-07-18
02:31:49

Build Success

Tests Errors Failures Skipped Time
847 0 2 112
82.9525 s

Test Failure

File: tests/coverage/bug01910.phpt
tests/coverage/bug01910.phpt (Test for bug #1910: Code coverage misses constructor property promotion code)
001+ FAIL: line #8 is not present in coverage info
001- line #8 is present and covered
     line #11 is present and covered
     line #14 is present and covered
     line #16 is present and covered
File: tests/tracing/bug01999.phpt
tests/tracing/bug01999.phpt (Test for bug #1999: Show readonly properties (PHP >= 8.1))
     TRACE START [%d-%d-%d %d:%d:%d.%d]
     %w               => $tf = '%s' %s
004+                              => $this->static_string = 'two' /tmp/ptester-1001/thread/11/master-zts/tmp-xdebug/tests/tracing/bug01999.php:10
     %w               => $this->static_string = 'two' %sbug01999.php:9
005+                              => $this->ro_string = 'New Value' /tmp/ptester-1001/thread/11/master-zts/tmp-xdebug/tests/tracing/bug01999.php:11
004- %w               => $this->static_string = 'two' %sbug01999.php:9
005- %w               => $this->ro_string = 'New Value' %sbug01999.php:9
     %w              => $obj = class WithReadOnlyProps { public string $static_string = 'two'; public readonly string $ro_string = 'New Value' } %sbug01999.php:15
     %w%f %w%d     -> xdebug_stop_trace() %sbug01999.php:18
     %w%f %w%d
--