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