Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/tests/
H A Dgrapheme.phpt341 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "Opq", 5, -1, "Op" ),
347 …har_o_diaeresis_nfd . "Opq", 0, -1, "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "Op" ),
368 …har_o_diaeresis_nfd . "Opq", -8, 7, "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "Op" ),
378 …ar_o_diaeresis_nfd . "Opq", -8, -1, "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "Op" ),
961 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -1 = Op == Op
966 …co%CC%88Opq" from "0" - grapheme_substr with length -1 = aa%CC%8Abco%CC%88Op == aa%CC%8Abco%CC%88Op
985 …co%CC%88Opq" from "-8" - grapheme_substr with length 7 = aa%CC%8Abco%CC%88Op == aa%CC%8Abco%CC%88Op
994 …o%CC%88Opq" from "-8" - grapheme_substr with length -1 = aa%CC%8Abco%CC%88Op == aa%CC%8Abco%CC%88Op
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c14535 typedef struct VdbeOp Op; typedef
64894 assert( nOp<=(1024/sizeof(Op)) );
65115 static Op *opIterNext(VdbeOpIter *p){
65117 Op *pRet = 0;
65118 Op *aOp;
65182 Op *pOp;
65229 Op *pOp;
65532 Op *pOp;
65598 Op *pOp;
65736 static int translateP(char c, const Op *pOp){
[all …]

Completed in 369 milliseconds