1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 16:43:44 +02:00
Files
archived-php-src/scripts/dev/generate-phpt/src/codeSnippets/int.txt
2009-05-07 09:21:43 +00:00

6 lines
122 B
Plaintext

$variation_array = array (
'int 0' => 0,
'int 1' => 1,
'int 12345' => 12345,
'int -12345' => -2345,
);