Searched refs:shmop_read (Results 1 – 5 of 5) sorted by relevance
33 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";
31 PHP_FUNCTION(shmop_read);
85 PHP_FE(shmop_read, arginfo_shmop_read)239 PHP_FUNCTION(shmop_read) in PHP_FUNCTION() argument
32 char shmop_read(int shmid, int start, int count)
6058 . Fixed bug #54193 (Integer overflow in shmop_read()). (Felipe)
Completed in 38 milliseconds