Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c858 zval grp_val, *grp, **pgrp, *retval, *old_ctor_args = NULL; in do_fetch() local
1029 INIT_PZVAL(&grp_val); in do_fetch()
1031 fetch_value(stmt, &grp_val, colno, NULL TSRMLS_CC); in do_fetch()
1033 fetch_value(stmt, &grp_val, i, NULL TSRMLS_CC); in do_fetch()
1035 convert_to_string(&grp_val); in do_fetch()
1221 add_assoc_zval(return_all, Z_STRVAL(grp_val), return_value); in do_fetch()
1223 …if (zend_symtable_find(Z_ARRVAL_P(return_all), Z_STRVAL(grp_val), Z_STRLEN(grp_val)+1, (void**)&pg… in do_fetch()
1226 add_assoc_zval(return_all, Z_STRVAL(grp_val), grp); in do_fetch()
1232 zval_dtor(&grp_val); in do_fetch()

Completed in 10 milliseconds