diff --git a/reference/array/functions/array-push.xml b/reference/array/functions/array-push.xml index b78ab2223b..8fa65b3e3e 100644 --- a/reference/array/functions/array-push.xml +++ b/reference/array/functions/array-push.xml @@ -29,7 +29,7 @@ $array[] = $var; If you use array_push to add one element to the - array it's better to use $array[] = because in that + array, it's better to use $array[] = because in that way there is no overhead of calling a function.