Home
last modified time | relevance | path

Searched refs:cursor (Results 26 – 50 of 56) sorted by relevance

123

/PHP-7.4/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt2 Prefetch with REF cursor. Test No 4
31 type refcursortype is ref cursor;
65 // Steps to Fetch from PHP . For every sub-test,the cursor is bound and then executed.
75 // Steps to Fetch from PL/SQL . For every sub-test,the cursor is bound and then executed.
H A Drefcur_prefetch_2.phpt2 Prefetch with REF cursor. Test No 2
29 type refcursortype is ref cursor;
63 // Steps to Fetch from PHP . For every sub-test,the cursor is bound and then executed.
73 // Steps to Fetch from PL/SQL . For every sub-test,the cursor is bound and then executed.
H A Ddefine6.phpt61 echo "Test 3 - define before cursor execute\n";
129 Test 3 - define before cursor execute
H A Dcursors.phpt2 fetching cursor from a statement
H A Dbug38173.phpt43 CURSOR( SELECT * FROM t2 ) as cursor
H A Drefcur_prefetch_1.phpt2 Prefetch with REF cursor. Test different values for prefetch with oci_set_prefetch().
29 type refcursortype is ref cursor;
H A Dbug43492.phpt2 Bug #43492 (Nested cursor leaks)
32 While fetching data from a ref cursor, the parent statement needs to
34 not automatically released which causes a cursor leak.
43 $s = ociparse($c, 'select cursor(select * from bug43492_tab) c from bug43492_tab');
H A Dbug43492_2.phpt2 Bug #43492 (Nested cursor leaks after related bug #44206 fixed)
35 $s = ociparse($c, 'select cursor(select * from bug43492_tab) c from bug43492_tab');
/PHP-7.4/ext/standard/
H A Dhtml.h58 PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, in…
H A Dvar_unserializer.re372 #define YYCURSOR cursor
437 unsigned char cursor;
441 cursor = *p;
442 if (cursor >= '0' && cursor <= '9') {
443 result = result * 10 + (size_t)(cursor - (unsigned char)'0');
774 const unsigned char *cursor, *limit, *marker, *start;
778 cursor = *p;
788 start = cursor;
/PHP-7.4/ext/mysqli/tests/
H A Dbug77935.phpt2 Bug #77935: Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP with a cursor
H A Dps_cursor_multiple_result_sets.phpt2 PS using cursor and returning multiple result sets
H A Dmysqli_stmt_get_result.phpt113 // get_result can be used in PS cursor mode
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re51 #define YYCURSOR cursor
56 #define RET(i) {s->cur = cursor; return i;}
60 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
169 uchar *cursor = s->cur;
173 s->tok = cursor;
310 s->pos = cursor; s->line++;
362 /* init cursor */
H A Dparse_iso_intervals.c53 #define YYCURSOR cursor
58 #define RET(i) {s->cur = cursor; return i;}
62 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
171 uchar *cursor = s->cur; in scan() local
175 s->tok = cursor; in scan()
329 s->pos = cursor; s->line++; in scan()
H A Dparse_date.re85 #define YYCURSOR cursor
90 #define RET(i) {s->cur = cursor; return i;}
101 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add…
103 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
302 uchar *fill(Scanner *s, uchar *cursor){
309 cursor -= cnt;
318 cursor = &buf[cursor - s->bot];
330 return cursor;
882 uchar *cursor = s->cur;
886 s->tok = cursor;
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_lexer.l15 #define YYCURSOR LEX(cursor)
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dqueue.h38 node *head, *tail, *cursor; member
/PHP-7.4/ext/xmlreader/tests/
H A D015-move-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace, with invalid ar…
H A D015-get-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace, with invalid ar…
H A D015.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace
H A D003-move-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to an attribute, with invalid arguments
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re31 #define RET(i) {s->cur = cursor; return i; }
35 #define YYCURSOR cursor
46 char *cursor = s->cur;
48 s->tok = cursor;
/PHP-7.4/ext/pdo/tests/
H A Dbug_44861.phpt2 PDO Common: Bug #44861 (scrollable cursor don't work with pgsql)
/PHP-7.4/ext/standard/tests/array/
H A Deach.phpt6 and advance the array cursor */

Completed in 74 milliseconds

123