Home
last modified time | relevance | path

Searched defs:opcache (Results 1 – 12 of 12) sorted by relevance

/dports/devel/libunit/unit-1.26.1/test/php/cwd/
H A Dindex.php10 $opcache = -1; variable
14 $opcache = $status['opcache_enabled'] ? '1' : '0'; variable
/dports/www/unit/unit-1.26.1/test/php/cwd/
H A Dindex.php10 $opcache = -1; variable
14 $opcache = $status['opcache_enabled'] ? '1' : '0'; variable
/dports/www/unit-java/unit-1.26.1/test/php/cwd/
H A Dindex.php10 $opcache = -1; variable
14 $opcache = $status['opcache_enabled'] ? '1' : '0'; variable
/dports/www/unit-php/unit-1.26.1/test/php/cwd/
H A Dindex.php10 $opcache = -1; variable
14 $opcache = $status['opcache_enabled'] ? '1' : '0'; variable
/dports/www/unit-python/unit-1.26.1/test/php/cwd/
H A Dindex.php10 $opcache = -1; variable
14 $opcache = $status['opcache_enabled'] ? '1' : '0'; variable
/dports/www/unit-perl/unit-1.26.1/test/php/cwd/
H A Dindex.php10 $opcache = -1; variable
14 $opcache = $status['opcache_enabled'] ? '1' : '0'; variable
/dports/net-mgmt/librenms/librenms-21.5.1/doc/Support/
H A DPerformance.md186 ### For web servers using mod_php and php-fpm
198 ### For pollers
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Ddisasm.c1524 uint8_t opcache = s->real_op; in disasm_x86() local
1596 uint8_t opcache = s->real_op; in disasm_x86() local
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Ddisasm.c1524 uint8_t opcache = s->real_op; in disasm_x86() local
1596 uint8_t opcache = s->real_op; in disasm_x86() local
/dports/math/chuffed/chuffed-e04bedd/chuffed/mdd/
H A Dweighted_dfa.h176 OpCache opcache; variable
H A DMDD.h211 OpCache opcache; variable
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dasm6502.h130 m6502_OpcodeIndex opcache[0xff]; member