diff --git a/reference/pdo/constants.xml b/reference/pdo/constants.xml index 8e812cc23..77e4a9de1 100644 --- a/reference/pdo/constants.xml +++ b/reference/pdo/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants; @@ -580,7 +580,9 @@ if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') { - Força todos os valores buscados a serem tratados como strings. + Força todos os valores buscados (exceto &null;) a serem tratados como strings. + Valores &null; permanecem inalterados a menos que PDO::ATTR_ORACLE_NULLS + esteja definida para PDO::NULL_TO_STRING. diff --git a/reference/pdo/pdo/setattribute.xml b/reference/pdo/pdo/setattribute.xml index ad3279f5e..d655a9c0d 100644 --- a/reference/pdo/pdo/setattribute.xml +++ b/reference/pdo/pdo/setattribute.xml @@ -1,5 +1,5 @@ - + PDO::setAttribute @@ -136,9 +136,11 @@ PDO::ATTR_STRINGIFY_FETCHES - Define se os valores numéricos devem ser convertidos em strings durante a busca. - Recebe um valor do tipo bool: &true; para habilitar e - &false; para desabilitar. + Controla se os valores buscados (exceto &null;) são convertidos para strings. + Aceita um valor do tipo bool: &true; para habilitar e &false; para + desabilitar (padrão). + Valores &null; permanecem inalterados a menos que PDO::ATTR_ORACLE_NULLS + esteja definida para PDO::NULL_TO_STRING. diff --git a/reference/xsl/xsltprocessor/registerphpfunctions.xml b/reference/xsl/xsltprocessor/registerphpfunctions.xml index 9f145c6c0..23d1e3926 100644 --- a/reference/xsl/xsltprocessor/registerphpfunctions.xml +++ b/reference/xsl/xsltprocessor/registerphpfunctions.xml @@ -1,5 +1,5 @@ - + XSLTProcessor::registerPHPFunctions @@ -62,7 +62,7 @@ 8.4.0 Agora é possível usar callables para funções de retorno - ao usar restrict com entradas de + ao usar functions com entradas de array.