|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2013-10-15 09:41 UTC] php at javierabr dot eu
Description: ------------ --- From manual page: http://www.php.net/function.property-exists#refsect1-function.property-exists-description --- At the description: "A diferencia dedevuelve isset()", it should be: "A diferencia de isset()" Expected result: ---------------- A diferencia de isset() Actual result: -------------- A diferencia dedevuelve isset() PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 12:00:02 2025 UTC |
Bug is not fixed, it must read "A diferencia de isset,"; not "A diferencia de vuelve isset" as typed by frozenfire at revision 332547: (Believe me, I'm a native spanish, but don't know yet how to make patches by myself) ------------------------------------------------------------- --- phpdoc/es/trunk/reference/classobj/functions/property-exists.xml 2013/12/31 18:39:55 332546 +++ phpdoc/es/trunk/reference/classobj/functions/property-exists.xml 2013/12/31 20:00:54 332547 @@ -21,7 +21,7 @@ </para> <note> <para> - A diferencia dedevuelve <function>isset</function>, + A diferencia de vuelve <function>isset</function>, <function>property_exists</function> devuelve &true; incluso si la propiedad tiene el valor &null;. </para> ------------------------------------------------------------- It should be: --- phpdoc/es/trunk/reference/classobj/functions/property-exists.xml 2013/12/31 18:39:55 332546 +++ phpdoc/es/trunk/reference/classobj/functions/property-exists.xml 2013/12/31 20:00:54 332547 @@ -21,7 +21,7 @@ </para> <note> <para> - A diferencia dedevuelve <function>isset</function>, + A diferencia de <function>isset</function>, <function>property_exists</function> devuelve &true; incluso si la propiedad tiene el valor &null;. </para>