Skip to content

Instantly share code, notes, and snippets.

@bgrgicak
Created December 2, 2025 09:00
Show Gist options
  • Select an option

  • Save bgrgicak/e591a7bce92828d8508accf6434cd910 to your computer and use it in GitHub Desktop.

Select an option

Save bgrgicak/e591a7bce92828d8508accf6434cd910 to your computer and use it in GitHub Desktop.
intl-test-blueprint.json
{
"landingPage": "/intl-test.php",
"preferredVersions": {
"php": "latest",
"wp": "latest"
},
"steps": [
{
"step": "writeFile",
"path": "/wordpress/intl-test.php",
"data": "<?php $data = array( 'F' => 'Foo', 'Br' => 'Bar', 'Bz' => 'Bz', ); $collator = new Collator('en_US'); $collator->asort($data, Collator::SORT_STRING); var_dump($data);"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment