Skip to content

Commit 5f43ff0

Browse files
authored
Merge pull request #4740 from totoprayogo1916/helper-array
update return sample of `dot array_search()`
2 parents be99e5e + 93f0ffa commit 5f43ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/helpers/array_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following functions are available:
7070

7171
// Returns: 23
7272
$barBaz = dot_array_search('foo.bar\.baz', $data);
73-
// Returns: 42
73+
// Returns: 43
7474
$fooBar = dot_array_search('foo\.bar.baz', $data);
7575

7676

0 commit comments

Comments
 (0)