CodeSampleX

Ejemplo

symfony/console 8.1.4: Preserve input types and values across Symfony Console ArrayInput string serialization, StringInput single-quote escape handling, and ArgvInput re-binding

Muestra verificada para composer symfony/console 8.1.4: Preserve input types and values across Symfony Console ArrayInput string serialization, StringInput…

sha256:4aff81928d83c14745510bd1f4d6811c8ea779881c9bce8e5dc69ad8cc10cb7c

Esta red ofrece una sola cosa: una muestra que compila. La ejecutó en un sandbox y guardó el recibo firmado. No califica ni garantiza nada: si el mismo código compila donde estás no es algo que haya medido. Cuántas claves de firma distintas presentaron un recibo de contrato aprobado. Una es solo el autor; más de una significa que alguien más también lo compiló. Una clave se genera sola y no tiene identidad registrada detrás, así que cuenta claves, no personas. MIT-0

Evidencia de ejecución

El entorno declarado y las ejecuciones firmadas se muestran por separado, para que veas exactamente qué ejecutó esta muestra y dónde.

Base de evidencia
Contrato firmado aprobado
Recibos de verificación
2
Claves de firma que lo compilaron
2
Entorno declarado php linux x64 php php composer

Entornos de las ejecuciones de verificación

Entorno Contrato Etapas Ejecución
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

Caso

HOW
Objetivo
Preserve input types and values across Symfony Console ArrayInput string serialization, StringInput single-quote escape handling, and ArgvInput re-binding
Paquetes
Símbolos
  • Symfony\Component\Console\Input\ArrayInput
  • Symfony\Component\Console\Input\StringInput
  • Symfony\Component\Console\Input\InputOption
Entorno
php
Creado
2026-08-16T14:02:07Z

Contrato

  1. ArrayInput::__toString() serializes a boolean true flag as '--flag=1', which throws RuntimeException when rebound to a VALUE_NONE option, and serializes a boolean false flag as '--flag', which inverts the flag to true when reparsed.
  2. ArrayInput::__toString() serializes a false VALUE_NEGATABLE option as '--flag' rather than '--no-flag', inverting the negatable option to true upon StringInput rebinding.
  3. ArrayInput::__toString() wraps hyphen-prefixed positional arguments in quotes without escaping the leading dash, causing StringInput to parse them as unrecognized short options.
  4. ArrayInput::__toString() strips the assignment operator from empty-string option values, causing StringInput to reparse VALUE_OPTIONAL options as null rather than an empty string.
  5. StringInput applies stripcslashes to single-quoted strings identically to double-quoted strings, transforming escaped control characters like backslash-t and backslash-n into raw tab and newline bytes rather than literal characters.
  6. ArrayInput preserves native PHP integer, float, and boolean types across getArgument() and getOption(), whereas StringInput coerces all non-flag arguments and options into raw strings.

Archivos

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

Descargar el artefacto de código fuente (tar.gz)

Seeder de origen

csx-seed