Home
last modified time | relevance | path

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

/PHP-5.5/ext/shmop/tests/
H A D001.phpt33 echo "data in memory is: " . shmop_read($shm_id, 0, $written) . "\n";
45 echo "data in memory is: " . shmop_read($shm_id, 0, $written) . "\n";
69 echo "data in memory is: " . shmop_read($shm_id, 0, strlen($write_d1 . $write_d2)) . "\n";
/PHP-5.5/ext/shmop/
H A Dphp_shmop.h31 PHP_FUNCTION(shmop_read);
H A Dshmop.c85 PHP_FE(shmop_read, arginfo_shmop_read)
239 PHP_FUNCTION(shmop_read) in PHP_FUNCTION() argument
H A DREADME32 char shmop_read(int shmid, int start, int count)
/PHP-5.5/
H A DNEWS4480 . Fixed bug #54193 (Integer overflow in shmop_read()). (Felipe)

Completed in 37 milliseconds