Skip to content

Commit 166de4c

Browse files
committed
Enhance example to make clear the behavior and to allow tests to be reinstated
1 parent d6f8bb6 commit 166de4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/info/ini_set.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function ini_set(varname, newvalue) {
22
// From: http://phpjs.org/functions
33
// + original by: Brett Zamir (http://brett-zamir.me)
44
// % note 1: This will not set a global_value or access level for the ini item
5-
// * test: skip
5+
// * example 1: ini_set('date.timezone', 'Asia/Hong_Kong');
66
// * example 1: ini_set('date.timezone', 'America/Chicago');
77
// * returns 1: 'Asia/Hong_Kong'
88

0 commit comments

Comments
 (0)