diff --git a/reference/info/functions/get-magic-quotes-gpc.xml b/reference/info/functions/get-magic-quotes-gpc.xml index 053d7631ec..2903163d81 100644 --- a/reference/info/functions/get-magic-quotes-gpc.xml +++ b/reference/info/functions/get-magic-quotes-gpc.xml @@ -9,7 +9,7 @@ &reftitle.description; - intget_magic_quotes_gpc + boolget_magic_quotes_gpc @@ -30,6 +30,31 @@ &reftitle.returnvalues; Returns 0 if magic_quotes_gpc is off, 1 otherwise. + Or always returns &false; as of PHP 5.4.0. + + + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.4.0 + + Always returns &false; because the magic quotes feature was removed from PHP. + + + + + @@ -41,10 +66,11 @@ &reftitle.description; - intget_magic_quotes_runtime + boolget_magic_quotes_runtime @@ -22,9 +22,34 @@ &reftitle.returnvalues; Returns 0 if magic_quotes_runtime is off, 1 otherwise. + Or always returns &false; as of PHP 5.4.0. + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.4.0 + + Always returns &false; because the magic quotes feature was removed from PHP. + + + + + + + + &reftitle.examples;