1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 11:02:55 +02:00
Files
archived-php-src/ext/opcache
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
..
2019-10-03 02:18:16 +03:00
2019-02-05 10:33:28 +03:00
2019-12-30 15:18:25 +01:00
2020-06-04 18:19:49 +02:00
2019-02-05 10:33:28 +03:00
2020-06-04 18:19:49 +02:00
2020-06-04 18:19:49 +02:00
2019-02-05 10:33:28 +03:00
2019-06-28 09:19:49 +02:00