PATH:
opt
/
cpanel
/
ea-php56
/
root
/
usr
/
share
/
tests
/
pecl
/
apcu
/
tests
--TEST-- APC: apc_store/fetch/add with array of key/value pairs. --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --INI-- apc.enabled=1 apc.enable_cli=1 apc.file_update_protection=0 --FILE-- <?php $entries = array(); $entries['key1'] = 'value1'; $entries['key2'] = 'value2'; $entries['key3'] = array('value3a','value3b'); $entries['key4'] = 4; var_dump(apc_store($entries)); $cached_values = apc_fetch(array_keys($entries)); var_dump($cached_values); apc_delete('key2'); apc_delete('key4'); $cached_values = apc_fetch(array_keys($entries)); var_dump($cached_values); var_dump(apc_add($entries)); $cached_values = apc_fetch(array_keys($entries)); var_dump($cached_values); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- array(0) { } array(4) { ["key1"]=> string(6) "value1" ["key2"]=> string(6) "value2" ["key3"]=> array(2) { [0]=> string(7) "value3a" [1]=> string(7) "value3b" } ["key4"]=> int(4) } array(2) { ["key1"]=> string(6) "value1" ["key3"]=> array(2) { [0]=> string(7) "value3a" [1]=> string(7) "value3b" } } array(2) { ["key1"]=> int(-1) ["key3"]=> int(-1) } array(4) { ["key1"]=> string(6) "value1" ["key2"]=> string(6) "value2" ["key3"]=> array(2) { [0]=> string(7) "value3a" [1]=> string(7) "value3b" } ["key4"]=> int(4) } ===DONE===
[+]
data
[-] apc_bin_003.phpt
[edit]
[-] apc_007.phpt
[edit]
[-] bug63224.phpt
[edit]
[-] iterator_002.phpt
[edit]
[+]
..
[-] iterator_003.phpt
[edit]
[-] apc_011.phpt
[edit]
[-] apc54_018.phpt
[edit]
[-] apc_bin_004.phpt
[edit]
[-] apc_004.phpt
[edit]
[-] php_5_3_ns.inc
[edit]
[-] apc54_014.phpt
[edit]
[-] 023-2.inc
[edit]
[-] apc_005.phpt
[edit]
[-] apc_001.phpt
[edit]
[-] apc_bin_001.phpt
[edit]
[-] iterator_008.phpt
[edit]
[-] get_included_files_inc2.inc
[edit]
[-] apc_003b.phpt
[edit]
[-] get_included_files_inc1.inc
[edit]
[-] iterator_006.phpt
[edit]
[-] apc_010.phpt
[edit]
[-] iterator_004.phpt
[edit]
[-] apc_002.phpt
[edit]
[-] skipif.inc
[edit]
[-] server_test.inc
[edit]
[-] iterator_007.phpt
[edit]
[-] iterator_001.phpt
[edit]
[-] apc_003.phpt
[edit]
[-] iterator_005.phpt
[edit]
[-] 024.phpt
[edit]
[-] get_included_files_inc3.inc
[edit]
[-] apc_008.phpt
[edit]
[-] apc_bin_002.phpt
[edit]
[-] apc_006.phpt
[edit]