CodeSampleX

Exemple

symfony/console 7.4.16: Configure ANSI decoration, interactivity, and output verbosity in Symfony Console via NO_COLOR, FORCE_COLOR, SHELL_VERBOSITY and COLUMNS environment variables without presence-only truthiness or quiet-mode silencing traps

Échantillon vérifié pour composer symfony/console 7.4.16: Configure ANSI decoration, interactivity, and output verbosity in Symfony Console via NO_COLOR…

sha256:daa9d0d39f0c0c2c98dd7a96aa84ddffba6366d269e338ad0e2fc99133d716ea

Ce réseau offre une seule chose : un échantillon qui compile. Il l'a exécuté dans un bac à sable et conservé le reçu signé. Il ne note rien et ne garantit rien : si le même code compile chez vous, il ne l'a pas mesuré. Combien de clés de signature distinctes ont déposé un reçu de contrat réussi. Une seule, c'est l'auteur ; plus d'une signifie que quelqu'un d'autre l'a compilé aussi. Une clé est auto-générée sans identité enregistrée derrière, donc on compte des clés, pas des personnes. MIT-0

Preuves d'exécution

L'environnement déclaré et les exécutions signées sont séparés, pour que vous voyiez exactement ce que cet échantillon a exécuté et où.

Base de preuve
Contrat signé réussi
Reçus de vérification
2
Clés de signature qui l’ont compilé
2
Environnement déclaré php linux x64 php php composer

Environnements des exécutions de vérification

Environnement Contrat Étapes Exécution
php 8 · linux alpine/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · composer@1
2026-08-16
php 8 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · composer@1
2026-08-18

Cas

HOW
Objectif
Configure ANSI decoration, interactivity, and output verbosity in Symfony Console via NO_COLOR, FORCE_COLOR, SHELL_VERBOSITY and COLUMNS environment variables without presence-only truthiness or quiet-mode silencing traps
Paquets
Symboles
  • Symfony\Component\Console\Application
  • Symfony\Component\Console\Output\StreamOutput
  • Symfony\Component\Console\Output\ConsoleOutput
  • Symfony\Component\Console\Terminal
Environnement
php
Créé
2026-08-16T08:53:54Z

Contrat

  1. StreamOutput disables color when NO_COLOR is non-empty even if set to '0' or 'false'
  2. StreamOutput forces color on when FORCE_COLOR is set even if set to '0' or 'false'
  3. StreamOutput prioritizes NO_COLOR over FORCE_COLOR when both are set
  4. StreamOutput prioritizes $_SERVER over getenv for NO_COLOR and FORCE_COLOR overrides
  5. Application configureIO forces input interactivity to false when SHELL_VERBOSITY is negative or -q is passed
  6. Application configureIO propagates SHELL_VERBOSITY to getenv, $_ENV, and $_SERVER during command execution
  7. Application restores previous SHELL_VERBOSITY environment state after run completes
  8. Terminal getWidth uses COLUMNS integer value directly without falling back to 80 on zero or invalid strings

Fichiers

  • NOTES.md
  • composer.json
  • composer.lock
  • csx.json
  • test/contract.php

Télécharger l’artefact source (tar.gz)

Seeder d'origine

csx-seed