--TEST-- Test for bug #1829: Range and precision of time (PHP < 8.0) --SKIPIF-- <?php require __DIR__ . '/../utils.inc'; check_reqs('PHP < 8.0'); ?> --INI-- xdebug.mode=trace xdebug.start_with_request=no xdebug.collect_assignments=0 xdebug.collect_return=0 --FILE-- <?php require_once 'capture-trace.inc'; var_dump( 42 ); xdebug_stop_trace(); ?> --EXPECTF-- int(42) TRACE START [20%d-%d-%d %d:%d:%d.%d] %w0.%d %w%d -> var_dump(...$vars = variadic(0 => 42)) %sbug01829-php74.php:4 %w0.%d %w%d -> xdebug_stop_trace() %sbug01829-php74.php:6 %w0.%d %w%d TRACE END [20%d-%d-%d %d:%d:%d.%d]