Home
last modified time | relevance | path

Searched refs:wc (Results 1 – 9 of 9) sorted by relevance

/PHP-7.0/ext/pcre/
H A Dconfig0.m437 pcre_minor_length=`echo "$pcre_minor" | wc -c | sed -e 's/[^0-9]//g'`
/PHP-7.0/build/
H A Dshtool483 bytes=`echo '\1' | wc -c | awk '{ printf("%s", $1); }'`
485 bytes=`echo -E '\1' | wc -c | awk '{ printf("%s", $1); }'`
493 bytes=`echo -n 123 2>/dev/null | wc -c | awk '{ printf("%s", $1); }'`
/PHP-7.0/Zend/
H A Dzend_strtod.c856 int k, wa, wb, wc; local
876 wc = wa + wb;
877 if (wc > a->maxwds)
880 for(x = c->x, xa = x + wc; x < xa; x++)
952 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
953 c->wds = wc;
/PHP-7.0/ext/hash/tests/
H A Dfnv1a32.phpt196 array( '\\/:wc\\jC04@q_. jZA7xd9jD}zw>vwwS\'3Lko8', '924bf023' ),
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput82538 /(?=a(?i)b)\w\wc/
H A Dtestinput12113 /(?=a(?i)b)\w\wc/
H A Dtestoutput83987 /(?=a(?i)b)\w\wc/
H A Dtestoutput13309 /(?=a(?i)b)\w\wc/
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c125008 pOrWc = &pTerm->u.pOrInfo->wc;
125386 sqlite3WhereClauseClear(&p->wc);
125394 sqlite3WhereClauseClear(&p->wc);
125558 char wc[3]; /* Wildcard characters */
125598 while( (c=z[cnt])!=0 && c!=wc[0] && c!=wc[1] && c!=wc[2] ){
125603 *pisComplete = c==wc[0] && z[cnt+1]==0;
125713 if( N<pTerm->u.pAndInfo->wc.nTerm ){
125714 return &pTerm->u.pAndInfo->wc.a[N];
125892 pOrWc = &pOrInfo->wc;
125919 pAndWC = &pAndInfo->wc;
[all …]

Completed in 703 milliseconds