Home
last modified time | relevance | path

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

/PHP-5.6/ext/pdo/
H A Dpdo_stmt.c846 zval grp_val, *grp, **pgrp, *retval, *old_ctor_args = NULL; in do_fetch() local
1017 INIT_PZVAL(&grp_val); in do_fetch()
1019 fetch_value(stmt, &grp_val, colno, NULL TSRMLS_CC); in do_fetch()
1021 fetch_value(stmt, &grp_val, i, NULL TSRMLS_CC); in do_fetch()
1023 convert_to_string(&grp_val); in do_fetch()
1209 add_assoc_zval(return_all, Z_STRVAL(grp_val), return_value); in do_fetch()
1211 …if (zend_symtable_find(Z_ARRVAL_P(return_all), Z_STRVAL(grp_val), Z_STRLEN(grp_val)+1, (void**)&pg… in do_fetch()
1214 add_assoc_zval(return_all, Z_STRVAL(grp_val), grp); in do_fetch()
1220 zval_dtor(&grp_val); in do_fetch()

Completed in 11 milliseconds