Lines Matching refs:ZVAL_COPY_VALUE
816 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in do_fetch()
969 ZVAL_COPY_VALUE(&cur, curr_val); in do_fetch()
970 ZVAL_COPY_VALUE(curr_val, &arr); in do_fetch()
974 ZVAL_COPY_VALUE(&arr, curr_val); in do_fetch()
1019 ZVAL_COPY_VALUE(&stmt->fetch.func.values[idx], &val); in do_fetch()
1020 ZVAL_COPY_VALUE(&stmt->fetch.cls.fci.params[idx], &stmt->fetch.func.values[idx]); in do_fetch()
1048 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in do_fetch()
1063 ZVAL_COPY_VALUE(return_value, &retval); in do_fetch()
1065 ZVAL_COPY_VALUE(return_value, &retval); in do_fetch()
1086 ZVAL_COPY_VALUE(&grp, pgrp); in do_fetch()
1197 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in PHP_METHOD()
1220 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in PHP_METHOD()
1271 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in PHP_METHOD()
1296 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, ctor_args); /* we're not going to free these */ in PHP_METHOD()
1318 ZVAL_COPY_VALUE(&stmt->fetch.func.function, arg2); in PHP_METHOD()
1395 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in PHP_METHOD()