Home
last modified time | relevance | path

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

/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c826 zval grp_val, *pgrp, retval, old_ctor_args; in do_fetch() local
996 fetch_value(stmt, &grp_val, colno, NULL); in do_fetch()
998 fetch_value(stmt, &grp_val, i, NULL); in do_fetch()
1000 convert_to_string(&grp_val); in do_fetch()
1182 zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), return_value); in do_fetch()
1185 if ((pgrp = zend_symtable_find(Z_ARRVAL_P(return_all), Z_STR(grp_val))) == NULL) { in do_fetch()
1187 zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), &grp); in do_fetch()
1193 zval_dtor(&grp_val); in do_fetch()

Completed in 12 milliseconds