Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c828 zval grp_val, *pgrp, retval, old_ctor_args = {{0}}; in do_fetch() local
914 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in do_fetch()
1144 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in do_fetch()
1283 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1301 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in PHP_METHOD()
1333 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in PHP_METHOD()
1372 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD() local
1388 ZVAL_COPY_VALUE(&old_ctor_args, &stmt->fetch.cls.ctor_args); in PHP_METHOD()
1511 ZVAL_COPY_VALUE(&stmt->fetch.cls.ctor_args, &old_ctor_args); in PHP_METHOD()

Completed in 12 milliseconds