Browse Source

- Type

experimental/first_unicode_implementation
Marcus Boerger 19 years ago
parent
commit
9b5216b00a
  1. 2
      README.UNICODE-UPGRADES

2
README.UNICODE-UPGRADES

@ -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.

Loading…
Cancel
Save