|
|
|
@ -93,10 +93,10 @@ define(`PROCESS_ARRAY', `dnl {{{ (1:count, 2:type, 3:elm, [4:real_type])
|
|
|
|
|
++LOOPCOUNTER) {
|
|
|
|
|
pushdef(`dst', `arr')
|
|
|
|
|
pushdef(`SRC', `ifelse(`$4', `', `', `($2)')' defn(`SRC') `[LOOPCOUNTER]')
|
|
|
|
|
popdef(`add_assoc_bool_ex', `add_next_index_bool($1, $3)')
|
|
|
|
|
popdef(`add_assoc_string_ex', `add_next_index_string($1, $3)')
|
|
|
|
|
popdef(`add_assoc_long_ex', `add_next_index_long($1, $3)')
|
|
|
|
|
popdef(`add_assoc_zval_ex', `add_next_index_zval($1, $3)')
|
|
|
|
|
pushdef(`add_assoc_bool_ex', `add_next_index_bool($1, $3)')
|
|
|
|
|
pushdef(`add_assoc_string_ex', `add_next_index_string($1, $3)')
|
|
|
|
|
pushdef(`add_assoc_long_ex', `add_next_index_long($1, $3)')
|
|
|
|
|
pushdef(`add_assoc_zval_ex', `add_next_index_zval($1, $3)')
|
|
|
|
|
DISABLECHECK(`
|
|
|
|
|
PROCESS(`$2', `$3')
|
|
|
|
|
')
|
|
|
|
|