summaryrefslogtreecommitdiff
path: root/scripts/dev/generate-phpt/src/codeSnippets/int.txt
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/generate-phpt/src/codeSnippets/int.txt')
-rw-r--r--scripts/dev/generate-phpt/src/codeSnippets/int.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/dev/generate-phpt/src/codeSnippets/int.txt b/scripts/dev/generate-phpt/src/codeSnippets/int.txt
new file mode 100644
index 0000000..cdd28ae
--- /dev/null
+++ b/scripts/dev/generate-phpt/src/codeSnippets/int.txt
@@ -0,0 +1,6 @@
+$variation_array = array (
+ 'int 0' => 0,
+ 'int 1' => 1,
+ 'int 12345' => 12345,
+ 'int -12345' => -2345,
+ ); \ No newline at end of file