Home
last modified time | relevance | path

Searched refs:Op (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/intl/tests/
H A Dgrapheme.phpt349 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "Opq", 5, -1, "Op" ),
355 …har_o_diaeresis_nfd . "Opq", 0, -1, "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "Op" ),
376 …har_o_diaeresis_nfd . "Opq", -8, 7, "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "Op" ),
386 …ar_o_diaeresis_nfd . "Opq", -8, -1, "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "Op" ),
980 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -1 = Op == Op
985 …co%CC%88Opq" from "0" - grapheme_substr with length -1 = aa%CC%8Abco%CC%88Op == aa%CC%8Abco%CC%88Op
1004 …co%CC%88Opq" from "-8" - grapheme_substr with length 7 = aa%CC%8Abco%CC%88Op == aa%CC%8Abco%CC%88Op
1013 …o%CC%88Opq" from "-8" - grapheme_substr with length -1 = aa%CC%8Abco%CC%88Op == aa%CC%8Abco%CC%88Op
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c19980 typedef struct VdbeOp Op; typedef
76487 assert( nOp<=(1024/sizeof(Op)) );
76877 static Op *opIterNext(VdbeOpIter *p){
76879 Op *pRet = 0;
76880 Op *aOp;
76948 Op *pOp;
77033 Op *pOp;
77385 Op *pOp;
77452 Op *pOp,
77470 Op *pOp;
[all …]

Completed in 814 milliseconds