mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
basic macro replacements, all at once
This commit is contained in:
parent
1e8273964f
commit
63d3f0b844
230 changed files with 4380 additions and 4380 deletions
|
@ -109,9 +109,9 @@ PHP_FUNCTION(virtual)
|
|||
/* }}} */
|
||||
|
||||
#define ADD_LONG(name) \
|
||||
add_property_long(return_value, #name, rr->name)
|
||||
add_property_int(return_value, #name, rr->name)
|
||||
#define ADD_TIME(name) \
|
||||
add_property_long(return_value, #name, apr_time_sec(rr->name));
|
||||
add_property_int(return_value, #name, apr_time_sec(rr->name));
|
||||
#define ADD_STRING(name) \
|
||||
if (rr->name) add_property_string(return_value, #name, (char *) rr->name)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue