Searched refs:cursor (Results 26 – 50 of 56) sorted by relevance
123
/PHP-7.4/ext/oci8/tests/ |
H A D | refcur_prefetch_4.phpt | 2 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 D | refcur_prefetch_2.phpt | 2 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 D | define6.phpt | 61 echo "Test 3 - define before cursor execute\n"; 129 Test 3 - define before cursor execute
|
H A D | cursors.phpt | 2 fetching cursor from a statement
|
H A D | bug38173.phpt | 43 CURSOR( SELECT * FROM t2 ) as cursor
|
H A D | refcur_prefetch_1.phpt | 2 Prefetch with REF cursor. Test different values for prefetch with oci_set_prefetch(). 29 type refcursortype is ref cursor;
|
H A D | bug43492.phpt | 2 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 D | bug43492_2.phpt | 2 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 D | html.h | 58 PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, in…
|
H A D | var_unserializer.re | 372 #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 D | bug77935.phpt | 2 Bug #77935: Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP with a cursor
|
H A D | ps_cursor_multiple_result_sets.phpt | 2 PS using cursor and returning multiple result sets
|
H A D | mysqli_stmt_get_result.phpt | 113 // get_result can be used in PS cursor mode
|
/PHP-7.4/ext/date/lib/ |
H A D | parse_iso_intervals.re | 51 #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 D | parse_iso_intervals.c | 53 #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 D | parse_date.re | 85 #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 D | phpdbg_lexer.l | 15 #define YYCURSOR LEX(cursor)
|
/PHP-7.4/ext/xmlrpc/libxmlrpc/ |
H A D | queue.h | 38 node *head, *tail, *cursor; member
|
/PHP-7.4/ext/xmlreader/tests/ |
H A D | 015-move-errors.phpt | 2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace, with invalid ar…
|
H A D | 015-get-errors.phpt | 2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace, with invalid ar…
|
H A D | 015.phpt | 2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace
|
H A D | 003-move-errors.phpt | 2 XMLReader: libxml2 XML Reader, Move cursor to an attribute, with invalid arguments
|
/PHP-7.4/ext/pdo/ |
H A D | pdo_sql_parser.re | 31 #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 D | bug_44861.phpt | 2 PDO Common: Bug #44861 (scrollable cursor don't work with pgsql)
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | each.phpt | 6 and advance the array cursor */
|
Completed in 62 milliseconds
123