Home
last modified time | relevance | path

Searched refs:old_ctor_args (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/pdo/
H A Dpdo_stmt.c717 zval grp_val, *pgrp, retval, old_ctor_args = {{0}, {0}, {0}}; in do_fetch() local
806 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in do_fetch()
1038 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in do_fetch()
1174 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
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()
1244 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1261 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in PHP_METHOD()
1385 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in PHP_METHOD()

Completed in 9 milliseconds