/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_eol.c | 108 i = cursor = 0; in phpdbg_eol_convert() 112 cursor++; in phpdbg_eol_convert() 113 out[cursor] = cur; in phpdbg_eol_convert() 117 cursor++; in phpdbg_eol_convert() 125 out[cursor] = cur; in phpdbg_eol_convert() 130 cursor++; in phpdbg_eol_convert() 149 i = cursor = 0; in phpdbg_eol_convert() 158 out[cursor] = cur; in phpdbg_eol_convert() 162 cursor++; in phpdbg_eol_convert() 163 cur = in[cursor]; in phpdbg_eol_convert() [all …]
|
H A D | phpdbg_lexer.h | 27 unsigned char *cursor; member
|
/PHP-8.0/Zend/tests/ |
H A D | object_property_ref_incdec.phpt | 7 $obj->cursor = 0; 8 $ref =& $obj->cursor; 10 $obj->cursor++; 11 var_dump($obj->cursor); 13 $obj->cursor--; 14 var_dump($obj->cursor);
|
/PHP-8.0/ext/oci8/tests/ |
H A D | bug42841.phpt | 49 $sql = "BEGIN bug42841_proc(:cursor); END;"; 51 $cursor = oci_new_cursor($c); 52 oci_bind_by_name($stmt, ":cursor", $cursor, -1, OCI_B_CURSOR); 55 oci_execute($cursor); 62 oci_free_statement($cursor); 67 $sql = "BEGIN bug42841_proc(:cursor); END;"; 69 $cursor = oci_new_cursor($c); 70 oci_bind_by_name($stmt, ":cursor", $cursor, -1, OCI_B_CURSOR); 73 oci_execute($cursor); 80 oci_free_statement($cursor); [all …]
|
H A D | cursor_bind.phpt | 2 bind and fetch cursor from a statement 37 $cursor = oci_new_cursor($c); 38 oci_bind_by_name($stmt, ":curs", $cursor, -1, OCI_B_CURSOR); 42 oci_execute($cursor); 43 var_dump(oci_fetch_row($cursor)); 44 var_dump(oci_fetch_row($cursor)); 45 var_dump(oci_fetch_row($cursor)); 46 var_dump(oci_fetch_row($cursor));
|
H A D | cursor_bind_err.phpt | 2 binding a cursor (with errors) 27 $sql = "select cursor(select * from cursor_bind_err_tab) into :cursor from dual"; 30 $cursor = oci_new_cursor($c); 31 oci_bind_by_name($stmt, ":cursor", $cursor, -1, OCI_B_CURSOR); 35 oci_execute($cursor); 36 var_dump(oci_fetch_assoc($cursor));
|
H A D | bug40415.phpt | 73 echo "Getting nested cursor\n"; 82 echo "Test 1: Associate fetch of nested cursor\n"; 85 echo "\nTest 2: fetchall of nested cursor\n"; 98 Test 1: Associate fetch of nested cursor 99 Got row "11". Now getting nested cursor: 113 Got row "12". Now getting nested cursor: 127 Got row "13". Now getting nested cursor: 142 Test 2: fetchall of nested cursor 164 Getting nested cursor 177 Getting nested cursor [all …]
|
H A D | refcur_prefetch_3.phpt | 63 echo "Fetch Row using Nested cursor Query\n"; 94 Fetch Row using Nested cursor Query 99 Fetch Row using Nested cursor Query 104 Fetch Row using Nested cursor Query 109 Fetch Row using Nested cursor Query 114 Fetch Row using Nested cursor Query 119 Fetch Row using Nested cursor Query 124 Fetch Row using Nested cursor Query 129 Fetch Row using Nested cursor Query 134 Fetch Row using Nested cursor Query [all …]
|
H A D | bug44206.phpt | 17 $stmt = "select cursor (select $x from dual) a, 18 cursor (select $x from dual) b
|
H A D | imp_res_cursor.phpt | 2 Oracle Database 12c Implicit Result Sets: nested cursor 43 … open c1 for select cursor(select c1, c2 from imp_res_cursor_tab_1 order by 1) as curs from dual; 57 if (is_resource($item)) { // Nested cursor
|
H A D | imp_res_get_cursor.phpt | 2 Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: nested cursor 40 …open c1 for select cursor(select c1, c2 from imp_res_get_cursor_tab_1 order by 1) as curs from dua… 57 if (is_resource($item)) { // Nested cursor
|
H A D | b47243_1.phpt | 15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
|
H A D | b47243_2.phpt | 15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
|
H A D | b47243_3.phpt | 15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
|
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.
|
/PHP-8.0/ext/dba/ |
H A D | dba_db2.c | 40 DBC *cursor; member 88 if (dba->cursor) in DBA_CLOSE_FUNC() 89 dba->cursor->c_close(dba->cursor); in DBA_CLOSE_FUNC() 148 if (dba->cursor) { 149 dba->cursor->c_close(dba->cursor); 150 dba->cursor = NULL; 154 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0)) { 156 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor)) { 170 if (dba->cursor->c_get(dba->cursor, &gkey, &gval, DB_NEXT)
|
H A D | dba_db3.c | 52 DBC *cursor; member 102 data->cursor = NULL; 121 if (dba->cursor) dba->cursor->c_close(dba->cursor); 183 if (dba->cursor) { 184 dba->cursor->c_close(dba->cursor); 187 dba->cursor = NULL; 188 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0) != 0) { 205 if (dba->cursor->c_get(dba->cursor, &gkey, &gval, DB_NEXT) == 0) {
|
H A D | dba_db4.c | 66 DBC *cursor; member 131 data->cursor = NULL; 150 if (dba->cursor) dba->cursor->c_close(dba->cursor); 226 if (dba->cursor) { 227 dba->cursor->c_close(dba->cursor); 230 dba->cursor = NULL; 231 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0) != 0) { 252 if (dba->cursor && dba->cursor->c_get(dba->cursor, &gkey, &gval, DB_NEXT) == 0) {
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | 067.phpt | 12 /* skip cursor test for server versions < 50009 */ 42 $mysql->query("DROP TABLE IF EXISTS cursor$i"); 43 $mysql->query("CREATE TABLE cursor$i (a int not null) ENGINE=" . $engine); 44 $mysql->query("INSERT INTO cursor$i VALUES (1),(2),(3),(4),(5),(6)"); 45 $stmt[$i] = open_cursor($mysql, "SELECT a FROM cursor$i"); 72 if (!mysqli_query($link, sprintf("DROP TABLE IF EXISTS cursor%d", $i)))
|
/PHP-8.0/ext/json/ |
H A D | json_scanner.re | 24 #define YYCURSOR s->cursor 107 s->token = s->cursor; 208 s->str_start = s->cursor; 272 s->cursor = s->str_start; 303 s->str_start = s->cursor; 311 s->str_start = s->cursor; 320 s->str_start = s->cursor; 333 s->str_start = s->cursor; 339 switch (*s->cursor) { 357 esc = *s->cursor; [all …]
|
H A D | php_json_scanner.h | 26 php_json_ctype *cursor; /* cursor position */ member
|
/PHP-8.0/ext/standard/ |
H A D | html.c | 61 *cursor = pos + (advance); \ 97 size_t *cursor, in get_next_char() argument 100 size_t pos = *cursor; in get_next_char() 348 *cursor = pos; in get_next_char() 358 size_t *cursor, in php_next_utf8_char() argument 1030 size_t *cursor) in find_entity_for_char() argument 1052 if (!(*cursor < oldlen)) in find_entity_for_char() 1076 *cursor = cursor_before; in find_entity_for_char() 1154 cursor = 0; in php_escape_html_entities_ex() 1155 while (cursor < oldlen) { in php_escape_html_entities_ex() [all …]
|
H A D | html.h | 50 PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, in…
|
/PHP-8.0/ext/zip/ |
H A D | zip_stream.c | 37 size_t cursor; member 73 self->cursor += n; in php_zip_ops_read() 230 self->cursor = 0; in php_stream_zip_open() 309 self->cursor = 0; in php_stream_zip_opener()
|
/PHP-8.0/ext/pdo_firebird/tests/ |
H A D | bug_aaa.phpt | 2 PDO_Firebird: cursor should not be marked as opened on singleton statements
|