Home
last modified time | relevance | path

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

123

/PHP-7.1/ext/oci8/tests/
H A Db47243_3.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
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.1/ext/standard/
H A Dhtml.h60 PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, in…
H A Dvar_unserializer.c314 #define YYCURSOR cursor
352 unsigned char cursor; in parse_uiv() local
360 cursor = *p; in parse_uiv()
361 if (cursor >= '0' && cursor <= '9') { in parse_uiv()
362 result = result * 10 + (size_t)(cursor - (unsigned char)'0'); in parse_uiv()
595 const unsigned char *cursor, *limit, *marker, *start; in php_var_unserialize_internal() local
599 cursor = *p; in php_var_unserialize_internal()
609 start = cursor; in php_var_unserialize_internal()
H A Dvar_unserializer.re312 #define YYCURSOR cursor
356 unsigned char cursor;
364 cursor = *p;
365 if (cursor >= '0' && cursor <= '9') {
366 result = result * 10 + (size_t)(cursor - (unsigned char)'0');
599 const unsigned char *cursor, *limit, *marker, *start;
603 cursor = *p;
613 start = cursor;
/PHP-7.1/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt2 PDO_Firebird: cursor should not be marked as opened on singleton statements
/PHP-7.1/ext/date/lib/
H A Dparse_iso_intervals.re71 #define YYCURSOR cursor
76 #define RET(i) {s->cur = cursor; return i;}
80 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
249 uchar *cursor = s->cur;
253 s->tok = cursor;
390 s->pos = cursor; s->line++;
442 /* init cursor */
H A Dparse_iso_intervals.c73 #define YYCURSOR cursor
78 #define RET(i) {s->cur = cursor; return i;}
82 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
251 uchar *cursor = s->cur; in scan() local
255 s->tok = cursor; in scan()
409 s->pos = cursor; s->line++; in scan()
H A Dparse_date.re107 #define YYCURSOR cursor
112 #define RET(i) {s->cur = cursor; return i;}
123 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add…
125 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
326 uchar *fill(Scanner *s, uchar *cursor){
333 cursor -= cnt;
342 cursor = &buf[cursor - s->bot];
354 return cursor;
833 uchar *cursor = s->cur;
837 s->tok = cursor;
[all …]
H A Dparse_date.c109 #define YYCURSOR cursor
114 #define RET(i) {s->cur = cursor; return i;}
125 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add…
127 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
328 uchar *fill(Scanner *s, uchar *cursor){
335 cursor -= cnt;
344 cursor = &buf[cursor - s->bot];
356 return cursor;
835 uchar *cursor = s->cur; in scan() local
839 s->tok = cursor; in scan()
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_lexer.l15 #define YYCURSOR LEX(cursor)
H A Dphpdbg_lexer.c17 #define YYCURSOR LEX(cursor)
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dqueue.h38 node *head, *tail, *cursor; member
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.c32 #define RET(i) {s->cur = cursor; return i; }
36 #define YYCURSOR cursor
47 char *cursor = s->cur; in scan() local
49 s->tok = cursor; in scan()
H A Dpdo_sql_parser.re30 #define RET(i) {s->cur = cursor; return i; }
34 #define YYCURSOR cursor
45 char *cursor = s->cur;
47 s->tok = cursor;
/PHP-7.1/ext/pdo/tests/
H A Dbug_44861.phpt2 PDO Common: Bug #44861 (scrollable cursor don't work with pgsql)
/PHP-7.1/ext/standard/tests/array/
H A Deach.phpt6 and advance the array cursor */
/PHP-7.1/
H A Dphp.ini-development1092 ; Controls the ODBC cursor model.
H A Dphp.ini-production1092 ; Controls the ODBC cursor model.

Completed in 114 milliseconds

123