--TEST-- Test session_register() function : variation --SKIPIF-- --FILE-- --EXPECTF-- *** Testing session_register() : variation *** bool(true) array(0) { } Deprecated: Function session_register() is deprecated in %s on line %d bool(true) array(13) { ["0"]=> NULL ["1"]=> NULL ["12345"]=> NULL ["-2345"]=> NULL ["10.5"]=> NULL ["-10.5"]=> NULL ["123456789000"]=> NULL ["1.23456789E-9"]=> NULL ["0.5"]=> NULL [""]=> NULL ["Nothing"]=> NULL ["Hello World!"]=> NULL ["Resource id #%d"]=> NULL } bool(true) array(13) { ["0"]=> NULL ["1"]=> NULL ["12345"]=> NULL ["-2345"]=> NULL ["10.5"]=> NULL ["-10.5"]=> NULL ["123456789000"]=> NULL ["1.23456789E-9"]=> NULL ["0.5"]=> NULL [""]=> NULL ["Nothing"]=> NULL ["Hello World!"]=> NULL ["Resource id #%d"]=> NULL } Done