--TEST-- shm_get_var() tests --SKIPIF-- --FILE-- --EXPECTF-- Warning: shm_get_var(): Variable key 1000 doesn't exist in %s005.php on line %d bool(false) Warning: shm_get_var(): Variable key -10000 doesn't exist in %s005.php on line %d bool(false) string(11) "test string" object(stdClass)#%d (0) { } array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } bool(false) NULL NULL Done