Searched refs:shmop (Results 1 – 20 of 20) sorted by relevance
/PHP-8.1/ext/shmop/ |
H A D | shmop.c | 46 PHP_MINIT(shmop), 50 PHP_MINFO(shmop), 137 php_shmop *shmop; in PHP_FUNCTION() local 153 shmop->key = key; in PHP_FUNCTION() 180 if (shmop->shmflg & IPC_CREAT && shmop->size < 1) { in PHP_FUNCTION() 185 shmop->shmid = shmget(shmop->key, shmop->size, shmop->shmflg); in PHP_FUNCTION() 202 shmop->addr = shmat(shmop->shmid, 0, shmop->shmatflg); in PHP_FUNCTION() 222 php_shmop *shmop; in PHP_FUNCTION() local 267 php_shmop *shmop; in PHP_FUNCTION() local 282 php_shmop *shmop; in PHP_FUNCTION() local [all …]
|
H A D | config.m4 | 1 PHP_ARG_ENABLE([shmop], 2 [whether to enable shmop support], 3 [AS_HELP_STRING([--enable-shmop], 4 [Enable shmop support])]) 8 PHP_NEW_EXTENSION(shmop, shmop.c, $ext_shared)
|
H A D | shmop.stub.php | 13 function shmop_read(Shmop $shmop, int $offset, int $size): string {} argument 16 function shmop_close(Shmop $shmop): void {} argument 18 function shmop_size(Shmop $shmop): int {} argument 20 function shmop_write(Shmop $shmop, string $data, int $offset): int {} argument 22 function shmop_delete(Shmop $shmop): bool {} argument
|
H A D | config.w32 | 3 ARG_ENABLE("shmop", "shmop support", "no"); 6 EXTENSION("shmop", "shmop.c");
|
H A D | shmop_arginfo.h | 12 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0) 18 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0) 22 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0) 26 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0) 32 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0)
|
H A D | php_shmop.h | 28 PHP_MINIT_FUNCTION(shmop); 29 PHP_MINFO_FUNCTION(shmop);
|
/PHP-8.1/ext/shmop/tests/ |
H A D | 001.phpt | 2 shmop extension test 4 shmop 8 $write_d1 = "test #1 of the shmop() extension"; 77 data in memory is: test #1 of the shmop() extension 79 data in memory is: test #1 of the shmop() extension 83 data in memory is: test #1 of the shmop() extensiontest #2 append data to shared memory segment
|
H A D | shmop_open_private.phpt | 4 shmop
|
H A D | bug81407.phpt | 4 shmop
|
H A D | 002.phpt | 2 shmop extension error messages 6 shmop
|
/PHP-8.1/travis/ |
H A D | compile.sh | 51 --enable-shmop \
|
/PHP-8.1/.github/actions/configure-x32/ |
H A D | action.yml | 45 --enable-shmop \
|
/PHP-8.1/.github/actions/configure-x64/ |
H A D | action.yml | 40 --enable-shmop \
|
/PHP-8.1/ |
H A D | .cirrus.yml | 17 …h-zlib --enable-soap --enable-xmlreader --with-xsl --with-libxml --enable-shmop --enable-pcntl --e…
|
H A D | EXTENSIONS | 446 EXTENSION: shmop
|
H A D | php.ini-development | 950 ;extension=shmop
|
H A D | php.ini-production | 952 ;extension=shmop
|
/PHP-8.1/.github/actions/configure-macos/ |
H A D | action.yml | 49 --enable-shmop \
|
/PHP-8.1/.circleci/ |
H A D | config.yml | 121 --enable-shmop \
|
/PHP-8.1/.github/workflows/ |
H A D | nightly.yml | 738 --enable-shmop \
|
Completed in 36 milliseconds