Home
last modified time | relevance | path

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

/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c723 zval grp_val, *pgrp, retval, old_ctor_args = {{0}, {0}, {0}}; in do_fetch() local
817 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in do_fetch()
1049 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in do_fetch()
1185 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1198 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in PHP_METHOD()
1221 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in PHP_METHOD()
1255 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1272 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in PHP_METHOD()
1396 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in PHP_METHOD()

Completed in 13 milliseconds