]> granicus.if.org Git - php/commitdiff
- Type
authorMarcus Boerger <helly@php.net>
Fri, 8 Feb 2008 09:28:15 +0000 (09:28 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 8 Feb 2008 09:28:15 +0000 (09:28 +0000)
README.UNICODE-UPGRADES

index a7c7f8dc8b15b211a706429ab3d52a0f9c8b6865..026a4672792c9926d9bae3dc441ae2ad151dfa13 100644 (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.