Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/tests/array/
H A Darray_column_variant_objects.phpt53 echo "-- first_name column from recordset --\n";
56 echo "-- id column from recordset --\n";
59 echo "-- last_name column from recordset, keyed by value from id column --\n";
67 echo "-- first_name column from recordset --\n";
70 echo "-- id column from recordset --\n";
83 -- first_name column from recordset --
92 -- id column from recordset --
101 -- last_name column from recordset, keyed by value from id column --
120 -- first_name column from recordset --
138 -- id column from recordset --
[all …]
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-7.1/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-7.1/ext/wddx/
H A Dwddx.c853 st_entry *recordset; in php_wddx_push_element() local
856 if (wddx_stack_top(stack, (void**)&recordset) == SUCCESS && in php_wddx_push_element()
857 recordset->type == ST_RECORDSET && in php_wddx_push_element()
858 …(field = zend_hash_str_find(Z_ARRVAL(recordset->data), (char*)atts[i+1], strlen((char *)atts[i+1])… in php_wddx_push_element()

Completed in 11 milliseconds