Home
last modified time | relevance | path

Searched refs:cursor (Results 51 – 56 of 56) sorted by last modified time

123

/PHP-7.4/ext/oci8/tests/
H A Dbug44206.phpt17 $stmt = "select cursor (select $x from dual) a,
18 cursor (select $x from dual) b
H A Dcursors.phpt2 fetching cursor from a statement
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1920 # mean that the cursor should move either down or right when you press Return.
16524 # Type: X11 cursor
16527 0 string Xcur X11 cursor
21341 # displays number of icons and information for icon or cursor
21361 >>>0 ubelong 0x00000200 cursor resource
21367 # 1st cursor
21370 # display information of one cursor entry
21382 # display shared information of cursor or icon entry
24974 >8 string ACON \b, animated cursor
25028 >8 string ACON \b, animated cursor
[all …]
H A Dmagic1920 # mean that the cursor should move either down or right when you press Return.
16524 # Type: X11 cursor
16527 0 string Xcur X11 cursor
21341 # displays number of icons and information for icon or cursor
21361 >>>0 ubelong 0x00000200 cursor resource
21367 # 1st cursor
21370 # display information of one cursor entry
21382 # display shared information of cursor or icon entry
24974 >8 string ACON \b, animated cursor
25028 >8 string ACON \b, animated cursor
[all …]
/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 */
/PHP-7.4/Zend/tests/
H A Dobject_property_ref_incdec.phpt7 $obj->cursor = 0;
8 $ref =& $obj->cursor;
10 $obj->cursor++;
11 var_dump($obj->cursor);
13 $obj->cursor--;
14 var_dump($obj->cursor);

Completed in 103 milliseconds

123