Home
last modified time | relevance | path

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

/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c722 zval grp_val, *pgrp, retval, old_ctor_args = {{0}, {0}, {0}}; in do_fetch() local
904 fetch_value(stmt, &grp_val, colno, NULL); in do_fetch()
906 fetch_value(stmt, &grp_val, i, NULL); in do_fetch()
908 convert_to_string(&grp_val); in do_fetch()
1079 zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), return_value); in do_fetch()
1082 if ((pgrp = zend_symtable_find(Z_ARRVAL_P(return_all), Z_STR(grp_val))) == NULL) { in do_fetch()
1084 zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), &grp); in do_fetch()
1090 zval_ptr_dtor_str(&grp_val); in do_fetch()

Completed in 10 milliseconds