Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/tests/
H A Dbug51263.phpt15 $blk = imagecolorallocate($img, 0, 0, 0);
16 imagefilledrectangle($img, 0, 0, $w-1, $h-1, $blk);
/PHP-5.3/Zend/
H A Dzend_alloc.c541 #define ZEND_MM_BLOCK_AT(blk, offset) ((zend_mm_block *) (((char *) (blk))+(offset))) argument
543 #define ZEND_MM_HEADER_OF(blk) ZEND_MM_BLOCK_AT(blk, -(int)ZEND_MM_ALIGNED_HEADER_SIZE) argument

Completed in 13 milliseconds