Searched refs:shmop_read (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/shmop/tests/ |
H A D | 002.phpt | 46 echo PHP_EOL, '## shmop_read function tests ##', PHP_EOL; 50 shmop_read($shm_id, -10, 0); 59 shmop_read($shm_id, 0, -10); 86 ## shmop_read function tests ## 87 shmop_read(): Argument #2 ($offset) must be between 0 and the segment size 88 shmop_read(): Argument #3 ($size) is out of range
|
H A D | 001.phpt | 33 echo "data in memory is: " . shmop_read($shm_id, 0, $written) . "\n"; 43 echo "data in memory is: " . shmop_read($shm_id, 0, $written) . "\n"; 68 echo "data in memory is: " . shmop_read($shm_id, 0, strlen($write_d1 . $write_d2)) . "\n";
|
H A D | shmop_open_private.phpt | 15 $read = shmop_read($shm2, 0, 4);
|
/PHP-8.0/ext/shmop/ |
H A D | shmop_arginfo.h | 37 ZEND_FUNCTION(shmop_read); 46 ZEND_FE(shmop_read, arginfo_shmop_read)
|
H A D | shmop.stub.php | 9 function shmop_read(Shmop $shmop, int $offset, int $size): string {} function
|
H A D | shmop.c | 224 PHP_FUNCTION(shmop_read) in PHP_FUNCTION() argument
|
Completed in 16 milliseconds