Searched refs:x_size (Results 1 – 1 of 1) sorted by relevance
671 zend_long x_size, y_size; in PHP_FUNCTION() local675 Z_PARAM_LONG(x_size) in PHP_FUNCTION()679 if (x_size <= 0 || x_size >= INT_MAX) { in PHP_FUNCTION()689 im = gdImageCreateTrueColor(x_size, y_size); in PHP_FUNCTION()1299 zend_long x_size, y_size; in PHP_FUNCTION() local1303 Z_PARAM_LONG(x_size) in PHP_FUNCTION()1307 if (x_size <= 0 || x_size >= INT_MAX) { in PHP_FUNCTION()1317 im = gdImageCreate(x_size, y_size); in PHP_FUNCTION()
Completed in 12 milliseconds