Lines Matching refs:ZVAL_COPY_VALUE
806 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in do_fetch()
959 ZVAL_COPY_VALUE(&cur, curr_val); in do_fetch()
960 ZVAL_COPY_VALUE(curr_val, &arr); in do_fetch()
964 ZVAL_COPY_VALUE(&arr, curr_val); in do_fetch()
1009 ZVAL_COPY_VALUE(&stmt->fetch.func.values[idx], &val); in do_fetch()
1010 ZVAL_COPY_VALUE(&stmt->fetch.cls.fci.params[idx], &stmt->fetch.func.values[idx]); in do_fetch()
1038 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in do_fetch()
1053 ZVAL_COPY_VALUE(return_value, &retval); in do_fetch()
1055 ZVAL_COPY_VALUE(return_value, &retval); in do_fetch()
1076 ZVAL_COPY_VALUE(&grp, pgrp); in do_fetch()
1187 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in PHP_METHOD()
1210 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in PHP_METHOD()
1261 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in PHP_METHOD()
1286 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, ctor_args); /* we're not going to free these */ in PHP_METHOD()
1308 ZVAL_COPY_VALUE(&stmt->fetch.func.function, arg2); in PHP_METHOD()
1385 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in PHP_METHOD()