Searched refs:shmop_read (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/shmop/tests/ |
H A D | 002.phpt | 42 echo PHP_EOL, '## shmop_read function tests ##', PHP_EOL; 46 shmop_read($shm_id, -10, 0); 55 shmop_read($shm_id, 0, -10); 82 ## shmop_read function tests ## 83 shmop_read(): Argument #2 ($offset) must be between 0 and the segment size 84 shmop_read(): Argument #3 ($size) is out of range
|
H A D | 001.phpt | 29 echo "data in memory is: " . shmop_read($shm_id, 0, $written) . "\n"; 39 echo "data in memory is: " . shmop_read($shm_id, 0, $written) . "\n"; 64 echo "data in memory is: " . shmop_read($shm_id, 0, strlen($write_d1 . $write_d2)) . "\n";
|
H A D | shmop_open_private.phpt | 13 $read = shmop_read($shm2, 0, 4);
|
/php-src/ext/shmop/ |
H A D | shmop_arginfo.h | 36 ZEND_FUNCTION(shmop_read); 44 ZEND_FE(shmop_read, arginfo_shmop_read)
|
H A D | shmop.stub.php | 13 function shmop_read(Shmop $shmop, int $offset, int $size): string {} function
|
H A D | shmop.c | 221 PHP_FUNCTION(shmop_read) in PHP_FUNCTION() argument
|
Completed in 9 milliseconds