Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-7.0
/
share
/
test
/
apcu
/
tests
/
//opt/php-7.0/share/test/apcu/tests/apc_018.phpt
--TEST-- apc_cas() inserts non-existing key with value 0 --INI-- apc.enabled=1 apc.enable_cli=1 --FILE-- <?php apcu_cas("foo", 42, 24); var_dump(apcu_fetch("foo")); ?> --EXPECT-- bool(false)