Searched refs:shmop_write (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/shmop/ |
H A D | shmop_arginfo.h | 40 ZEND_FUNCTION(shmop_write); 49 ZEND_FE(shmop_write, arginfo_shmop_write)
|
H A D | shmop.stub.php | 16 function shmop_write(Shmop $shmop, string $data, int $offset): int {} function
|
H A D | shmop.c | 286 PHP_FUNCTION(shmop_write) in PHP_FUNCTION() argument
|
/PHP-8.0/ext/shmop/tests/ |
H A D | 002.phpt | 65 echo PHP_EOL, '## shmop_write function tests ##', PHP_EOL; 69 shmop_write($shm_id, 'text to try write', -10); 90 ## shmop_write function tests ## 91 shmop_write(): Argument #3 ($offset) is out of range
|
H A D | 001.phpt | 26 $written = shmop_write($shm_id, $write_d1, 0); 47 shmop_write($shm_id, $write_d1, $written); 61 $written = shmop_write($shm_id, $write_d2, $written);
|
H A D | shmop_open_private.phpt | 12 shmop_write($shm1, $write, 0);
|
Completed in 7 milliseconds