Searched refs:shmop_write (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/shmop/tests/ |
H A D | 002.phpt | 61 echo PHP_EOL, '## shmop_write function tests ##', PHP_EOL; 65 shmop_write($shm_id, 'text to try write', -10); 86 ## shmop_write function tests ## 87 shmop_write(): Argument #3 ($offset) is out of range
|
H A D | 001.phpt | 22 $written = shmop_write($shm_id, $write_d1, 0); 43 shmop_write($shm_id, $write_d1, $written); 57 $written = shmop_write($shm_id, $write_d2, $written);
|
H A D | shmop_open_private.phpt | 10 shmop_write($shm1, $write, 0);
|
/php-src/ext/shmop/ |
H A D | shmop_arginfo.h | 39 ZEND_FUNCTION(shmop_write); 47 ZEND_FE(shmop_write, arginfo_shmop_write)
|
H A D | shmop.stub.php | 20 function shmop_write(Shmop $shmop, string $data, int $offset): int {} function
|
H A D | shmop.c | 283 PHP_FUNCTION(shmop_write) in PHP_FUNCTION() argument
|
Completed in 10 milliseconds