Home
last modified time | relevance | path

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

/PHP-8.0/ext/shmop/tests/
H A D002.phpt46 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 D001.phpt33 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 Dshmop_open_private.phpt15 $read = shmop_read($shm2, 0, 4);
/PHP-8.0/ext/shmop/
H A Dshmop_arginfo.h37 ZEND_FUNCTION(shmop_read);
46 ZEND_FE(shmop_read, arginfo_shmop_read)
H A Dshmop.stub.php9 function shmop_read(Shmop $shmop, int $offset, int $size): string {} function
H A Dshmop.c224 PHP_FUNCTION(shmop_read) in PHP_FUNCTION() argument

Completed in 8 milliseconds