1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext/zip
DanielEScherzer 1eadf553f1 Arginfo: avoid using temporary zvals for initializing attribute values (#19141)
Instead of
* adding a zval on the stack
* initializing it
* copying the value to the attribute

Just initialize the value directly in the zend_attribute_arg
2025-07-21 13:33:51 -07:00
..
2020-02-03 13:41:31 +01:00
2025-04-27 11:33:33 +02:00
2025-07-02 18:47:53 +02:00
2025-05-07 14:24:22 +02:00
2024-06-01 17:12:42 +01:00