1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
Files
archived-php-src/ext/mysqlnd
twosee 83a77015ad Add helper APIs for maybe-interned string creation
Add ZVAL_CHAR/RETVAL_CHAR/RETURN_CHAR as a shortcut for using
ZVAL_INTERNED_STRING and ZSTR_CHAR.

Add zend_string_init_fast() as a helper for the empty string /
one char interned string / zend_string_init() pattern.

Also add corresponding ZVAL_STRINGL_FAST etc macros.

Closes GH-5684.
2020-06-08 15:31:52 +02:00
..
2020-05-15 09:13:22 +02:00
2019-12-27 17:31:27 +01:00
2020-04-14 10:37:37 +02:00
2019-12-27 17:31:27 +01:00
2020-01-16 19:14:31 +01:00
2019-12-27 17:31:27 +01:00
2020-06-07 10:36:50 +02:00