--TEST-- shm_get_var() tests --SKIPIF-- --FILE-- --EXPECTF-- Warning: shm_get_var() expects exactly 2 parameters, 0 given in %s005.php on line %d NULL Warning: shm_get_var() expects parameter 1 to be resource, integer given in %s005.php on line %d NULL 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) Warning: shm_get_var() expects parameter 2 to be long, array given in %s005.php on line %d NULL string(11) "test string" object(stdClass)#%d (0) { } array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } bool(false) NULL NULL Done