Searched refs:writesize (Results 1 – 1 of 1) sorted by relevance
312 zend_long writesize; in PHP_FUNCTION() local335 …writesize = ((zend_long)ZSTR_LEN(data) < shmop->size - offset) ? (zend_long)ZSTR_LEN(data) : shmop… in PHP_FUNCTION()336 memcpy(shmop->addr + offset, ZSTR_VAL(data), writesize); in PHP_FUNCTION()338 RETURN_LONG(writesize); in PHP_FUNCTION()
Completed in 5 milliseconds