summaryrefslogtreecommitdiff
path: root/scripts/dev/generate-phpt/src/codeSnippets/int.txt
blob: 0b2cd7c3b005f5ad27e7e27410c60972a8f35095 (plain)
1
2
3
4
5
6
$variation_array = array (
    'int 0' => 0,
    'int 1' => 1,
    'int 12345' => 12345,
    'int -12345' => -2345,
    );