Annotation of embedaddon/php/scripts/dev/generate-phpt/src/codeSnippets/int.txt, revision 1.1.1.1

1.1       misho       1: $variation_array = array (
                      2:     'int 0' => 0,
                      3:     'int 1' => 1,
                      4:     'int 12345' => 12345,
                      5:     'int -12345' => -2345,
                      6:     );

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>