Searched refs:shmop_write (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/shmop/tests/ |
H A D | 002.phpt | 50 echo PHP_EOL, '## shmop_write function tests ##'; 52 var_dump(shmop_write()); 56 var_dump(shmop_write($shm_id, 'text to try write', -10)); 98 ## shmop_write function tests ## 99 Warning: shmop_write() expects exactly 3 parameters, 0 given in %s on line %d 102 Warning: shmop_write(): offset out of range in %s on line %d
|
H A D | 001.phpt | 26 $written = shmop_write($shm_id, $write_d1, 0); 48 shmop_write($shm_id, $write_d1, $written); 61 $written = shmop_write($shm_id, $write_d2, $written); 87 Warning: shmop_write(): trying to write to a read only segment in %s on line %d
|
H A D | shmop_open_private.phpt | 12 shmop_write($shm1, $write, 0);
|
/PHP-7.3/ext/shmop/ |
H A D | php_shmop.h | 37 PHP_FUNCTION(shmop_write);
|
H A D | shmop.c | 87 PHP_FE(shmop_write, arginfo_shmop_write) 309 PHP_FUNCTION(shmop_write) in PHP_FUNCTION() argument
|
H A D | README | 40 int shmop_write(int shmid, string data, int offset)
|
Completed in 8 milliseconds