Return to int.txt CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / scripts / dev / generate-phpt / src / codeSnippets |
1.1 misho 1: $variation_array = array ( 2: 'int 0' => 0, 3: 'int 1' => 1, 4: 'int 12345' => 12345, 5: 'int -12345' => -2345, 6: );