Changed the entire file structure to remove the .c includes from cairo.c
[phpCairo.git] / src / cairo / uu.php
bloba1c03e20274a3ec0b270f05acb28e2c29201c115
1 <?
2 $black_pixel = array("255", "255", "255");
3 echo sizeof($black_pixel);
4 ?>