1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
This commit is contained in:
Marcus Boerger
2008-02-08 09:28:15 +00:00
parent 6d9453aa91
commit 9b5216b00a

View File

@@ -549,7 +549,7 @@ Unicode strings:
zend_spprintf(error, 0, "class '%.*Z' not found", clen, callable);
The function allows to output any kind of zaval values, as long as a
The function allows to output any kind of zval values, as long as a
string (or unicode) conversion is available. Note that printing non
string zvals outside of request time is not possible.