Home
last modified time | relevance | path

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

123

/PHP-7.2/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.2/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.c315 #define YYCURSOR cursor
353 unsigned char cursor; in parse_uiv() local
357 cursor = *p; in parse_uiv()
358 if (cursor >= '0' && cursor <= '9') { in parse_uiv()
359 result = result * 10 + (size_t)(cursor - (unsigned char)'0'); in parse_uiv()
637 const unsigned char *cursor, *limit, *marker, *start; in php_var_unserialize_internal() local
641 cursor = *p; in php_var_unserialize_internal()
651 start = cursor; in php_var_unserialize_internal()
H A Dvar_unserializer.re313 #define YYCURSOR cursor
357 unsigned char cursor;
361 cursor = *p;
362 if (cursor >= '0' && cursor <= '9') {
363 result = result * 10 + (size_t)(cursor - (unsigned char)'0');
641 const unsigned char *cursor, *limit, *marker, *start;
645 cursor = *p;
655 start = cursor;
/PHP-7.2/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt2 PDO_Firebird: cursor should not be marked as opened on singleton statements
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re53 #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;
175 s->tok = cursor;
312 s->pos = cursor; s->line++;
364 /* init cursor */
H A Dparse_iso_intervals.c55 #define YYCURSOR cursor
60 #define RET(i) {s->cur = cursor; return i;}
64 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
173 uchar *cursor = s->cur; in scan() local
177 s->tok = cursor; in scan()
331 s->pos = cursor; s->line++; in scan()
H A Dparse_date.re86 #define YYCURSOR cursor
91 #define RET(i) {s->cur = cursor; return i;}
102 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add…
104 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
303 uchar *fill(Scanner *s, uchar *cursor){
310 cursor -= cnt;
319 cursor = &buf[cursor - s->bot];
331 return cursor;
849 uchar *cursor = s->cur;
853 s->tok = cursor;
[all …]
H A Dparse_date.c88 #define YYCURSOR cursor
93 #define RET(i) {s->cur = cursor; return i;}
104 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add…
106 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
305 uchar *fill(Scanner *s, uchar *cursor){
312 cursor -= cnt;
321 cursor = &buf[cursor - s->bot];
333 return cursor;
851 uchar *cursor = s->cur; in scan() local
855 s->tok = cursor; in scan()
[all …]
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_lexer.l15 #define YYCURSOR LEX(cursor)
H A Dphpdbg_lexer.c17 #define YYCURSOR LEX(cursor)
/PHP-7.2/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.2/ext/xmlrpc/libxmlrpc/
H A Dqueue.h38 node *head, *tail, *cursor; member
/PHP-7.2/ext/pdo/tests/
H A Dbug_44861.phpt2 PDO Common: Bug #44861 (scrollable cursor don't work with pgsql)
/PHP-7.2/ext/standard/tests/array/
H A Deach.phpt6 and advance the array cursor */
/PHP-7.2/
H A Dphp.ini-development1083 ; Controls the ODBC cursor model.
H A Dphp.ini-production1085 ; Controls the ODBC cursor model.

Completed in 105 milliseconds

123