Home
last modified time | relevance | path

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

/PHP-5.6/ext/wddx/tests/
H A Dbug72860.phpt16 <recordset fieldNames='F'>
18 </recordset>
H A Dbug70661.phpt22 <recordset rowCount='1' fieldNames='ryat'>
29 </recordset>
H A Dbug73065.phpt58 <recordset Name="fieldNames">
60 </recordset>
/PHP-5.6/ext/standard/tests/array/
H A Darray_column_basic.phpt32 echo "-- first_name column from recordset --\n";
35 echo "-- id column from recordset --\n";
38 echo "-- last_name column from recordset, keyed by value from id column --\n";
41 echo "-- last_name column from recordset, keyed by value from first_name column --\n";
141 -- first_name column from recordset --
150 -- id column from recordset --
159 -- last_name column from recordset, keyed by value from id column --
168 -- last_name column from recordset, keyed by value from first_name column --
/PHP-5.6/ext/wddx/
H A Dwddx.c904 st_entry *recordset; in php_wddx_push_element() local
907 if (wddx_stack_top(stack, (void**)&recordset) == SUCCESS && in php_wddx_push_element()
908 recordset->type == ST_RECORDSET && in php_wddx_push_element()
909 …zend_hash_find(Z_ARRVAL_P(recordset->data), (char*)atts[i+1], strlen(atts[i+1])+1, (void**)&field)… in php_wddx_push_element()

Completed in 14 milliseconds