diff options
author | Nikita Popov <nikic@php.net> | 2016-12-18 22:53:25 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2017-01-01 21:28:21 +0100 |
commit | f3f594a47d63e993595ad344614cee4a910305b1 (patch) | |
tree | 3c63c405034e4bc1523a55f30e9cad8addeab532 /sapi/apache2handler/php_functions.c | |
parent | 384e959a3a19afd898e2c4c4c6431aa273601057 (diff) | |
download | php-git-f3f594a47d63e993595ad344614cee4a910305b1.tar.gz |
Switch reflection to use smart_str
Instead of yet-another-smart-string-implementation.
Expand the smart_str API by:
* smart_str_extract() which gets a finalized zend_string* from a
smart_str, including insertion of the zero byte and handling of
the empty string case. This should be preferred over using
smart_str_0() in conjunction with str.s.
* smart_str_get_len() which gets the length of the smart_str with
handling of the empty string case.
Diffstat (limited to 'sapi/apache2handler/php_functions.c')
0 files changed, 0 insertions, 0 deletions