Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds