/
opt
/
cpanel
/
ea-php83
/
root
/
usr
/
share
/
tests
/
pecl
/
igbinary
/
tests
/
File Upload :
llllll
Current File: //opt/cpanel/ea-php83/root/usr/share/tests/pecl/igbinary/tests/igbinary_045b.phpt
--TEST-- APCu serializer registration --SKIPIF-- <?php if (!extension_loaded('apcu')) { echo "skip APCu not loaded"; } $ext = new ReflectionExtension('apcu'); if (version_compare($ext->getVersion(), '4.0.2', '<')) { echo "skip require APCu version 4.0.2 or above"; } --INI-- apc.enable_cli=1 apc.serializer=igbinary --FILE-- <?php echo ini_get('apc.serializer'), "\n"; class Bar { public $foo = 10; } $a = new Bar; apcu_store('foo', $a); unset($a); var_dump(apcu_fetch('foo')); --EXPECTF-- igbinary object(Bar)#%d (1) { ["foo"]=> int(10) }
Copyright ©2k19 -
Hexid
|
Tex7ure