About this tool
Convert a List to a PHP Array
PHP arrays are common in configuration, allowlists, migrations, and test data. Hand-formatting becomes risky when values contain apostrophes, backslashes, or dollar signs.
Single-quoted and double-quoted output follow different PHP escaping rules, including dollar-sign escaping in interpolated double-quoted strings.