Home
last modified time | relevance | path

Searched refs:grp_val (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
905 fetch_value(stmt, &grp_val, colno, NULL); in do_fetch()
907 fetch_value(stmt, &grp_val, i, NULL); in do_fetch()
909 convert_to_string(&grp_val); in do_fetch()
1080 zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), return_value); in do_fetch()
1083 if ((pgrp = zend_symtable_find(Z_ARRVAL_P(return_all), Z_STR(grp_val))) == NULL) { in do_fetch()
1085 zend_symtable_update(Z_ARRVAL_P(return_all), Z_STR(grp_val), &grp); in do_fetch()
1091 zval_ptr_dtor_str(&grp_val); in do_fetch()

Completed in 20 milliseconds