From 2baccc7f61f0dde1fd6430708fcc79325a31223b Mon Sep 17 00:00:00 2001 From: lacatoire Date: Mon, 15 Jun 2026 11:09:45 +0200 Subject: [PATCH] [Sync EN] Document HashContext::__debugInfo (PHP 8.4) (#5359) --- reference/hash/hashcontext/debuginfo.xml | 87 ++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 reference/hash/hashcontext/debuginfo.xml diff --git a/reference/hash/hashcontext/debuginfo.xml b/reference/hash/hashcontext/debuginfo.xml new file mode 100644 index 000000000..76623593d --- /dev/null +++ b/reference/hash/hashcontext/debuginfo.xml @@ -0,0 +1,87 @@ + + + + + HashContext::__debugInfo + Gibt Debugging-Informationen über den Hashing-Kontext zurück + + + + &reftitle.description; + + public arrayHashContext::__debugInfo + + + + Diese Methode ist nicht dafür gedacht, direkt aufgerufen zu werden; sie wird + von var_dump und verwandten Funktionen aufgerufen, wenn + eine Instanz von HashContext untersucht wird. + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Gibt ein assoziatives Array mit Debugging-Informationen zurück. Es enthält + einen Schlüssel algo, der den Namen des vom Kontext + verwendeten Hash-Algorithmus enthält. + + + + + &reftitle.examples; + + <methodname>HashContext::__debugInfo</methodname>-Beispiel + + +]]> + + &example.outputs; + + + string(6) "sha256" +} +]]> + + + + + + &reftitle.seealso; + + hash_init + var_dump + + + + \ No newline at end of file