Home
last modified time | relevance | path

Searched refs:stylearr (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/gd/
H A Dgd.c1519 int * stylearr; in PHP_FUNCTION() local
1530 stylearr = safe_emalloc(sizeof(int), zend_hash_num_elements(HASH_OF(styles)), 0); in PHP_FUNCTION()
1546 stylearr[index++] = Z_LVAL(lval); in PHP_FUNCTION()
1548 stylearr[index++] = Z_LVAL_PP(item); in PHP_FUNCTION()
1552 gdImageSetStyle(im, stylearr, index); in PHP_FUNCTION()
1554 efree(stylearr); in PHP_FUNCTION()

Completed in 16 milliseconds