diff --git a/reference/mysql/functions/mysql-affected-rows.xml b/reference/mysql/functions/mysql-affected-rows.xml index ccf974fb4e..04d1cab9db 100644 --- a/reference/mysql/functions/mysql-affected-rows.xml +++ b/reference/mysql/functions/mysql-affected-rows.xml @@ -1,5 +1,5 @@ - + @@ -43,7 +43,7 @@ were literally affected by the query. - REPLACE statement deletes the record with the same primary key first and + The REPLACE statement first deletes the record with the same primary key and then inserts the new record. This function returns the number of deleted records plus the number of inserted records. diff --git a/reference/var/functions/empty.xml b/reference/var/functions/empty.xml index 990594d058..ba0711a674 100644 --- a/reference/var/functions/empty.xml +++ b/reference/var/functions/empty.xml @@ -1,5 +1,5 @@ - + @@ -18,8 +18,8 @@ otherwords, "", 0, "0", &null;, &false;, array(), and var $var; are all considered empty. In PHP 4 and - earlier also objects with empty properties are considered empty while - not in PHP 5. &true; is returned if var is empty. + earlier, objects with empty properties are considered empty. This is not + the case in PHP 5. &true; is returned if var is empty. empty is the opposite of