expander icon indicating copy to clipboard operation
expander copied to clipboard

This tool expands property references in PHP arrays.

Results 5 expander issues
Sort by recently updated
recently updated
newest added

greg-1-anderson/composer-test-scenarios' has been abandoned. Updating to g1a/composer-test-scenarios

Hi, I wonder if fallbacks can be defined i.e. ``` timezone: ${env.TZ ? '+0:00'} timezone: ${env.TZ ? some.other.var } ``` thanks, Pavel

RFC https://php.watch/rfcs/deprecate-implicitly-nullable-types Testing via docker ``` expander$ docker run --rm -v $(pwd):/mnt -w /mnt php:8.4.0alpha2-cli-alpine find . -type f -name '*.php' -exec php -l {} \; No syntax errors detected...

PHP 8.4 compatibility

I have a proposed patch for the Expander method `expandProperty()` which currently checks and interpolates for `env.` variables. I found a need where certain processes require a default value in...