From 7cd4445be975bd28512cd2fe3b5016489901f73c Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 13 Aug 2020 13:54:53 +0000 Subject: [PATCH] Fix #76117: uopz flags is NOT for classes, but methods git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350311 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/uopz/functions/uopz-flags.xml | 26 ++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/reference/uopz/functions/uopz-flags.xml b/reference/uopz/functions/uopz-flags.xml index 0eb95df113..56e87abe8b 100644 --- a/reference/uopz/functions/uopz-flags.xml +++ b/reference/uopz/functions/uopz-flags.xml @@ -41,7 +41,9 @@ function - The name of the function + The name of the function. If class is given and an empty string + is passed as function, uopz_flags + gets or sets the flags of the class entry. @@ -121,6 +123,28 @@ bool(false) int(1234567890) bool(true) bool(true) +]]> + + + + "Unfinalize" a Class + +isFinal()); +?> +]]> + + &example.outputs; + +