php_array_to_uchar_array   71 php_opengl/glut/php_convert.h #define php_array_to_uchar_array(z) (unsigned char *)php_array_to_c_array(z,TO_C_UCHAR,sizeof(unsigned char),NULL)
php_array_to_uchar_array   73 php_opengl/opengl/php_convert.h #define php_array_to_uchar_array(z) (unsigned char *)php_array_to_c_array(z,TO_C_UCHAR,sizeof(unsigned char),NULL)