Home
last modified time | relevance | path

Searched refs:shmop (Results 1 – 21 of 21) sorted by relevance

/php-src/ext/shmop/
H A Dshmop.c46 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 Dconfig.m41 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 Dshmop.stub.php13 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 Dconfig.w323 ARG_ENABLE("shmop", "shmop support", "no");
6 EXTENSION("shmop", "shmop.c");
H A Dshmop_arginfo.h12 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 Dphp_shmop.h28 PHP_MINIT_FUNCTION(shmop);
29 PHP_MINFO_FUNCTION(shmop);
/php-src/ext/shmop/tests/
H A D001.phpt2 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 Dshmop_open_private.phpt4 shmop
H A Dbug81407.phpt4 shmop
H A D002.phpt2 shmop extension error messages
6 shmop
/php-src/travis/
H A Dcompile.sh50 --enable-shmop \
/php-src/.github/actions/configure-x32/
H A Daction.yml44 --enable-shmop \
/php-src/.github/actions/configure-macos/
H A Daction.yml46 --enable-shmop \
/php-src/
H A D.cirrus.yml17 …h-zlib --enable-soap --enable-xmlreader --with-xsl --with-libxml --enable-shmop --enable-pcntl --e…
H A DEXTENSIONS436 EXTENSION: shmop
H A Dphp.ini-development951 ;extension=shmop
H A Dphp.ini-production953 ;extension=shmop
/php-src/.github/actions/configure-x64/
H A Daction.yml42 --enable-shmop \
/php-src/.github/
H A Dlabeler.yml253 "Extension: shmop":
256 - ext/shmop/**/*
/php-src/.circleci/
H A Dconfig.yml115 --enable-shmop \
/php-src/.github/workflows/
H A Dnightly.yml670 --enable-shmop \

Completed in 48 milliseconds